source: projects/vine-manual-build/tags/R_0_9_0/configure @ 2817

Revision 2817, 106.1 KB checked in by yasumichi, 13 years ago (diff)

メニューバーの修正(暫定)

Line 
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.65 for vine-manual-build 0.9.0.
4#
5# Report bugs to <http://bts.vinelinux.org/>.
6#
7#
8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10# Inc.
11#
12#
13# This configure script is free software; the Free Software Foundation
14# gives unlimited permission to copy, distribute and modify it.
15## -------------------- ##
16## M4sh Initialization. ##
17## -------------------- ##
18
19# Be more Bourne compatible
20DUALCASE=1; export DUALCASE # for MKS sh
21if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22  emulate sh
23  NULLCMD=:
24  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25  # is contrary to our usage.  Disable this feature.
26  alias -g '${1+"$@"}'='"$@"'
27  setopt NO_GLOB_SUBST
28else
29  case `(set -o) 2>/dev/null` in #(
30  *posix*) :
31    set -o posix ;; #(
32  *) :
33     ;;
34esac
35fi
36
37
38as_nl='
39'
40export as_nl
41# Printing a long string crashes Solaris 7 /usr/bin/printf.
42as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45# Prefer a ksh shell builtin over an external printf program on Solaris,
46# but without wasting forks for bash or zsh.
47if test -z "$BASH_VERSION$ZSH_VERSION" \
48    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49  as_echo='print -r --'
50  as_echo_n='print -rn --'
51elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52  as_echo='printf %s\n'
53  as_echo_n='printf %s'
54else
55  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57    as_echo_n='/usr/ucb/echo -n'
58  else
59    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60    as_echo_n_body='eval
61      arg=$1;
62      case $arg in #(
63      *"$as_nl"*)
64        expr "X$arg" : "X\\(.*\\)$as_nl";
65        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66      esac;
67      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68    '
69    export as_echo_n_body
70    as_echo_n='sh -c $as_echo_n_body as_echo'
71  fi
72  export as_echo_body
73  as_echo='sh -c $as_echo_body as_echo'
74fi
75
76# The user is always right.
77if test "${PATH_SEPARATOR+set}" != set; then
78  PATH_SEPARATOR=:
79  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81      PATH_SEPARATOR=';'
82  }
83fi
84
85
86# IFS
87# We need space, tab and new line, in precisely that order.  Quoting is
88# there to prevent editors from complaining about space-tab.
89# (If _AS_PATH_WALK were called with IFS unset, it would disable word
90# splitting by setting IFS to empty value.)
91IFS=" ""        $as_nl"
92
93# Find who we are.  Look in the path if we contain no directory separator.
94case $0 in #((
95  *[\\/]* ) as_myself=$0 ;;
96  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97for as_dir in $PATH
98do
99  IFS=$as_save_IFS
100  test -z "$as_dir" && as_dir=.
101    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102  done
103IFS=$as_save_IFS
104
105     ;;
106esac
107# We did not find ourselves, most probably we were run as `sh COMMAND'
108# in which case we are not to be found in the path.
109if test "x$as_myself" = x; then
110  as_myself=$0
111fi
112if test ! -f "$as_myself"; then
113  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114  exit 1
115fi
116
117# Unset variables that we do not need and which cause bugs (e.g. in
118# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
119# suppresses any "Segmentation fault" message there.  '((' could
120# trigger a bug in pdksh 5.2.14.
121for as_var in BASH_ENV ENV MAIL MAILPATH
122do eval test x\${$as_var+set} = xset \
123  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124done
125PS1='$ '
126PS2='> '
127PS4='+ '
128
129# NLS nuisances.
130LC_ALL=C
131export LC_ALL
132LANGUAGE=C
133export LANGUAGE
134
135# CDPATH.
136(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137
138if test "x$CONFIG_SHELL" = x; then
139  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140  emulate sh
141  NULLCMD=:
142  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143  # is contrary to our usage.  Disable this feature.
144  alias -g '\${1+\"\$@\"}'='\"\$@\"'
145  setopt NO_GLOB_SUBST
146else
147  case \`(set -o) 2>/dev/null\` in #(
148  *posix*) :
149    set -o posix ;; #(
150  *) :
151     ;;
152esac
153fi
154"
155  as_required="as_fn_return () { (exit \$1); }
156as_fn_success () { as_fn_return 0; }
157as_fn_failure () { as_fn_return 1; }
158as_fn_ret_success () { return 0; }
159as_fn_ret_failure () { return 1; }
160
161exitcode=0
162as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
167
168else
169  exitcode=1; echo positional parameters were not saved.
170fi
171test x\$exitcode = x0 || exit 1"
172  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
176  if (eval "$as_required") 2>/dev/null; then :
177  as_have_required=yes
178else
179  as_have_required=no
180fi
181  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
182
183else
184  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
185as_found=false
186for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
187do
188  IFS=$as_save_IFS
189  test -z "$as_dir" && as_dir=.
190  as_found=:
191  case $as_dir in #(
192         /*)
193           for as_base in sh bash ksh sh5; do
194             # Try only shells that exist, to save several forks.
195             as_shell=$as_dir/$as_base
196             if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
197                    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
198  CONFIG_SHELL=$as_shell as_have_required=yes
199                   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
200  break 2
201fi
202fi
203           done;;
204       esac
205  as_found=false
206done
207$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
208              { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
209  CONFIG_SHELL=$SHELL as_have_required=yes
210fi; }
211IFS=$as_save_IFS
212
213
214      if test "x$CONFIG_SHELL" != x; then :
215  # We cannot yet assume a decent shell, so we have to provide a
216        # neutralization value for shells without unset; and this also
217        # works around shells that cannot unset nonexistent variables.
218        BASH_ENV=/dev/null
219        ENV=/dev/null
220        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
221        export CONFIG_SHELL
222        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
223fi
224
225    if test x$as_have_required = xno; then :
226  $as_echo "$0: This script requires a shell more modern than all"
227  $as_echo "$0: the shells that I found on your system."
228  if test x${ZSH_VERSION+set} = xset ; then
229    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
230    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
231  else
232    $as_echo "$0: Please tell bug-autoconf@gnu.org and
233$0: http://bts.vinelinux.org/ about your system, including
234$0: any error possibly output before this message. Then
235$0: install a modern shell, or manually run the script
236$0: under such a shell if you do have one."
237  fi
238  exit 1
239fi
240fi
241fi
242SHELL=${CONFIG_SHELL-/bin/sh}
243export SHELL
244# Unset more variables known to interfere with behavior of common tools.
245CLICOLOR_FORCE= GREP_OPTIONS=
246unset CLICOLOR_FORCE GREP_OPTIONS
247
248## --------------------- ##
249## M4sh Shell Functions. ##
250## --------------------- ##
251# as_fn_unset VAR
252# ---------------
253# Portably unset VAR.
254as_fn_unset ()
255{
256  { eval $1=; unset $1;}
257}
258as_unset=as_fn_unset
259
260# as_fn_set_status STATUS
261# -----------------------
262# Set $? to STATUS, without forking.
263as_fn_set_status ()
264{
265  return $1
266} # as_fn_set_status
267
268# as_fn_exit STATUS
269# -----------------
270# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
271as_fn_exit ()
272{
273  set +e
274  as_fn_set_status $1
275  exit $1
276} # as_fn_exit
277
278# as_fn_mkdir_p
279# -------------
280# Create "$as_dir" as a directory, including parents if necessary.
281as_fn_mkdir_p ()
282{
283
284  case $as_dir in #(
285  -*) as_dir=./$as_dir;;
286  esac
287  test -d "$as_dir" || eval $as_mkdir_p || {
288    as_dirs=
289    while :; do
290      case $as_dir in #(
291      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
292      *) as_qdir=$as_dir;;
293      esac
294      as_dirs="'$as_qdir' $as_dirs"
295      as_dir=`$as_dirname -- "$as_dir" ||
296$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
297         X"$as_dir" : 'X\(//\)[^/]' \| \
298         X"$as_dir" : 'X\(//\)$' \| \
299         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
300$as_echo X"$as_dir" |
301    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
302            s//\1/
303            q
304          }
305          /^X\(\/\/\)[^/].*/{
306            s//\1/
307            q
308          }
309          /^X\(\/\/\)$/{
310            s//\1/
311            q
312          }
313          /^X\(\/\).*/{
314            s//\1/
315            q
316          }
317          s/.*/./; q'`
318      test -d "$as_dir" && break
319    done
320    test -z "$as_dirs" || eval "mkdir $as_dirs"
321  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
322
323
324} # as_fn_mkdir_p
325# as_fn_append VAR VALUE
326# ----------------------
327# Append the text in VALUE to the end of the definition contained in VAR. Take
328# advantage of any shell optimizations that allow amortized linear growth over
329# repeated appends, instead of the typical quadratic growth present in naive
330# implementations.
331if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
332  eval 'as_fn_append ()
333  {
334    eval $1+=\$2
335  }'
336else
337  as_fn_append ()
338  {
339    eval $1=\$$1\$2
340  }
341fi # as_fn_append
342
343# as_fn_arith ARG...
344# ------------------
345# Perform arithmetic evaluation on the ARGs, and store the result in the
346# global $as_val. Take advantage of shells that can avoid forks. The arguments
347# must be portable across $(()) and expr.
348if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
349  eval 'as_fn_arith ()
350  {
351    as_val=$(( $* ))
352  }'
353else
354  as_fn_arith ()
355  {
356    as_val=`expr "$@" || test $? -eq 1`
357  }
358fi # as_fn_arith
359
360
361# as_fn_error ERROR [LINENO LOG_FD]
362# ---------------------------------
363# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
364# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
365# script with status $?, using 1 if that was 0.
366as_fn_error ()
367{
368  as_status=$?; test $as_status -eq 0 && as_status=1
369  if test "$3"; then
370    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
371    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
372  fi
373  $as_echo "$as_me: error: $1" >&2
374  as_fn_exit $as_status
375} # as_fn_error
376
377if expr a : '\(a\)' >/dev/null 2>&1 &&
378   test "X`expr 00001 : '.*\(...\)'`" = X001; then
379  as_expr=expr
380else
381  as_expr=false
382fi
383
384if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
385  as_basename=basename
386else
387  as_basename=false
388fi
389
390if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
391  as_dirname=dirname
392else
393  as_dirname=false
394fi
395
396as_me=`$as_basename -- "$0" ||
397$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
398         X"$0" : 'X\(//\)$' \| \
399         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
400$as_echo X/"$0" |
401    sed '/^.*\/\([^/][^/]*\)\/*$/{
402            s//\1/
403            q
404          }
405          /^X\/\(\/\/\)$/{
406            s//\1/
407            q
408          }
409          /^X\/\(\/\).*/{
410            s//\1/
411            q
412          }
413          s/.*/./; q'`
414
415# Avoid depending upon Character Ranges.
416as_cr_letters='abcdefghijklmnopqrstuvwxyz'
417as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
418as_cr_Letters=$as_cr_letters$as_cr_LETTERS
419as_cr_digits='0123456789'
420as_cr_alnum=$as_cr_Letters$as_cr_digits
421
422
423  as_lineno_1=$LINENO as_lineno_1a=$LINENO
424  as_lineno_2=$LINENO as_lineno_2a=$LINENO
425  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
426  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
427  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
428  sed -n '
429    p
430    /[$]LINENO/=
431  ' <$as_myself |
432    sed '
433      s/[$]LINENO.*/&-/
434      t lineno
435      b
436      :lineno
437      N
438      :loop
439      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
440      t loop
441      s/-\n.*//
442    ' >$as_me.lineno &&
443  chmod +x "$as_me.lineno" ||
444    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
445
446  # Don't try to exec as it changes $[0], causing all sort of problems
447  # (the dirname of $[0] is not the place where we might find the
448  # original and so on.  Autoconf is especially sensitive to this).
449  . "./$as_me.lineno"
450  # Exit status is that of the last command.
451  exit
452}
453
454ECHO_C= ECHO_N= ECHO_T=
455case `echo -n x` in #(((((
456-n*)
457  case `echo 'xy\c'` in
458  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
459  xy)  ECHO_C='\c';;
460  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
461       ECHO_T=' ';;
462  esac;;
463*)
464  ECHO_N='-n';;
465esac
466
467rm -f conf$$ conf$$.exe conf$$.file
468if test -d conf$$.dir; then
469  rm -f conf$$.dir/conf$$.file
470else
471  rm -f conf$$.dir
472  mkdir conf$$.dir 2>/dev/null
473fi
474if (echo >conf$$.file) 2>/dev/null; then
475  if ln -s conf$$.file conf$$ 2>/dev/null; then
476    as_ln_s='ln -s'
477    # ... but there are two gotchas:
478    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
479    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
480    # In both cases, we have to default to `cp -p'.
481    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
482      as_ln_s='cp -p'
483  elif ln conf$$.file conf$$ 2>/dev/null; then
484    as_ln_s=ln
485  else
486    as_ln_s='cp -p'
487  fi
488else
489  as_ln_s='cp -p'
490fi
491rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
492rmdir conf$$.dir 2>/dev/null
493
494if mkdir -p . 2>/dev/null; then
495  as_mkdir_p='mkdir -p "$as_dir"'
496else
497  test -d ./-p && rmdir ./-p
498  as_mkdir_p=false
499fi
500
501if test -x / >/dev/null 2>&1; then
502  as_test_x='test -x'
503else
504  if ls -dL / >/dev/null 2>&1; then
505    as_ls_L_option=L
506  else
507    as_ls_L_option=
508  fi
509  as_test_x='
510    eval sh -c '\''
511      if test -d "$1"; then
512        test -d "$1/.";
513      else
514        case $1 in #(
515        -*)set "./$1";;
516        esac;
517        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
518        ???[sx]*):;;*)false;;esac;fi
519    '\'' sh
520  '
521fi
522as_executable_p=$as_test_x
523
524# Sed expression to map a string onto a valid CPP name.
525as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
526
527# Sed expression to map a string onto a valid variable name.
528as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
529
530
531test -n "$DJDIR" || exec 7<&0 </dev/null
532exec 6>&1
533
534# Name of the host.
535# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
536# so uname gets run too.
537ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
538
539#
540# Initializations.
541#
542ac_default_prefix=/usr/local
543ac_clean_files=
544ac_config_libobj_dir=.
545LIBOBJS=
546cross_compiling=no
547subdirs=
548MFLAGS=
549MAKEFLAGS=
550
551# Identity of this package.
552PACKAGE_NAME='vine-manual-build'
553PACKAGE_TARNAME='vine-manual-build'
554PACKAGE_VERSION='0.9.0'
555PACKAGE_STRING='vine-manual-build 0.9.0'
556PACKAGE_BUGREPORT='http://bts.vinelinux.org/'
557PACKAGE_URL=''
558
559ac_subst_vars='LTLIBOBJS
560LIBOBJS
561VMDIR
562IMAGEDIR
563CSSFILE
564XSLDIR
565PKG_CONFIG_LIBDIR
566PKG_CONFIG_PATH
567PKG_CONFIG
568XSLTPROC
569MAINT
570MAINTAINER_MODE_FALSE
571MAINTAINER_MODE_TRUE
572am__untar
573am__tar
574AMTAR
575am__leading_dot
576SET_MAKE
577AWK
578mkdir_p
579MKDIR_P
580INSTALL_STRIP_PROGRAM
581STRIP
582install_sh
583MAKEINFO
584AUTOHEADER
585AUTOMAKE
586AUTOCONF
587ACLOCAL
588VERSION
589PACKAGE
590CYGPATH_W
591am__isrc
592INSTALL_DATA
593INSTALL_SCRIPT
594INSTALL_PROGRAM
595target_alias
596host_alias
597build_alias
598LIBS
599ECHO_T
600ECHO_N
601ECHO_C
602DEFS
603mandir
604localedir
605libdir
606psdir
607pdfdir
608dvidir
609htmldir
610infodir
611docdir
612oldincludedir
613includedir
614localstatedir
615sharedstatedir
616sysconfdir
617datadir
618datarootdir
619libexecdir
620sbindir
621bindir
622program_transform_name
623prefix
624exec_prefix
625PACKAGE_URL
626PACKAGE_BUGREPORT
627PACKAGE_STRING
628PACKAGE_VERSION
629PACKAGE_TARNAME
630PACKAGE_NAME
631PATH_SEPARATOR
632SHELL'
633ac_subst_files=''
634ac_user_opts='
635enable_option_checking
636enable_maintainer_mode
637'
638      ac_precious_vars='build_alias
639host_alias
640target_alias
641PKG_CONFIG
642PKG_CONFIG_PATH
643PKG_CONFIG_LIBDIR'
644
645
646# Initialize some variables set by options.
647ac_init_help=
648ac_init_version=false
649ac_unrecognized_opts=
650ac_unrecognized_sep=
651# The variables have the same names as the options, with
652# dashes changed to underlines.
653cache_file=/dev/null
654exec_prefix=NONE
655no_create=
656no_recursion=
657prefix=NONE
658program_prefix=NONE
659program_suffix=NONE
660program_transform_name=s,x,x,
661silent=
662site=
663srcdir=
664verbose=
665x_includes=NONE
666x_libraries=NONE
667
668# Installation directory options.
669# These are left unexpanded so users can "make install exec_prefix=/foo"
670# and all the variables that are supposed to be based on exec_prefix
671# by default will actually change.
672# Use braces instead of parens because sh, perl, etc. also accept them.
673# (The list follows the same order as the GNU Coding Standards.)
674bindir='${exec_prefix}/bin'
675sbindir='${exec_prefix}/sbin'
676libexecdir='${exec_prefix}/libexec'
677datarootdir='${prefix}/share'
678datadir='${datarootdir}'
679sysconfdir='${prefix}/etc'
680sharedstatedir='${prefix}/com'
681localstatedir='${prefix}/var'
682includedir='${prefix}/include'
683oldincludedir='/usr/include'
684docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
685infodir='${datarootdir}/info'
686htmldir='${docdir}'
687dvidir='${docdir}'
688pdfdir='${docdir}'
689psdir='${docdir}'
690libdir='${exec_prefix}/lib'
691localedir='${datarootdir}/locale'
692mandir='${datarootdir}/man'
693
694ac_prev=
695ac_dashdash=
696for ac_option
697do
698  # If the previous option needs an argument, assign it.
699  if test -n "$ac_prev"; then
700    eval $ac_prev=\$ac_option
701    ac_prev=
702    continue
703  fi
704
705  case $ac_option in
706  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
707  *)    ac_optarg=yes ;;
708  esac
709
710  # Accept the important Cygnus configure options, so we can diagnose typos.
711
712  case $ac_dashdash$ac_option in
713  --)
714    ac_dashdash=yes ;;
715
716  -bindir | --bindir | --bindi | --bind | --bin | --bi)
717    ac_prev=bindir ;;
718  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
719    bindir=$ac_optarg ;;
720
721  -build | --build | --buil | --bui | --bu)
722    ac_prev=build_alias ;;
723  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
724    build_alias=$ac_optarg ;;
725
726  -cache-file | --cache-file | --cache-fil | --cache-fi \
727  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
728    ac_prev=cache_file ;;
729  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
730  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
731    cache_file=$ac_optarg ;;
732
733  --config-cache | -C)
734    cache_file=config.cache ;;
735
736  -datadir | --datadir | --datadi | --datad)
737    ac_prev=datadir ;;
738  -datadir=* | --datadir=* | --datadi=* | --datad=*)
739    datadir=$ac_optarg ;;
740
741  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
742  | --dataroo | --dataro | --datar)
743    ac_prev=datarootdir ;;
744  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
745  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
746    datarootdir=$ac_optarg ;;
747
748  -disable-* | --disable-*)
749    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
750    # Reject names that are not valid shell variable names.
751    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
752      as_fn_error "invalid feature name: $ac_useropt"
753    ac_useropt_orig=$ac_useropt
754    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
755    case $ac_user_opts in
756      *"
757"enable_$ac_useropt"
758"*) ;;
759      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
760         ac_unrecognized_sep=', ';;
761    esac
762    eval enable_$ac_useropt=no ;;
763
764  -docdir | --docdir | --docdi | --doc | --do)
765    ac_prev=docdir ;;
766  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
767    docdir=$ac_optarg ;;
768
769  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
770    ac_prev=dvidir ;;
771  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
772    dvidir=$ac_optarg ;;
773
774  -enable-* | --enable-*)
775    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
776    # Reject names that are not valid shell variable names.
777    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
778      as_fn_error "invalid feature name: $ac_useropt"
779    ac_useropt_orig=$ac_useropt
780    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
781    case $ac_user_opts in
782      *"
783"enable_$ac_useropt"
784"*) ;;
785      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
786         ac_unrecognized_sep=', ';;
787    esac
788    eval enable_$ac_useropt=\$ac_optarg ;;
789
790  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
791  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
792  | --exec | --exe | --ex)
793    ac_prev=exec_prefix ;;
794  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
795  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
796  | --exec=* | --exe=* | --ex=*)
797    exec_prefix=$ac_optarg ;;
798
799  -gas | --gas | --ga | --g)
800    # Obsolete; use --with-gas.
801    with_gas=yes ;;
802
803  -help | --help | --hel | --he | -h)
804    ac_init_help=long ;;
805  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
806    ac_init_help=recursive ;;
807  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
808    ac_init_help=short ;;
809
810  -host | --host | --hos | --ho)
811    ac_prev=host_alias ;;
812  -host=* | --host=* | --hos=* | --ho=*)
813    host_alias=$ac_optarg ;;
814
815  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
816    ac_prev=htmldir ;;
817  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
818  | --ht=*)
819    htmldir=$ac_optarg ;;
820
821  -includedir | --includedir | --includedi | --included | --include \
822  | --includ | --inclu | --incl | --inc)
823    ac_prev=includedir ;;
824  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
825  | --includ=* | --inclu=* | --incl=* | --inc=*)
826    includedir=$ac_optarg ;;
827
828  -infodir | --infodir | --infodi | --infod | --info | --inf)
829    ac_prev=infodir ;;
830  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
831    infodir=$ac_optarg ;;
832
833  -libdir | --libdir | --libdi | --libd)
834    ac_prev=libdir ;;
835  -libdir=* | --libdir=* | --libdi=* | --libd=*)
836    libdir=$ac_optarg ;;
837
838  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
839  | --libexe | --libex | --libe)
840    ac_prev=libexecdir ;;
841  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
842  | --libexe=* | --libex=* | --libe=*)
843    libexecdir=$ac_optarg ;;
844
845  -localedir | --localedir | --localedi | --localed | --locale)
846    ac_prev=localedir ;;
847  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
848    localedir=$ac_optarg ;;
849
850  -localstatedir | --localstatedir | --localstatedi | --localstated \
851  | --localstate | --localstat | --localsta | --localst | --locals)
852    ac_prev=localstatedir ;;
853  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
854  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
855    localstatedir=$ac_optarg ;;
856
857  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
858    ac_prev=mandir ;;
859  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
860    mandir=$ac_optarg ;;
861
862  -nfp | --nfp | --nf)
863    # Obsolete; use --without-fp.
864    with_fp=no ;;
865
866  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
867  | --no-cr | --no-c | -n)
868    no_create=yes ;;
869
870  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
871  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
872    no_recursion=yes ;;
873
874  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
875  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
876  | --oldin | --oldi | --old | --ol | --o)
877    ac_prev=oldincludedir ;;
878  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
879  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
880  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
881    oldincludedir=$ac_optarg ;;
882
883  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
884    ac_prev=prefix ;;
885  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
886    prefix=$ac_optarg ;;
887
888  -program-prefix | --program-prefix | --program-prefi | --program-pref \
889  | --program-pre | --program-pr | --program-p)
890    ac_prev=program_prefix ;;
891  -program-prefix=* | --program-prefix=* | --program-prefi=* \
892  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
893    program_prefix=$ac_optarg ;;
894
895  -program-suffix | --program-suffix | --program-suffi | --program-suff \
896  | --program-suf | --program-su | --program-s)
897    ac_prev=program_suffix ;;
898  -program-suffix=* | --program-suffix=* | --program-suffi=* \
899  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
900    program_suffix=$ac_optarg ;;
901
902  -program-transform-name | --program-transform-name \
903  | --program-transform-nam | --program-transform-na \
904  | --program-transform-n | --program-transform- \
905  | --program-transform | --program-transfor \
906  | --program-transfo | --program-transf \
907  | --program-trans | --program-tran \
908  | --progr-tra | --program-tr | --program-t)
909    ac_prev=program_transform_name ;;
910  -program-transform-name=* | --program-transform-name=* \
911  | --program-transform-nam=* | --program-transform-na=* \
912  | --program-transform-n=* | --program-transform-=* \
913  | --program-transform=* | --program-transfor=* \
914  | --program-transfo=* | --program-transf=* \
915  | --program-trans=* | --program-tran=* \
916  | --progr-tra=* | --program-tr=* | --program-t=*)
917    program_transform_name=$ac_optarg ;;
918
919  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
920    ac_prev=pdfdir ;;
921  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
922    pdfdir=$ac_optarg ;;
923
924  -psdir | --psdir | --psdi | --psd | --ps)
925    ac_prev=psdir ;;
926  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
927    psdir=$ac_optarg ;;
928
929  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
930  | -silent | --silent | --silen | --sile | --sil)
931    silent=yes ;;
932
933  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
934    ac_prev=sbindir ;;
935  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
936  | --sbi=* | --sb=*)
937    sbindir=$ac_optarg ;;
938
939  -sharedstatedir | --sharedstatedir | --sharedstatedi \
940  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
941  | --sharedst | --shareds | --shared | --share | --shar \
942  | --sha | --sh)
943    ac_prev=sharedstatedir ;;
944  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
945  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
946  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
947  | --sha=* | --sh=*)
948    sharedstatedir=$ac_optarg ;;
949
950  -site | --site | --sit)
951    ac_prev=site ;;
952  -site=* | --site=* | --sit=*)
953    site=$ac_optarg ;;
954
955  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
956    ac_prev=srcdir ;;
957  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
958    srcdir=$ac_optarg ;;
959
960  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
961  | --syscon | --sysco | --sysc | --sys | --sy)
962    ac_prev=sysconfdir ;;
963  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
964  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
965    sysconfdir=$ac_optarg ;;
966
967  -target | --target | --targe | --targ | --tar | --ta | --t)
968    ac_prev=target_alias ;;
969  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
970    target_alias=$ac_optarg ;;
971
972  -v | -verbose | --verbose | --verbos | --verbo | --verb)
973    verbose=yes ;;
974
975  -version | --version | --versio | --versi | --vers | -V)
976    ac_init_version=: ;;
977
978  -with-* | --with-*)
979    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
980    # Reject names that are not valid shell variable names.
981    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
982      as_fn_error "invalid package name: $ac_useropt"
983    ac_useropt_orig=$ac_useropt
984    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
985    case $ac_user_opts in
986      *"
987"with_$ac_useropt"
988"*) ;;
989      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
990         ac_unrecognized_sep=', ';;
991    esac
992    eval with_$ac_useropt=\$ac_optarg ;;
993
994  -without-* | --without-*)
995    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
996    # Reject names that are not valid shell variable names.
997    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
998      as_fn_error "invalid package name: $ac_useropt"
999    ac_useropt_orig=$ac_useropt
1000    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1001    case $ac_user_opts in
1002      *"
1003"with_$ac_useropt"
1004"*) ;;
1005      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1006         ac_unrecognized_sep=', ';;
1007    esac
1008    eval with_$ac_useropt=no ;;
1009
1010  --x)
1011    # Obsolete; use --with-x.
1012    with_x=yes ;;
1013
1014  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1015  | --x-incl | --x-inc | --x-in | --x-i)
1016    ac_prev=x_includes ;;
1017  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1018  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1019    x_includes=$ac_optarg ;;
1020
1021  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1022  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1023    ac_prev=x_libraries ;;
1024  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1025  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1026    x_libraries=$ac_optarg ;;
1027
1028  -*) as_fn_error "unrecognized option: \`$ac_option'
1029Try \`$0 --help' for more information."
1030    ;;
1031
1032  *=*)
1033    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1034    # Reject names that are not valid shell variable names.
1035    case $ac_envvar in #(
1036      '' | [0-9]* | *[!_$as_cr_alnum]* )
1037      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1038    esac
1039    eval $ac_envvar=\$ac_optarg
1040    export $ac_envvar ;;
1041
1042  *)
1043    # FIXME: should be removed in autoconf 3.0.
1044    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1045    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1046      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1047    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1048    ;;
1049
1050  esac
1051done
1052
1053if test -n "$ac_prev"; then
1054  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1055  as_fn_error "missing argument to $ac_option"
1056fi
1057
1058if test -n "$ac_unrecognized_opts"; then
1059  case $enable_option_checking in
1060    no) ;;
1061    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1062    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1063  esac
1064fi
1065
1066# Check all directory arguments for consistency.
1067for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1068                datadir sysconfdir sharedstatedir localstatedir includedir \
1069                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1070                libdir localedir mandir
1071do
1072  eval ac_val=\$$ac_var
1073  # Remove trailing slashes.
1074  case $ac_val in
1075    */ )
1076      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1077      eval $ac_var=\$ac_val;;
1078  esac
1079  # Be sure to have absolute directory names.
1080  case $ac_val in
1081    [\\/$]* | ?:[\\/]* )  continue;;
1082    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1083  esac
1084  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1085done
1086
1087# There might be people who depend on the old broken behavior: `$host'
1088# used to hold the argument of --host etc.
1089# FIXME: To remove some day.
1090build=$build_alias
1091host=$host_alias
1092target=$target_alias
1093
1094# FIXME: To remove some day.
1095if test "x$host_alias" != x; then
1096  if test "x$build_alias" = x; then
1097    cross_compiling=maybe
1098    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1099    If a cross compiler is detected then cross compile mode will be used." >&2
1100  elif test "x$build_alias" != "x$host_alias"; then
1101    cross_compiling=yes
1102  fi
1103fi
1104
1105ac_tool_prefix=
1106test -n "$host_alias" && ac_tool_prefix=$host_alias-
1107
1108test "$silent" = yes && exec 6>/dev/null
1109
1110
1111ac_pwd=`pwd` && test -n "$ac_pwd" &&
1112ac_ls_di=`ls -di .` &&
1113ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1114  as_fn_error "working directory cannot be determined"
1115test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1116  as_fn_error "pwd does not report name of working directory"
1117
1118
1119# Find the source files, if location was not specified.
1120if test -z "$srcdir"; then
1121  ac_srcdir_defaulted=yes
1122  # Try the directory containing this script, then the parent directory.
1123  ac_confdir=`$as_dirname -- "$as_myself" ||
1124$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1125         X"$as_myself" : 'X\(//\)[^/]' \| \
1126         X"$as_myself" : 'X\(//\)$' \| \
1127         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1128$as_echo X"$as_myself" |
1129    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1130            s//\1/
1131            q
1132          }
1133          /^X\(\/\/\)[^/].*/{
1134            s//\1/
1135            q
1136          }
1137          /^X\(\/\/\)$/{
1138            s//\1/
1139            q
1140          }
1141          /^X\(\/\).*/{
1142            s//\1/
1143            q
1144          }
1145          s/.*/./; q'`
1146  srcdir=$ac_confdir
1147  if test ! -r "$srcdir/$ac_unique_file"; then
1148    srcdir=..
1149  fi
1150else
1151  ac_srcdir_defaulted=no
1152fi
1153if test ! -r "$srcdir/$ac_unique_file"; then
1154  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1155  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1156fi
1157ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1158ac_abs_confdir=`(
1159        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1160        pwd)`
1161# When building in place, set srcdir=.
1162if test "$ac_abs_confdir" = "$ac_pwd"; then
1163  srcdir=.
1164fi
1165# Remove unnecessary trailing slashes from srcdir.
1166# Double slashes in file names in object file debugging info
1167# mess up M-x gdb in Emacs.
1168case $srcdir in
1169*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1170esac
1171for ac_var in $ac_precious_vars; do
1172  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1173  eval ac_env_${ac_var}_value=\$${ac_var}
1174  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1175  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1176done
1177
1178#
1179# Report the --help message.
1180#
1181if test "$ac_init_help" = "long"; then
1182  # Omit some internal or obsolete options to make the list less imposing.
1183  # This message is too long to be a string in the A/UX 3.1 sh.
1184  cat <<_ACEOF
1185\`configure' configures vine-manual-build 0.9.0 to adapt to many kinds of systems.
1186
1187Usage: $0 [OPTION]... [VAR=VALUE]...
1188
1189To assign environment variables (e.g., CC, CFLAGS...), specify them as
1190VAR=VALUE.  See below for descriptions of some of the useful variables.
1191
1192Defaults for the options are specified in brackets.
1193
1194Configuration:
1195  -h, --help              display this help and exit
1196      --help=short        display options specific to this package
1197      --help=recursive    display the short help of all the included packages
1198  -V, --version           display version information and exit
1199  -q, --quiet, --silent   do not print \`checking...' messages
1200      --cache-file=FILE   cache test results in FILE [disabled]
1201  -C, --config-cache      alias for \`--cache-file=config.cache'
1202  -n, --no-create         do not create output files
1203      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1204
1205Installation directories:
1206  --prefix=PREFIX         install architecture-independent files in PREFIX
1207                          [$ac_default_prefix]
1208  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1209                          [PREFIX]
1210
1211By default, \`make install' will install all the files in
1212\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1213an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1214for instance \`--prefix=\$HOME'.
1215
1216For better control, use the options below.
1217
1218Fine tuning of the installation directories:
1219  --bindir=DIR            user executables [EPREFIX/bin]
1220  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1221  --libexecdir=DIR        program executables [EPREFIX/libexec]
1222  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1223  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1224  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1225  --libdir=DIR            object code libraries [EPREFIX/lib]
1226  --includedir=DIR        C header files [PREFIX/include]
1227  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1228  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1229  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1230  --infodir=DIR           info documentation [DATAROOTDIR/info]
1231  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1232  --mandir=DIR            man documentation [DATAROOTDIR/man]
1233  --docdir=DIR            documentation root
1234                          [DATAROOTDIR/doc/vine-manual-build]
1235  --htmldir=DIR           html documentation [DOCDIR]
1236  --dvidir=DIR            dvi documentation [DOCDIR]
1237  --pdfdir=DIR            pdf documentation [DOCDIR]
1238  --psdir=DIR             ps documentation [DOCDIR]
1239_ACEOF
1240
1241  cat <<\_ACEOF
1242
1243Program names:
1244  --program-prefix=PREFIX            prepend PREFIX to installed program names
1245  --program-suffix=SUFFIX            append SUFFIX to installed program names
1246  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1247_ACEOF
1248fi
1249
1250if test -n "$ac_init_help"; then
1251  case $ac_init_help in
1252     short | recursive ) echo "Configuration of vine-manual-build 0.9.0:";;
1253   esac
1254  cat <<\_ACEOF
1255
1256Optional Features:
1257  --disable-option-checking  ignore unrecognized --enable/--with options
1258  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1259  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1260  --enable-maintainer-mode  enable make rules and dependencies not useful
1261                          (and sometimes confusing) to the casual installer
1262
1263Some influential environment variables:
1264  PKG_CONFIG  path to pkg-config utility
1265  PKG_CONFIG_PATH
1266              directories to add to pkg-config's search path
1267  PKG_CONFIG_LIBDIR
1268              path overriding pkg-config's built-in search path
1269
1270Use these variables to override the choices made by `configure' or to help
1271it to find libraries and programs with nonstandard names/locations.
1272
1273Report bugs to <http://bts.vinelinux.org/>.
1274_ACEOF
1275ac_status=$?
1276fi
1277
1278if test "$ac_init_help" = "recursive"; then
1279  # If there are subdirs, report their specific --help.
1280  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1281    test -d "$ac_dir" ||
1282      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1283      continue
1284    ac_builddir=.
1285
1286case "$ac_dir" in
1287.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1288*)
1289  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1290  # A ".." for each directory in $ac_dir_suffix.
1291  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1292  case $ac_top_builddir_sub in
1293  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1294  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1295  esac ;;
1296esac
1297ac_abs_top_builddir=$ac_pwd
1298ac_abs_builddir=$ac_pwd$ac_dir_suffix
1299# for backward compatibility:
1300ac_top_builddir=$ac_top_build_prefix
1301
1302case $srcdir in
1303  .)  # We are building in place.
1304    ac_srcdir=.
1305    ac_top_srcdir=$ac_top_builddir_sub
1306    ac_abs_top_srcdir=$ac_pwd ;;
1307  [\\/]* | ?:[\\/]* )  # Absolute name.
1308    ac_srcdir=$srcdir$ac_dir_suffix;
1309    ac_top_srcdir=$srcdir
1310    ac_abs_top_srcdir=$srcdir ;;
1311  *) # Relative name.
1312    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1313    ac_top_srcdir=$ac_top_build_prefix$srcdir
1314    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1315esac
1316ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1317
1318    cd "$ac_dir" || { ac_status=$?; continue; }
1319    # Check for guested configure.
1320    if test -f "$ac_srcdir/configure.gnu"; then
1321      echo &&
1322      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1323    elif test -f "$ac_srcdir/configure"; then
1324      echo &&
1325      $SHELL "$ac_srcdir/configure" --help=recursive
1326    else
1327      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1328    fi || ac_status=$?
1329    cd "$ac_pwd" || { ac_status=$?; break; }
1330  done
1331fi
1332
1333test -n "$ac_init_help" && exit $ac_status
1334if $ac_init_version; then
1335  cat <<\_ACEOF
1336vine-manual-build configure 0.9.0
1337generated by GNU Autoconf 2.65
1338
1339Copyright (C) 2009 Free Software Foundation, Inc.
1340This configure script is free software; the Free Software Foundation
1341gives unlimited permission to copy, distribute and modify it.
1342_ACEOF
1343  exit
1344fi
1345
1346## ------------------------ ##
1347## Autoconf initialization. ##
1348## ------------------------ ##
1349cat >config.log <<_ACEOF
1350This file contains any messages produced by compilers while
1351running configure, to aid debugging if configure makes a mistake.
1352
1353It was created by vine-manual-build $as_me 0.9.0, which was
1354generated by GNU Autoconf 2.65.  Invocation command line was
1355
1356  $ $0 $@
1357
1358_ACEOF
1359exec 5>>config.log
1360{
1361cat <<_ASUNAME
1362## --------- ##
1363## Platform. ##
1364## --------- ##
1365
1366hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1367uname -m = `(uname -m) 2>/dev/null || echo unknown`
1368uname -r = `(uname -r) 2>/dev/null || echo unknown`
1369uname -s = `(uname -s) 2>/dev/null || echo unknown`
1370uname -v = `(uname -v) 2>/dev/null || echo unknown`
1371
1372/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1373/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1374
1375/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1376/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1377/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1378/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1379/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1380/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1381/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1382
1383_ASUNAME
1384
1385as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1386for as_dir in $PATH
1387do
1388  IFS=$as_save_IFS
1389  test -z "$as_dir" && as_dir=.
1390    $as_echo "PATH: $as_dir"
1391  done
1392IFS=$as_save_IFS
1393
1394} >&5
1395
1396cat >&5 <<_ACEOF
1397
1398
1399## ----------- ##
1400## Core tests. ##
1401## ----------- ##
1402
1403_ACEOF
1404
1405
1406# Keep a trace of the command line.
1407# Strip out --no-create and --no-recursion so they do not pile up.
1408# Strip out --silent because we don't want to record it for future runs.
1409# Also quote any args containing shell meta-characters.
1410# Make two passes to allow for proper duplicate-argument suppression.
1411ac_configure_args=
1412ac_configure_args0=
1413ac_configure_args1=
1414ac_must_keep_next=false
1415for ac_pass in 1 2
1416do
1417  for ac_arg
1418  do
1419    case $ac_arg in
1420    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1421    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1422    | -silent | --silent | --silen | --sile | --sil)
1423      continue ;;
1424    *\'*)
1425      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1426    esac
1427    case $ac_pass in
1428    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1429    2)
1430      as_fn_append ac_configure_args1 " '$ac_arg'"
1431      if test $ac_must_keep_next = true; then
1432        ac_must_keep_next=false # Got value, back to normal.
1433      else
1434        case $ac_arg in
1435          *=* | --config-cache | -C | -disable-* | --disable-* \
1436          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1437          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1438          | -with-* | --with-* | -without-* | --without-* | --x)
1439            case "$ac_configure_args0 " in
1440              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1441            esac
1442            ;;
1443          -* ) ac_must_keep_next=true ;;
1444        esac
1445      fi
1446      as_fn_append ac_configure_args " '$ac_arg'"
1447      ;;
1448    esac
1449  done
1450done
1451{ ac_configure_args0=; unset ac_configure_args0;}
1452{ ac_configure_args1=; unset ac_configure_args1;}
1453
1454# When interrupted or exit'd, cleanup temporary files, and complete
1455# config.log.  We remove comments because anyway the quotes in there
1456# would cause problems or look ugly.
1457# WARNING: Use '\'' to represent an apostrophe within the trap.
1458# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1459trap 'exit_status=$?
1460  # Save into config.log some information that might help in debugging.
1461  {
1462    echo
1463
1464    cat <<\_ASBOX
1465## ---------------- ##
1466## Cache variables. ##
1467## ---------------- ##
1468_ASBOX
1469    echo
1470    # The following way of writing the cache mishandles newlines in values,
1471(
1472  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1473    eval ac_val=\$$ac_var
1474    case $ac_val in #(
1475    *${as_nl}*)
1476      case $ac_var in #(
1477      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1478$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1479      esac
1480      case $ac_var in #(
1481      _ | IFS | as_nl) ;; #(
1482      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1483      *) { eval $ac_var=; unset $ac_var;} ;;
1484      esac ;;
1485    esac
1486  done
1487  (set) 2>&1 |
1488    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1489    *${as_nl}ac_space=\ *)
1490      sed -n \
1491        "s/'\''/'\''\\\\'\'''\''/g;
1492          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1493      ;; #(
1494    *)
1495      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1496      ;;
1497    esac |
1498    sort
1499)
1500    echo
1501
1502    cat <<\_ASBOX
1503## ----------------- ##
1504## Output variables. ##
1505## ----------------- ##
1506_ASBOX
1507    echo
1508    for ac_var in $ac_subst_vars
1509    do
1510      eval ac_val=\$$ac_var
1511      case $ac_val in
1512      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1513      esac
1514      $as_echo "$ac_var='\''$ac_val'\''"
1515    done | sort
1516    echo
1517
1518    if test -n "$ac_subst_files"; then
1519      cat <<\_ASBOX
1520## ------------------- ##
1521## File substitutions. ##
1522## ------------------- ##
1523_ASBOX
1524      echo
1525      for ac_var in $ac_subst_files
1526      do
1527        eval ac_val=\$$ac_var
1528        case $ac_val in
1529        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1530        esac
1531        $as_echo "$ac_var='\''$ac_val'\''"
1532      done | sort
1533      echo
1534    fi
1535
1536    if test -s confdefs.h; then
1537      cat <<\_ASBOX
1538## ----------- ##
1539## confdefs.h. ##
1540## ----------- ##
1541_ASBOX
1542      echo
1543      cat confdefs.h
1544      echo
1545    fi
1546    test "$ac_signal" != 0 &&
1547      $as_echo "$as_me: caught signal $ac_signal"
1548    $as_echo "$as_me: exit $exit_status"
1549  } >&5
1550  rm -f core *.core core.conftest.* &&
1551    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1552    exit $exit_status
1553' 0
1554for ac_signal in 1 2 13 15; do
1555  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1556done
1557ac_signal=0
1558
1559# confdefs.h avoids OS command line length limits that DEFS can exceed.
1560rm -f -r conftest* confdefs.h
1561
1562$as_echo "/* confdefs.h */" > confdefs.h
1563
1564# Predefined preprocessor variables.
1565
1566cat >>confdefs.h <<_ACEOF
1567#define PACKAGE_NAME "$PACKAGE_NAME"
1568_ACEOF
1569
1570cat >>confdefs.h <<_ACEOF
1571#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1572_ACEOF
1573
1574cat >>confdefs.h <<_ACEOF
1575#define PACKAGE_VERSION "$PACKAGE_VERSION"
1576_ACEOF
1577
1578cat >>confdefs.h <<_ACEOF
1579#define PACKAGE_STRING "$PACKAGE_STRING"
1580_ACEOF
1581
1582cat >>confdefs.h <<_ACEOF
1583#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1584_ACEOF
1585
1586cat >>confdefs.h <<_ACEOF
1587#define PACKAGE_URL "$PACKAGE_URL"
1588_ACEOF
1589
1590
1591# Let the site file select an alternate cache file if it wants to.
1592# Prefer an explicitly selected file to automatically selected ones.
1593ac_site_file1=NONE
1594ac_site_file2=NONE
1595if test -n "$CONFIG_SITE"; then
1596  ac_site_file1=$CONFIG_SITE
1597elif test "x$prefix" != xNONE; then
1598  ac_site_file1=$prefix/share/config.site
1599  ac_site_file2=$prefix/etc/config.site
1600else
1601  ac_site_file1=$ac_default_prefix/share/config.site
1602  ac_site_file2=$ac_default_prefix/etc/config.site
1603fi
1604for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1605do
1606  test "x$ac_site_file" = xNONE && continue
1607  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1608    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1609$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1610    sed 's/^/| /' "$ac_site_file" >&5
1611    . "$ac_site_file"
1612  fi
1613done
1614
1615if test -r "$cache_file"; then
1616  # Some versions of bash will fail to source /dev/null (special files
1617  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1618  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1619    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1620$as_echo "$as_me: loading cache $cache_file" >&6;}
1621    case $cache_file in
1622      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1623      *)                      . "./$cache_file";;
1624    esac
1625  fi
1626else
1627  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1628$as_echo "$as_me: creating cache $cache_file" >&6;}
1629  >$cache_file
1630fi
1631
1632# Check that the precious variables saved in the cache have kept the same
1633# value.
1634ac_cache_corrupted=false
1635for ac_var in $ac_precious_vars; do
1636  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1637  eval ac_new_set=\$ac_env_${ac_var}_set
1638  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1639  eval ac_new_val=\$ac_env_${ac_var}_value
1640  case $ac_old_set,$ac_new_set in
1641    set,)
1642      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1643$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1644      ac_cache_corrupted=: ;;
1645    ,set)
1646      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1647$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1648      ac_cache_corrupted=: ;;
1649    ,);;
1650    *)
1651      if test "x$ac_old_val" != "x$ac_new_val"; then
1652        # differences in whitespace do not lead to failure.
1653        ac_old_val_w=`echo x $ac_old_val`
1654        ac_new_val_w=`echo x $ac_new_val`
1655        if test "$ac_old_val_w" != "$ac_new_val_w"; then
1656          { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1657$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1658          ac_cache_corrupted=:
1659        else
1660          { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1661$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1662          eval $ac_var=\$ac_old_val
1663        fi
1664        { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1665$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1666        { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1667$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1668      fi;;
1669  esac
1670  # Pass precious variables to config.status.
1671  if test "$ac_new_set" = set; then
1672    case $ac_new_val in
1673    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1674    *) ac_arg=$ac_var=$ac_new_val ;;
1675    esac
1676    case " $ac_configure_args " in
1677      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1678      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1679    esac
1680  fi
1681done
1682if $ac_cache_corrupted; then
1683  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1684$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1685  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1686$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1687  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1688fi
1689## -------------------- ##
1690## Main body of script. ##
1691## -------------------- ##
1692
1693ac_ext=c
1694ac_cpp='$CPP $CPPFLAGS'
1695ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1696ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1697ac_compiler_gnu=$ac_cv_c_compiler_gnu
1698
1699
1700am__api_version='1.11'
1701
1702ac_aux_dir=
1703for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1704  for ac_t in install-sh install.sh shtool; do
1705    if test -f "$ac_dir/$ac_t"; then
1706      ac_aux_dir=$ac_dir
1707      ac_install_sh="$ac_aux_dir/$ac_t -c"
1708      break 2
1709    fi
1710  done
1711done
1712if test -z "$ac_aux_dir"; then
1713  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1714fi
1715
1716# These three variables are undocumented and unsupported,
1717# and are intended to be withdrawn in a future Autoconf release.
1718# They can cause serious problems if a builder's source tree is in a directory
1719# whose full name contains unusual characters.
1720ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1721ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1722ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1723
1724
1725# Find a good install program.  We prefer a C program (faster),
1726# so one script is as good as another.  But avoid the broken or
1727# incompatible versions:
1728# SysV /etc/install, /usr/sbin/install
1729# SunOS /usr/etc/install
1730# IRIX /sbin/install
1731# AIX /bin/install
1732# AmigaOS /C/install, which installs bootblocks on floppy discs
1733# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1734# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1735# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1736# OS/2's system install, which has a completely different semantic
1737# ./install, which can be erroneously created by make from ./install.sh.
1738# Reject install programs that cannot install multiple files.
1739{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1740$as_echo_n "checking for a BSD-compatible install... " >&6; }
1741if test -z "$INSTALL"; then
1742if test "${ac_cv_path_install+set}" = set; then :
1743  $as_echo_n "(cached) " >&6
1744else
1745  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1746for as_dir in $PATH
1747do
1748  IFS=$as_save_IFS
1749  test -z "$as_dir" && as_dir=.
1750    # Account for people who put trailing slashes in PATH elements.
1751case $as_dir/ in #((
1752  ./ | .// | /[cC]/* | \
1753  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1754  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1755  /usr/ucb/* ) ;;
1756  *)
1757    # OSF1 and SCO ODT 3.0 have their own names for install.
1758    # Don't use installbsd from OSF since it installs stuff as root
1759    # by default.
1760    for ac_prog in ginstall scoinst install; do
1761      for ac_exec_ext in '' $ac_executable_extensions; do
1762        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1763          if test $ac_prog = install &&
1764            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1765            # AIX install.  It has an incompatible calling convention.
1766            :
1767          elif test $ac_prog = install &&
1768            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1769            # program-specific install script used by HP pwplus--don't use.
1770            :
1771          else
1772            rm -rf conftest.one conftest.two conftest.dir
1773            echo one > conftest.one
1774            echo two > conftest.two
1775            mkdir conftest.dir
1776            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1777              test -s conftest.one && test -s conftest.two &&
1778              test -s conftest.dir/conftest.one &&
1779              test -s conftest.dir/conftest.two
1780            then
1781              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1782              break 3
1783            fi
1784          fi
1785        fi
1786      done
1787    done
1788    ;;
1789esac
1790
1791  done
1792IFS=$as_save_IFS
1793
1794rm -rf conftest.one conftest.two conftest.dir
1795
1796fi
1797  if test "${ac_cv_path_install+set}" = set; then
1798    INSTALL=$ac_cv_path_install
1799  else
1800    # As a last resort, use the slow shell script.  Don't cache a
1801    # value for INSTALL within a source directory, because that will
1802    # break other packages using the cache if that directory is
1803    # removed, or if the value is a relative name.
1804    INSTALL=$ac_install_sh
1805  fi
1806fi
1807{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
1808$as_echo "$INSTALL" >&6; }
1809
1810# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1811# It thinks the first close brace ends the variable substitution.
1812test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1813
1814test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1815
1816test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1817
1818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
1819$as_echo_n "checking whether build environment is sane... " >&6; }
1820# Just in case
1821sleep 1
1822echo timestamp > conftest.file
1823# Reject unsafe characters in $srcdir or the absolute working directory
1824# name.  Accept space and tab only in the latter.
1825am_lf='
1826'
1827case `pwd` in
1828  *[\\\"\#\$\&\'\`$am_lf]*)
1829    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
1830esac
1831case $srcdir in
1832  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
1833    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
1834esac
1835
1836# Do `set' in a subshell so we don't clobber the current shell's
1837# arguments.  Must try -L first in case configure is actually a
1838# symlink; some systems play weird games with the mod time of symlinks
1839# (eg FreeBSD returns the mod time of the symlink's containing
1840# directory).
1841if (
1842   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1843   if test "$*" = "X"; then
1844      # -L didn't work.
1845      set X `ls -t "$srcdir/configure" conftest.file`
1846   fi
1847   rm -f conftest.file
1848   if test "$*" != "X $srcdir/configure conftest.file" \
1849      && test "$*" != "X conftest.file $srcdir/configure"; then
1850
1851      # If neither matched, then we have a broken ls.  This can happen
1852      # if, for instance, CONFIG_SHELL is bash and it inherits a
1853      # broken ls alias from the environment.  This has actually
1854      # happened.  Such a system could not be considered "sane".
1855      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
1856alias in your environment" "$LINENO" 5
1857   fi
1858
1859   test "$2" = conftest.file
1860   )
1861then
1862   # Ok.
1863   :
1864else
1865   as_fn_error "newly created file is older than distributed files!
1866Check your system clock" "$LINENO" 5
1867fi
1868{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1869$as_echo "yes" >&6; }
1870test "$program_prefix" != NONE &&
1871  program_transform_name="s&^&$program_prefix&;$program_transform_name"
1872# Use a double $ so make ignores it.
1873test "$program_suffix" != NONE &&
1874  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1875# Double any \ or $.
1876# By default was `s,x,x', remove it if useless.
1877ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
1878program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
1879
1880# expand $ac_aux_dir to an absolute path
1881am_aux_dir=`cd $ac_aux_dir && pwd`
1882
1883if test x"${MISSING+set}" != xset; then
1884  case $am_aux_dir in
1885  *\ * | *\     *)
1886    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1887  *)
1888    MISSING="\${SHELL} $am_aux_dir/missing" ;;
1889  esac
1890fi
1891# Use eval to expand $SHELL
1892if eval "$MISSING --run true"; then
1893  am_missing_run="$MISSING --run "
1894else
1895  am_missing_run=
1896  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
1897$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1898fi
1899
1900if test x"${install_sh}" != xset; then
1901  case $am_aux_dir in
1902  *\ * | *\     *)
1903    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1904  *)
1905    install_sh="\${SHELL} $am_aux_dir/install-sh"
1906  esac
1907fi
1908
1909# Installed binaries are usually stripped using `strip' when the user
1910# run `make install-strip'.  However `strip' might not be the right
1911# tool to use in cross-compilation environments, therefore Automake
1912# will honor the `STRIP' environment variable to overrule this program.
1913if test "$cross_compiling" != no; then
1914  if test -n "$ac_tool_prefix"; then
1915  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1916set dummy ${ac_tool_prefix}strip; ac_word=$2
1917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1918$as_echo_n "checking for $ac_word... " >&6; }
1919if test "${ac_cv_prog_STRIP+set}" = set; then :
1920  $as_echo_n "(cached) " >&6
1921else
1922  if test -n "$STRIP"; then
1923  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1924else
1925as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1926for as_dir in $PATH
1927do
1928  IFS=$as_save_IFS
1929  test -z "$as_dir" && as_dir=.
1930    for ac_exec_ext in '' $ac_executable_extensions; do
1931  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1932    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1933    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1934    break 2
1935  fi
1936done
1937  done
1938IFS=$as_save_IFS
1939
1940fi
1941fi
1942STRIP=$ac_cv_prog_STRIP
1943if test -n "$STRIP"; then
1944  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
1945$as_echo "$STRIP" >&6; }
1946else
1947  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1948$as_echo "no" >&6; }
1949fi
1950
1951
1952fi
1953if test -z "$ac_cv_prog_STRIP"; then
1954  ac_ct_STRIP=$STRIP
1955  # Extract the first word of "strip", so it can be a program name with args.
1956set dummy strip; ac_word=$2
1957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1958$as_echo_n "checking for $ac_word... " >&6; }
1959if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
1960  $as_echo_n "(cached) " >&6
1961else
1962  if test -n "$ac_ct_STRIP"; then
1963  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1964else
1965as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1966for as_dir in $PATH
1967do
1968  IFS=$as_save_IFS
1969  test -z "$as_dir" && as_dir=.
1970    for ac_exec_ext in '' $ac_executable_extensions; do
1971  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1972    ac_cv_prog_ac_ct_STRIP="strip"
1973    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1974    break 2
1975  fi
1976done
1977  done
1978IFS=$as_save_IFS
1979
1980fi
1981fi
1982ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1983if test -n "$ac_ct_STRIP"; then
1984  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
1985$as_echo "$ac_ct_STRIP" >&6; }
1986else
1987  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1988$as_echo "no" >&6; }
1989fi
1990
1991  if test "x$ac_ct_STRIP" = x; then
1992    STRIP=":"
1993  else
1994    case $cross_compiling:$ac_tool_warned in
1995yes:)
1996{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
1997$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1998ac_tool_warned=yes ;;
1999esac
2000    STRIP=$ac_ct_STRIP
2001  fi
2002else
2003  STRIP="$ac_cv_prog_STRIP"
2004fi
2005
2006fi
2007INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2008
2009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2010$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2011if test -z "$MKDIR_P"; then
2012  if test "${ac_cv_path_mkdir+set}" = set; then :
2013  $as_echo_n "(cached) " >&6
2014else
2015  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2016for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2017do
2018  IFS=$as_save_IFS
2019  test -z "$as_dir" && as_dir=.
2020    for ac_prog in mkdir gmkdir; do
2021         for ac_exec_ext in '' $ac_executable_extensions; do
2022           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2023           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2024             'mkdir (GNU coreutils) '* | \
2025             'mkdir (coreutils) '* | \
2026             'mkdir (fileutils) '4.1*)
2027               ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2028               break 3;;
2029           esac
2030         done
2031       done
2032  done
2033IFS=$as_save_IFS
2034
2035fi
2036
2037  test -d ./--version && rmdir ./--version
2038  if test "${ac_cv_path_mkdir+set}" = set; then
2039    MKDIR_P="$ac_cv_path_mkdir -p"
2040  else
2041    # As a last resort, use the slow shell script.  Don't cache a
2042    # value for MKDIR_P within a source directory, because that will
2043    # break other packages using the cache if that directory is
2044    # removed, or if the value is a relative name.
2045    MKDIR_P="$ac_install_sh -d"
2046  fi
2047fi
2048{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2049$as_echo "$MKDIR_P" >&6; }
2050
2051mkdir_p="$MKDIR_P"
2052case $mkdir_p in
2053  [\\/$]* | ?:[\\/]*) ;;
2054  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2055esac
2056
2057for ac_prog in gawk mawk nawk awk
2058do
2059  # Extract the first word of "$ac_prog", so it can be a program name with args.
2060set dummy $ac_prog; ac_word=$2
2061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2062$as_echo_n "checking for $ac_word... " >&6; }
2063if test "${ac_cv_prog_AWK+set}" = set; then :
2064  $as_echo_n "(cached) " >&6
2065else
2066  if test -n "$AWK"; then
2067  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2068else
2069as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2070for as_dir in $PATH
2071do
2072  IFS=$as_save_IFS
2073  test -z "$as_dir" && as_dir=.
2074    for ac_exec_ext in '' $ac_executable_extensions; do
2075  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2076    ac_cv_prog_AWK="$ac_prog"
2077    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2078    break 2
2079  fi
2080done
2081  done
2082IFS=$as_save_IFS
2083
2084fi
2085fi
2086AWK=$ac_cv_prog_AWK
2087if test -n "$AWK"; then
2088  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2089$as_echo "$AWK" >&6; }
2090else
2091  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2092$as_echo "no" >&6; }
2093fi
2094
2095
2096  test -n "$AWK" && break
2097done
2098
2099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2100$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2101set x ${MAKE-make}
2102ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2103if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2104  $as_echo_n "(cached) " >&6
2105else
2106  cat >conftest.make <<\_ACEOF
2107SHELL = /bin/sh
2108all:
2109        @echo '@@@%%%=$(MAKE)=@@@%%%'
2110_ACEOF
2111# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2112case `${MAKE-make} -f conftest.make 2>/dev/null` in
2113  *@@@%%%=?*=@@@%%%*)
2114    eval ac_cv_prog_make_${ac_make}_set=yes;;
2115  *)
2116    eval ac_cv_prog_make_${ac_make}_set=no;;
2117esac
2118rm -f conftest.make
2119fi
2120if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2121  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2122$as_echo "yes" >&6; }
2123  SET_MAKE=
2124else
2125  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2126$as_echo "no" >&6; }
2127  SET_MAKE="MAKE=${MAKE-make}"
2128fi
2129
2130rm -rf .tst 2>/dev/null
2131mkdir .tst 2>/dev/null
2132if test -d .tst; then
2133  am__leading_dot=.
2134else
2135  am__leading_dot=_
2136fi
2137rmdir .tst 2>/dev/null
2138
2139if test "`cd $srcdir && pwd`" != "`pwd`"; then
2140  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2141  # is not polluted with repeated "-I."
2142  am__isrc=' -I$(srcdir)'
2143  # test to see if srcdir already configured
2144  if test -f $srcdir/config.status; then
2145    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2146  fi
2147fi
2148
2149# test whether we have cygpath
2150if test -z "$CYGPATH_W"; then
2151  if (cygpath --version) >/dev/null 2>/dev/null; then
2152    CYGPATH_W='cygpath -w'
2153  else
2154    CYGPATH_W=echo
2155  fi
2156fi
2157
2158
2159# Define the identity of the package.
2160 PACKAGE='vine-manual-build'
2161 VERSION='0.9.0'
2162
2163
2164cat >>confdefs.h <<_ACEOF
2165#define PACKAGE "$PACKAGE"
2166_ACEOF
2167
2168
2169cat >>confdefs.h <<_ACEOF
2170#define VERSION "$VERSION"
2171_ACEOF
2172
2173# Some tools Automake needs.
2174
2175ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2176
2177
2178AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2179
2180
2181AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2182
2183
2184AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2185
2186
2187MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2188
2189# We need awk for the "check" target.  The system "awk" is bad on
2190# some platforms.
2191# Always define AMTAR for backward compatibility.
2192
2193AMTAR=${AMTAR-"${am_missing_run}tar"}
2194
2195
2196{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
2197$as_echo_n "checking how to create a ustar tar archive... " >&6; }
2198# Loop over all known methods to create a tar archive until one works.
2199_am_tools='gnutar plaintar pax cpio none'
2200_am_tools=${am_cv_prog_tar_ustar-$_am_tools}
2201# Do not fold the above two line into one, because Tru64 sh and
2202# Solaris sh will not grok spaces in the rhs of `-'.
2203for _am_tool in $_am_tools
2204do
2205  case $_am_tool in
2206  gnutar)
2207    for _am_tar in tar gnutar gtar;
2208    do
2209      { echo "$as_me:$LINENO: $_am_tar --version" >&5
2210   ($_am_tar --version) >&5 2>&5
2211   ac_status=$?
2212   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2213   (exit $ac_status); } && break
2214    done
2215    am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
2216    am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
2217    am__untar="$_am_tar -xf -"
2218    ;;
2219  plaintar)
2220    # Must skip GNU tar: if it does not support --format= it doesn't create
2221    # ustar tarball either.
2222    (tar --version) >/dev/null 2>&1 && continue
2223    am__tar='tar chf - "$$tardir"'
2224    am__tar_='tar chf - "$tardir"'
2225    am__untar='tar xf -'
2226    ;;
2227  pax)
2228    am__tar='pax -L -x ustar -w "$$tardir"'
2229    am__tar_='pax -L -x ustar -w "$tardir"'
2230    am__untar='pax -r'
2231    ;;
2232  cpio)
2233    am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
2234    am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
2235    am__untar='cpio -i -H ustar -d'
2236    ;;
2237  none)
2238    am__tar=false
2239    am__tar_=false
2240    am__untar=false
2241    ;;
2242  esac
2243
2244  # If the value was cached, stop now.  We just wanted to have am__tar
2245  # and am__untar set.
2246  test -n "${am_cv_prog_tar_ustar}" && break
2247
2248  # tar/untar a dummy directory, and stop if the command works
2249  rm -rf conftest.dir
2250  mkdir conftest.dir
2251  echo GrepMe > conftest.dir/file
2252  { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
2253   (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
2254   ac_status=$?
2255   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2256   (exit $ac_status); }
2257  rm -rf conftest.dir
2258  if test -s conftest.tar; then
2259    { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
2260   ($am__untar <conftest.tar) >&5 2>&5
2261   ac_status=$?
2262   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2263   (exit $ac_status); }
2264    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
2265  fi
2266done
2267rm -rf conftest.dir
2268
2269if test "${am_cv_prog_tar_ustar+set}" = set; then :
2270  $as_echo_n "(cached) " >&6
2271else
2272  am_cv_prog_tar_ustar=$_am_tool
2273fi
2274
2275{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
2276$as_echo "$am_cv_prog_tar_ustar" >&6; }
2277
2278
2279
2280
2281
2282
2283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2284$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2285    # Check whether --enable-maintainer-mode was given.
2286if test "${enable_maintainer_mode+set}" = set; then :
2287  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2288else
2289  USE_MAINTAINER_MODE=no
2290fi
2291
2292  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2293$as_echo "$USE_MAINTAINER_MODE" >&6; }
2294   if test $USE_MAINTAINER_MODE = yes; then
2295  MAINTAINER_MODE_TRUE=
2296  MAINTAINER_MODE_FALSE='#'
2297else
2298  MAINTAINER_MODE_TRUE='#'
2299  MAINTAINER_MODE_FALSE=
2300fi
2301
2302  MAINT=$MAINTAINER_MODE_TRUE
2303
2304
2305
2306# Checks for programs.
2307# Extract the first word of "xsltproc", so it can be a program name with args.
2308set dummy xsltproc; ac_word=$2
2309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2310$as_echo_n "checking for $ac_word... " >&6; }
2311if test "${ac_cv_path_XSLTPROC+set}" = set; then :
2312  $as_echo_n "(cached) " >&6
2313else
2314  case $XSLTPROC in
2315  [\\/]* | ?:[\\/]*)
2316  ac_cv_path_XSLTPROC="$XSLTPROC" # Let the user override the test with a path.
2317  ;;
2318  *)
2319  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2320for as_dir in $PATH
2321do
2322  IFS=$as_save_IFS
2323  test -z "$as_dir" && as_dir=.
2324    for ac_exec_ext in '' $ac_executable_extensions; do
2325  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2326    ac_cv_path_XSLTPROC="$as_dir/$ac_word$ac_exec_ext"
2327    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2328    break 2
2329  fi
2330done
2331  done
2332IFS=$as_save_IFS
2333
2334  ;;
2335esac
2336fi
2337XSLTPROC=$ac_cv_path_XSLTPROC
2338if test -n "$XSLTPROC"; then
2339  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC" >&5
2340$as_echo "$XSLTPROC" >&6; }
2341else
2342  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2343$as_echo "no" >&6; }
2344fi
2345
2346
2347if test -z $XSLTPROC; then :
2348  as_fn_error "xsltproc was not found." "$LINENO" 5
2349fi
2350
2351
2352
2353
2354
2355
2356if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
2357        if test -n "$ac_tool_prefix"; then
2358  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
2359set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2360{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2361$as_echo_n "checking for $ac_word... " >&6; }
2362if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
2363  $as_echo_n "(cached) " >&6
2364else
2365  case $PKG_CONFIG in
2366  [\\/]* | ?:[\\/]*)
2367  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
2368  ;;
2369  *)
2370  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2371for as_dir in $PATH
2372do
2373  IFS=$as_save_IFS
2374  test -z "$as_dir" && as_dir=.
2375    for ac_exec_ext in '' $ac_executable_extensions; do
2376  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2377    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2378    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2379    break 2
2380  fi
2381done
2382  done
2383IFS=$as_save_IFS
2384
2385  ;;
2386esac
2387fi
2388PKG_CONFIG=$ac_cv_path_PKG_CONFIG
2389if test -n "$PKG_CONFIG"; then
2390  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
2391$as_echo "$PKG_CONFIG" >&6; }
2392else
2393  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2394$as_echo "no" >&6; }
2395fi
2396
2397
2398fi
2399if test -z "$ac_cv_path_PKG_CONFIG"; then
2400  ac_pt_PKG_CONFIG=$PKG_CONFIG
2401  # Extract the first word of "pkg-config", so it can be a program name with args.
2402set dummy pkg-config; ac_word=$2
2403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2404$as_echo_n "checking for $ac_word... " >&6; }
2405if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
2406  $as_echo_n "(cached) " >&6
2407else
2408  case $ac_pt_PKG_CONFIG in
2409  [\\/]* | ?:[\\/]*)
2410  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
2411  ;;
2412  *)
2413  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2414for as_dir in $PATH
2415do
2416  IFS=$as_save_IFS
2417  test -z "$as_dir" && as_dir=.
2418    for ac_exec_ext in '' $ac_executable_extensions; do
2419  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2420    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2421    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2422    break 2
2423  fi
2424done
2425  done
2426IFS=$as_save_IFS
2427
2428  ;;
2429esac
2430fi
2431ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
2432if test -n "$ac_pt_PKG_CONFIG"; then
2433  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
2434$as_echo "$ac_pt_PKG_CONFIG" >&6; }
2435else
2436  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2437$as_echo "no" >&6; }
2438fi
2439
2440  if test "x$ac_pt_PKG_CONFIG" = x; then
2441    PKG_CONFIG=""
2442  else
2443    case $cross_compiling:$ac_tool_warned in
2444yes:)
2445{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2446$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2447ac_tool_warned=yes ;;
2448esac
2449    PKG_CONFIG=$ac_pt_PKG_CONFIG
2450  fi
2451else
2452  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
2453fi
2454
2455fi
2456if test -n "$PKG_CONFIG"; then
2457        _pkg_min_version=0.9.0
2458        { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
2459$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
2460        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
2461                { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2462$as_echo "yes" >&6; }
2463        else
2464                { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2465$as_echo "no" >&6; }
2466                PKG_CONFIG=""
2467        fi
2468fi
2469if test -n "$PKG_CONFIG" && \
2470    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"vine-manual-base\""; } >&5
2471  ($PKG_CONFIG --exists --print-errors "vine-manual-base") 2>&5
2472  ac_status=$?
2473  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2474  test $ac_status = 0; }; then
2475  :
2476else
2477  as_fn_error "Cannot find vine-manual-base." "$LINENO" 5
2478fi
2479if test -n "$PKG_CONFIG" && \
2480    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils\""; } >&5
2481  ($PKG_CONFIG --exists --print-errors "gnome-doc-utils") 2>&5
2482  ac_status=$?
2483  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2484  test $ac_status = 0; }; then
2485  :
2486else
2487  as_fn_error "Cannot find gnome-doc-utils." "$LINENO" 5
2488fi
2489
2490# Checks for libraries.
2491
2492# Checks for header files.
2493
2494# Checks for typedefs, structures, and compiler characteristics.
2495
2496# Checks for library functions.
2497
2498if test "x${prefix}" = "xNONE"; then
2499        prefix=${ac_default_prefix}
2500fi
2501DATADIR=`eval echo ${datadir}`
2502XSLDIR=`eval echo ${DATADIR}`/sgml/docbook/vine-style-xsl
2503
2504
2505CSSFILE=`pkg-config --variable=cssfile vine-manual-base`
2506
2507
2508IMAGEDIR=`pkg-config --variable=imagedir vine-manual-base`
2509
2510
2511VMDIR=`pkg-config --variable=manualdir vine-manual-base`
2512
2513
2514ac_config_files="$ac_config_files Makefile local.xsl vine-manual-build vine-manual-build.pc vine-manual-build-vl.spec"
2515
2516
2517cat >confcache <<\_ACEOF
2518# This file is a shell script that caches the results of configure
2519# tests run on this system so they can be shared between configure
2520# scripts and configure runs, see configure's option --config-cache.
2521# It is not useful on other systems.  If it contains results you don't
2522# want to keep, you may remove or edit it.
2523#
2524# config.status only pays attention to the cache file if you give it
2525# the --recheck option to rerun configure.
2526#
2527# `ac_cv_env_foo' variables (set or unset) will be overridden when
2528# loading this file, other *unset* `ac_cv_foo' will be assigned the
2529# following values.
2530
2531_ACEOF
2532
2533# The following way of writing the cache mishandles newlines in values,
2534# but we know of no workaround that is simple, portable, and efficient.
2535# So, we kill variables containing newlines.
2536# Ultrix sh set writes to stderr and can't be redirected directly,
2537# and sets the high bit in the cache file unless we assign to the vars.
2538(
2539  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2540    eval ac_val=\$$ac_var
2541    case $ac_val in #(
2542    *${as_nl}*)
2543      case $ac_var in #(
2544      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2545$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2546      esac
2547      case $ac_var in #(
2548      _ | IFS | as_nl) ;; #(
2549      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2550      *) { eval $ac_var=; unset $ac_var;} ;;
2551      esac ;;
2552    esac
2553  done
2554
2555  (set) 2>&1 |
2556    case $as_nl`(ac_space=' '; set) 2>&1` in #(
2557    *${as_nl}ac_space=\ *)
2558      # `set' does not quote correctly, so add quotes: double-quote
2559      # substitution turns \\\\ into \\, and sed turns \\ into \.
2560      sed -n \
2561        "s/'/'\\\\''/g;
2562          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2563      ;; #(
2564    *)
2565      # `set' quotes correctly as required by POSIX, so do not add quotes.
2566      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2567      ;;
2568    esac |
2569    sort
2570) |
2571  sed '
2572     /^ac_cv_env_/b end
2573     t clear
2574     :clear
2575     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2576     t end
2577     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2578     :end' >>confcache
2579if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2580  if test -w "$cache_file"; then
2581    test "x$cache_file" != "x/dev/null" &&
2582      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2583$as_echo "$as_me: updating cache $cache_file" >&6;}
2584    cat confcache >$cache_file
2585  else
2586    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2587$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2588  fi
2589fi
2590rm -f confcache
2591
2592test "x$prefix" = xNONE && prefix=$ac_default_prefix
2593# Let make expand exec_prefix.
2594test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2595
2596# Transform confdefs.h into DEFS.
2597# Protect against shell expansion while executing Makefile rules.
2598# Protect against Makefile macro expansion.
2599#
2600# If the first sed substitution is executed (which looks for macros that
2601# take arguments), then branch to the quote section.  Otherwise,
2602# look for a macro that doesn't take arguments.
2603ac_script='
2604:mline
2605/\\$/{
2606 N
2607 s,\\\n,,
2608 b mline
2609}
2610t clear
2611:clear
2612s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
2613t quote
2614s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
2615t quote
2616b any
2617:quote
2618s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2619s/\[/\\&/g
2620s/\]/\\&/g
2621s/\$/$$/g
2622H
2623:any
2624${
2625        g
2626        s/^\n//
2627        s/\n/ /g
2628        p
2629}
2630'
2631DEFS=`sed -n "$ac_script" confdefs.h`
2632
2633
2634ac_libobjs=
2635ac_ltlibobjs=
2636for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2637  # 1. Remove the extension, and $U if already installed.
2638  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2639  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
2640  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
2641  #    will be set to the directory where LIBOBJS objects are built.
2642  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2643  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
2644done
2645LIBOBJS=$ac_libobjs
2646
2647LTLIBOBJS=$ac_ltlibobjs
2648
2649
2650
2651if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
2652  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
2653Usually this means the macro was only invoked conditionally." "$LINENO" 5
2654fi
2655
2656: ${CONFIG_STATUS=./config.status}
2657ac_write_fail=0
2658ac_clean_files_save=$ac_clean_files
2659ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2660{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
2661$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
2662as_write_fail=0
2663cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
2664#! $SHELL
2665# Generated by $as_me.
2666# Run this file to recreate the current configuration.
2667# Compiler output produced by configure, useful for debugging
2668# configure, is in config.log if it exists.
2669
2670debug=false
2671ac_cs_recheck=false
2672ac_cs_silent=false
2673
2674SHELL=\${CONFIG_SHELL-$SHELL}
2675export SHELL
2676_ASEOF
2677cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
2678## -------------------- ##
2679## M4sh Initialization. ##
2680## -------------------- ##
2681
2682# Be more Bourne compatible
2683DUALCASE=1; export DUALCASE # for MKS sh
2684if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
2685  emulate sh
2686  NULLCMD=:
2687  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2688  # is contrary to our usage.  Disable this feature.
2689  alias -g '${1+"$@"}'='"$@"'
2690  setopt NO_GLOB_SUBST
2691else
2692  case `(set -o) 2>/dev/null` in #(
2693  *posix*) :
2694    set -o posix ;; #(
2695  *) :
2696     ;;
2697esac
2698fi
2699
2700
2701as_nl='
2702'
2703export as_nl
2704# Printing a long string crashes Solaris 7 /usr/bin/printf.
2705as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2706as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2707as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2708# Prefer a ksh shell builtin over an external printf program on Solaris,
2709# but without wasting forks for bash or zsh.
2710if test -z "$BASH_VERSION$ZSH_VERSION" \
2711    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
2712  as_echo='print -r --'
2713  as_echo_n='print -rn --'
2714elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2715  as_echo='printf %s\n'
2716  as_echo_n='printf %s'
2717else
2718  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2719    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2720    as_echo_n='/usr/ucb/echo -n'
2721  else
2722    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2723    as_echo_n_body='eval
2724      arg=$1;
2725      case $arg in #(
2726      *"$as_nl"*)
2727        expr "X$arg" : "X\\(.*\\)$as_nl";
2728        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2729      esac;
2730      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2731    '
2732    export as_echo_n_body
2733    as_echo_n='sh -c $as_echo_n_body as_echo'
2734  fi
2735  export as_echo_body
2736  as_echo='sh -c $as_echo_body as_echo'
2737fi
2738
2739# The user is always right.
2740if test "${PATH_SEPARATOR+set}" != set; then
2741  PATH_SEPARATOR=:
2742  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2743    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2744      PATH_SEPARATOR=';'
2745  }
2746fi
2747
2748
2749# IFS
2750# We need space, tab and new line, in precisely that order.  Quoting is
2751# there to prevent editors from complaining about space-tab.
2752# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2753# splitting by setting IFS to empty value.)
2754IFS=" ""        $as_nl"
2755
2756# Find who we are.  Look in the path if we contain no directory separator.
2757case $0 in #((
2758  *[\\/]* ) as_myself=$0 ;;
2759  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2760for as_dir in $PATH
2761do
2762  IFS=$as_save_IFS
2763  test -z "$as_dir" && as_dir=.
2764    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2765  done
2766IFS=$as_save_IFS
2767
2768     ;;
2769esac
2770# We did not find ourselves, most probably we were run as `sh COMMAND'
2771# in which case we are not to be found in the path.
2772if test "x$as_myself" = x; then
2773  as_myself=$0
2774fi
2775if test ! -f "$as_myself"; then
2776  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2777  exit 1
2778fi
2779
2780# Unset variables that we do not need and which cause bugs (e.g. in
2781# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
2782# suppresses any "Segmentation fault" message there.  '((' could
2783# trigger a bug in pdksh 5.2.14.
2784for as_var in BASH_ENV ENV MAIL MAILPATH
2785do eval test x\${$as_var+set} = xset \
2786  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2787done
2788PS1='$ '
2789PS2='> '
2790PS4='+ '
2791
2792# NLS nuisances.
2793LC_ALL=C
2794export LC_ALL
2795LANGUAGE=C
2796export LANGUAGE
2797
2798# CDPATH.
2799(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2800
2801
2802# as_fn_error ERROR [LINENO LOG_FD]
2803# ---------------------------------
2804# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2805# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
2806# script with status $?, using 1 if that was 0.
2807as_fn_error ()
2808{
2809  as_status=$?; test $as_status -eq 0 && as_status=1
2810  if test "$3"; then
2811    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2812    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
2813  fi
2814  $as_echo "$as_me: error: $1" >&2
2815  as_fn_exit $as_status
2816} # as_fn_error
2817
2818
2819# as_fn_set_status STATUS
2820# -----------------------
2821# Set $? to STATUS, without forking.
2822as_fn_set_status ()
2823{
2824  return $1
2825} # as_fn_set_status
2826
2827# as_fn_exit STATUS
2828# -----------------
2829# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2830as_fn_exit ()
2831{
2832  set +e
2833  as_fn_set_status $1
2834  exit $1
2835} # as_fn_exit
2836
2837# as_fn_unset VAR
2838# ---------------
2839# Portably unset VAR.
2840as_fn_unset ()
2841{
2842  { eval $1=; unset $1;}
2843}
2844as_unset=as_fn_unset
2845# as_fn_append VAR VALUE
2846# ----------------------
2847# Append the text in VALUE to the end of the definition contained in VAR. Take
2848# advantage of any shell optimizations that allow amortized linear growth over
2849# repeated appends, instead of the typical quadratic growth present in naive
2850# implementations.
2851if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
2852  eval 'as_fn_append ()
2853  {
2854    eval $1+=\$2
2855  }'
2856else
2857  as_fn_append ()
2858  {
2859    eval $1=\$$1\$2
2860  }
2861fi # as_fn_append
2862
2863# as_fn_arith ARG...
2864# ------------------
2865# Perform arithmetic evaluation on the ARGs, and store the result in the
2866# global $as_val. Take advantage of shells that can avoid forks. The arguments
2867# must be portable across $(()) and expr.
2868if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
2869  eval 'as_fn_arith ()
2870  {
2871    as_val=$(( $* ))
2872  }'
2873else
2874  as_fn_arith ()
2875  {
2876    as_val=`expr "$@" || test $? -eq 1`
2877  }
2878fi # as_fn_arith
2879
2880
2881if expr a : '\(a\)' >/dev/null 2>&1 &&
2882   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2883  as_expr=expr
2884else
2885  as_expr=false
2886fi
2887
2888if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2889  as_basename=basename
2890else
2891  as_basename=false
2892fi
2893
2894if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2895  as_dirname=dirname
2896else
2897  as_dirname=false
2898fi
2899
2900as_me=`$as_basename -- "$0" ||
2901$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2902         X"$0" : 'X\(//\)$' \| \
2903         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2904$as_echo X/"$0" |
2905    sed '/^.*\/\([^/][^/]*\)\/*$/{
2906            s//\1/
2907            q
2908          }
2909          /^X\/\(\/\/\)$/{
2910            s//\1/
2911            q
2912          }
2913          /^X\/\(\/\).*/{
2914            s//\1/
2915            q
2916          }
2917          s/.*/./; q'`
2918
2919# Avoid depending upon Character Ranges.
2920as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2921as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2922as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2923as_cr_digits='0123456789'
2924as_cr_alnum=$as_cr_Letters$as_cr_digits
2925
2926ECHO_C= ECHO_N= ECHO_T=
2927case `echo -n x` in #(((((
2928-n*)
2929  case `echo 'xy\c'` in
2930  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
2931  xy)  ECHO_C='\c';;
2932  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
2933       ECHO_T=' ';;
2934  esac;;
2935*)
2936  ECHO_N='-n';;
2937esac
2938
2939rm -f conf$$ conf$$.exe conf$$.file
2940if test -d conf$$.dir; then
2941  rm -f conf$$.dir/conf$$.file
2942else
2943  rm -f conf$$.dir
2944  mkdir conf$$.dir 2>/dev/null
2945fi
2946if (echo >conf$$.file) 2>/dev/null; then
2947  if ln -s conf$$.file conf$$ 2>/dev/null; then
2948    as_ln_s='ln -s'
2949    # ... but there are two gotchas:
2950    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2951    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2952    # In both cases, we have to default to `cp -p'.
2953    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2954      as_ln_s='cp -p'
2955  elif ln conf$$.file conf$$ 2>/dev/null; then
2956    as_ln_s=ln
2957  else
2958    as_ln_s='cp -p'
2959  fi
2960else
2961  as_ln_s='cp -p'
2962fi
2963rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2964rmdir conf$$.dir 2>/dev/null
2965
2966
2967# as_fn_mkdir_p
2968# -------------
2969# Create "$as_dir" as a directory, including parents if necessary.
2970as_fn_mkdir_p ()
2971{
2972
2973  case $as_dir in #(
2974  -*) as_dir=./$as_dir;;
2975  esac
2976  test -d "$as_dir" || eval $as_mkdir_p || {
2977    as_dirs=
2978    while :; do
2979      case $as_dir in #(
2980      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2981      *) as_qdir=$as_dir;;
2982      esac
2983      as_dirs="'$as_qdir' $as_dirs"
2984      as_dir=`$as_dirname -- "$as_dir" ||
2985$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2986         X"$as_dir" : 'X\(//\)[^/]' \| \
2987         X"$as_dir" : 'X\(//\)$' \| \
2988         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2989$as_echo X"$as_dir" |
2990    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2991            s//\1/
2992            q
2993          }
2994          /^X\(\/\/\)[^/].*/{
2995            s//\1/
2996            q
2997          }
2998          /^X\(\/\/\)$/{
2999            s//\1/
3000            q
3001          }
3002          /^X\(\/\).*/{
3003            s//\1/
3004            q
3005          }
3006          s/.*/./; q'`
3007      test -d "$as_dir" && break
3008    done
3009    test -z "$as_dirs" || eval "mkdir $as_dirs"
3010  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
3011
3012
3013} # as_fn_mkdir_p
3014if mkdir -p . 2>/dev/null; then
3015  as_mkdir_p='mkdir -p "$as_dir"'
3016else
3017  test -d ./-p && rmdir ./-p
3018  as_mkdir_p=false
3019fi
3020
3021if test -x / >/dev/null 2>&1; then
3022  as_test_x='test -x'
3023else
3024  if ls -dL / >/dev/null 2>&1; then
3025    as_ls_L_option=L
3026  else
3027    as_ls_L_option=
3028  fi
3029  as_test_x='
3030    eval sh -c '\''
3031      if test -d "$1"; then
3032        test -d "$1/.";
3033      else
3034        case $1 in #(
3035        -*)set "./$1";;
3036        esac;
3037        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
3038        ???[sx]*):;;*)false;;esac;fi
3039    '\'' sh
3040  '
3041fi
3042as_executable_p=$as_test_x
3043
3044# Sed expression to map a string onto a valid CPP name.
3045as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3046
3047# Sed expression to map a string onto a valid variable name.
3048as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3049
3050
3051exec 6>&1
3052## ----------------------------------- ##
3053## Main body of $CONFIG_STATUS script. ##
3054## ----------------------------------- ##
3055_ASEOF
3056test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
3057
3058cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3059# Save the log message, to keep $0 and so on meaningful, and to
3060# report actual input values of CONFIG_FILES etc. instead of their
3061# values after options handling.
3062ac_log="
3063This file was extended by vine-manual-build $as_me 0.9.0, which was
3064generated by GNU Autoconf 2.65.  Invocation command line was
3065
3066  CONFIG_FILES    = $CONFIG_FILES
3067  CONFIG_HEADERS  = $CONFIG_HEADERS
3068  CONFIG_LINKS    = $CONFIG_LINKS
3069  CONFIG_COMMANDS = $CONFIG_COMMANDS
3070  $ $0 $@
3071
3072on `(hostname || uname -n) 2>/dev/null | sed 1q`
3073"
3074
3075_ACEOF
3076
3077case $ac_config_files in *"
3078"*) set x $ac_config_files; shift; ac_config_files=$*;;
3079esac
3080
3081
3082
3083cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3084# Files that config.status was made for.
3085config_files="$ac_config_files"
3086
3087_ACEOF
3088
3089cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3090ac_cs_usage="\
3091\`$as_me' instantiates files and other configuration actions
3092from templates according to the current configuration.  Unless the files
3093and actions are specified as TAGs, all are instantiated by default.
3094
3095Usage: $0 [OPTION]... [TAG]...
3096
3097  -h, --help       print this help, then exit
3098  -V, --version    print version number and configuration settings, then exit
3099      --config     print configuration, then exit
3100  -q, --quiet, --silent
3101                   do not print progress messages
3102  -d, --debug      don't remove temporary files
3103      --recheck    update $as_me by reconfiguring in the same conditions
3104      --file=FILE[:TEMPLATE]
3105                   instantiate the configuration file FILE
3106
3107Configuration files:
3108$config_files
3109
3110Report bugs to <http://bts.vinelinux.org/>."
3111
3112_ACEOF
3113cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3114ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3115ac_cs_version="\\
3116vine-manual-build config.status 0.9.0
3117configured by $0, generated by GNU Autoconf 2.65,
3118  with options \\"\$ac_cs_config\\"
3119
3120Copyright (C) 2009 Free Software Foundation, Inc.
3121This config.status script is free software; the Free Software Foundation
3122gives unlimited permission to copy, distribute and modify it."
3123
3124ac_pwd='$ac_pwd'
3125srcdir='$srcdir'
3126INSTALL='$INSTALL'
3127MKDIR_P='$MKDIR_P'
3128AWK='$AWK'
3129test -n "\$AWK" || AWK=awk
3130_ACEOF
3131
3132cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3133# The default lists apply if the user does not specify any file.
3134ac_need_defaults=:
3135while test $# != 0
3136do
3137  case $1 in
3138  --*=*)
3139    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3140    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3141    ac_shift=:
3142    ;;
3143  *)
3144    ac_option=$1
3145    ac_optarg=$2
3146    ac_shift=shift
3147    ;;
3148  esac
3149
3150  case $ac_option in
3151  # Handling of the options.
3152  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3153    ac_cs_recheck=: ;;
3154  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3155    $as_echo "$ac_cs_version"; exit ;;
3156  --config | --confi | --conf | --con | --co | --c )
3157    $as_echo "$ac_cs_config"; exit ;;
3158  --debug | --debu | --deb | --de | --d | -d )
3159    debug=: ;;
3160  --file | --fil | --fi | --f )
3161    $ac_shift
3162    case $ac_optarg in
3163    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3164    esac
3165    as_fn_append CONFIG_FILES " '$ac_optarg'"
3166    ac_need_defaults=false;;
3167  --he | --h |  --help | --hel | -h )
3168    $as_echo "$ac_cs_usage"; exit ;;
3169  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3170  | -silent | --silent | --silen | --sile | --sil | --si | --s)
3171    ac_cs_silent=: ;;
3172
3173  # This is an error.
3174  -*) as_fn_error "unrecognized option: \`$1'
3175Try \`$0 --help' for more information." ;;
3176
3177  *) as_fn_append ac_config_targets " $1"
3178     ac_need_defaults=false ;;
3179
3180  esac
3181  shift
3182done
3183
3184ac_configure_extra_args=
3185
3186if $ac_cs_silent; then
3187  exec 6>/dev/null
3188  ac_configure_extra_args="$ac_configure_extra_args --silent"
3189fi
3190
3191_ACEOF
3192cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3193if \$ac_cs_recheck; then
3194  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3195  shift
3196  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3197  CONFIG_SHELL='$SHELL'
3198  export CONFIG_SHELL
3199  exec "\$@"
3200fi
3201
3202_ACEOF
3203cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3204exec 5>>config.log
3205{
3206  echo
3207  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3208## Running $as_me. ##
3209_ASBOX
3210  $as_echo "$ac_log"
3211} >&5
3212
3213_ACEOF
3214cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3215_ACEOF
3216
3217cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3218
3219# Handling of arguments.
3220for ac_config_target in $ac_config_targets
3221do
3222  case $ac_config_target in
3223    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3224    "local.xsl") CONFIG_FILES="$CONFIG_FILES local.xsl" ;;
3225    "vine-manual-build") CONFIG_FILES="$CONFIG_FILES vine-manual-build" ;;
3226    "vine-manual-build.pc") CONFIG_FILES="$CONFIG_FILES vine-manual-build.pc" ;;
3227    "vine-manual-build-vl.spec") CONFIG_FILES="$CONFIG_FILES vine-manual-build-vl.spec" ;;
3228
3229  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
3230  esac
3231done
3232
3233
3234# If the user did not use the arguments to specify the items to instantiate,
3235# then the envvar interface is used.  Set only those that are not.
3236# We use the long form for the default assignment because of an extremely
3237# bizarre bug on SunOS 4.1.3.
3238if $ac_need_defaults; then
3239  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3240fi
3241
3242# Have a temporary directory for convenience.  Make it in the build tree
3243# simply because there is no reason against having it here, and in addition,
3244# creating and moving files from /tmp can sometimes cause problems.
3245# Hook for its removal unless debugging.
3246# Note that there is a small window in which the directory will not be cleaned:
3247# after its creation but before its name has been assigned to `$tmp'.
3248$debug ||
3249{
3250  tmp=
3251  trap 'exit_status=$?
3252  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
3253' 0
3254  trap 'as_fn_exit 1' 1 2 13 15
3255}
3256# Create a (secure) tmp directory for tmp files.
3257
3258{
3259  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3260  test -n "$tmp" && test -d "$tmp"
3261}  ||
3262{
3263  tmp=./conf$$-$RANDOM
3264  (umask 077 && mkdir "$tmp")
3265} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
3266
3267# Set up the scripts for CONFIG_FILES section.
3268# No need to generate them if there are no CONFIG_FILES.
3269# This happens for instance with `./config.status config.h'.
3270if test -n "$CONFIG_FILES"; then
3271
3272
3273ac_cr=`echo X | tr X '\015'`
3274# On cygwin, bash can eat \r inside `` if the user requested igncr.
3275# But we know of no other shell where ac_cr would be empty at this
3276# point, so we can use a bashism as a fallback.
3277if test "x$ac_cr" = x; then
3278  eval ac_cr=\$\'\\r\'
3279fi
3280ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3281if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
3282  ac_cs_awk_cr='\r'
3283else
3284  ac_cs_awk_cr=$ac_cr
3285fi
3286
3287echo 'BEGIN {' >"$tmp/subs1.awk" &&
3288_ACEOF
3289
3290
3291{
3292  echo "cat >conf$$subs.awk <<_ACEOF" &&
3293  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3294  echo "_ACEOF"
3295} >conf$$subs.sh ||
3296  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
3297ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
3298ac_delim='%!_!# '
3299for ac_last_try in false false false false false :; do
3300  . ./conf$$subs.sh ||
3301    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
3302
3303  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3304  if test $ac_delim_n = $ac_delim_num; then
3305    break
3306  elif $ac_last_try; then
3307    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
3308  else
3309    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3310  fi
3311done
3312rm -f conf$$subs.sh
3313
3314cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3315cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
3316_ACEOF
3317sed -n '
3318h
3319s/^/S["/; s/!.*/"]=/
3320p
3321g
3322s/^[^!]*!//
3323:repl
3324t repl
3325s/'"$ac_delim"'$//
3326t delim
3327:nl
3328h
3329s/\(.\{148\}\)..*/\1/
3330t more1
3331s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
3332p
3333n
3334b repl
3335:more1
3336s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3337p
3338g
3339s/.\{148\}//
3340t nl
3341:delim
3342h
3343s/\(.\{148\}\)..*/\1/
3344t more2
3345s/["\\]/\\&/g; s/^/"/; s/$/"/
3346p
3347b
3348:more2
3349s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3350p
3351g
3352s/.\{148\}//
3353t delim
3354' <conf$$subs.awk | sed '
3355/^[^""]/{
3356  N
3357  s/\n//
3358}
3359' >>$CONFIG_STATUS || ac_write_fail=1
3360rm -f conf$$subs.awk
3361cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3362_ACAWK
3363cat >>"\$tmp/subs1.awk" <<_ACAWK &&
3364  for (key in S) S_is_set[key] = 1
3365  FS = ""
3366
3367}
3368{
3369  line = $ 0
3370  nfields = split(line, field, "@")
3371  substed = 0
3372  len = length(field[1])
3373  for (i = 2; i < nfields; i++) {
3374    key = field[i]
3375    keylen = length(key)
3376    if (S_is_set[key]) {
3377      value = S[key]
3378      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
3379      len += length(value) + length(field[++i])
3380      substed = 1
3381    } else
3382      len += 1 + keylen
3383  }
3384
3385  print line
3386}
3387
3388_ACAWK
3389_ACEOF
3390cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3391if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
3392  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
3393else
3394  cat
3395fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
3396  || as_fn_error "could not setup config files machinery" "$LINENO" 5
3397_ACEOF
3398
3399# VPATH may cause trouble with some makes, so we remove $(srcdir),
3400# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3401# trailing colons and then remove the whole line if VPATH becomes empty
3402# (actually we leave an empty line to preserve line numbers).
3403if test "x$srcdir" = x.; then
3404  ac_vpsub='/^[  ]*VPATH[        ]*=/{
3405s/:*\$(srcdir):*/:/
3406s/:*\${srcdir}:*/:/
3407s/:*@srcdir@:*/:/
3408s/^\([^=]*=[     ]*\):*/\1/
3409s/:*$//
3410s/^[^=]*=[       ]*$//
3411}'
3412fi
3413
3414cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3415fi # test -n "$CONFIG_FILES"
3416
3417
3418eval set X "  :F $CONFIG_FILES      "
3419shift
3420for ac_tag
3421do
3422  case $ac_tag in
3423  :[FHLC]) ac_mode=$ac_tag; continue;;
3424  esac
3425  case $ac_mode$ac_tag in
3426  :[FHL]*:*);;
3427  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
3428  :[FH]-) ac_tag=-:-;;
3429  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3430  esac
3431  ac_save_IFS=$IFS
3432  IFS=:
3433  set x $ac_tag
3434  IFS=$ac_save_IFS
3435  shift
3436  ac_file=$1
3437  shift
3438
3439  case $ac_mode in
3440  :L) ac_source=$1;;
3441  :[FH])
3442    ac_file_inputs=
3443    for ac_f
3444    do
3445      case $ac_f in
3446      -) ac_f="$tmp/stdin";;
3447      *) # Look for the file first in the build tree, then in the source tree
3448         # (if the path is not absolute).  The absolute path cannot be DOS-style,
3449         # because $ac_f cannot contain `:'.
3450         test -f "$ac_f" ||
3451           case $ac_f in
3452           [\\/$]*) false;;
3453           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3454           esac ||
3455           as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
3456      esac
3457      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3458      as_fn_append ac_file_inputs " '$ac_f'"
3459    done
3460
3461    # Let's still pretend it is `configure' which instantiates (i.e., don't
3462    # use $as_me), people would be surprised to read:
3463    #    /* config.h.  Generated by config.status.  */
3464    configure_input='Generated from '`
3465          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
3466        `' by configure.'
3467    if test x"$ac_file" != x-; then
3468      configure_input="$ac_file.  $configure_input"
3469      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
3470$as_echo "$as_me: creating $ac_file" >&6;}
3471    fi
3472    # Neutralize special characters interpreted by sed in replacement strings.
3473    case $configure_input in #(
3474    *\&* | *\|* | *\\* )
3475       ac_sed_conf_input=`$as_echo "$configure_input" |
3476       sed 's/[\\\\&|]/\\\\&/g'`;; #(
3477    *) ac_sed_conf_input=$configure_input;;
3478    esac
3479
3480    case $ac_tag in
3481    *:-:* | *:-) cat >"$tmp/stdin" \
3482      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
3483    esac
3484    ;;
3485  esac
3486
3487  ac_dir=`$as_dirname -- "$ac_file" ||
3488$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3489         X"$ac_file" : 'X\(//\)[^/]' \| \
3490         X"$ac_file" : 'X\(//\)$' \| \
3491         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3492$as_echo X"$ac_file" |
3493    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3494            s//\1/
3495            q
3496          }
3497          /^X\(\/\/\)[^/].*/{
3498            s//\1/
3499            q
3500          }
3501          /^X\(\/\/\)$/{
3502            s//\1/
3503            q
3504          }
3505          /^X\(\/\).*/{
3506            s//\1/
3507            q
3508          }
3509          s/.*/./; q'`
3510  as_dir="$ac_dir"; as_fn_mkdir_p
3511  ac_builddir=.
3512
3513case "$ac_dir" in
3514.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3515*)
3516  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3517  # A ".." for each directory in $ac_dir_suffix.
3518  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3519  case $ac_top_builddir_sub in
3520  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3521  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3522  esac ;;
3523esac
3524ac_abs_top_builddir=$ac_pwd
3525ac_abs_builddir=$ac_pwd$ac_dir_suffix
3526# for backward compatibility:
3527ac_top_builddir=$ac_top_build_prefix
3528
3529case $srcdir in
3530  .)  # We are building in place.
3531    ac_srcdir=.
3532    ac_top_srcdir=$ac_top_builddir_sub
3533    ac_abs_top_srcdir=$ac_pwd ;;
3534  [\\/]* | ?:[\\/]* )  # Absolute name.
3535    ac_srcdir=$srcdir$ac_dir_suffix;
3536    ac_top_srcdir=$srcdir
3537    ac_abs_top_srcdir=$srcdir ;;
3538  *) # Relative name.
3539    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3540    ac_top_srcdir=$ac_top_build_prefix$srcdir
3541    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3542esac
3543ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3544
3545
3546  case $ac_mode in
3547  :F)
3548  #
3549  # CONFIG_FILE
3550  #
3551
3552  case $INSTALL in
3553  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3554  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3555  esac
3556  ac_MKDIR_P=$MKDIR_P
3557  case $MKDIR_P in
3558  [\\/$]* | ?:[\\/]* ) ;;
3559  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
3560  esac
3561_ACEOF
3562
3563cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3564# If the template does not know about datarootdir, expand it.
3565# FIXME: This hack should be removed a few years after 2.60.
3566ac_datarootdir_hack=; ac_datarootdir_seen=
3567ac_sed_dataroot='
3568/datarootdir/ {
3569  p
3570  q
3571}
3572/@datadir@/p
3573/@docdir@/p
3574/@infodir@/p
3575/@localedir@/p
3576/@mandir@/p'
3577case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3578*datarootdir*) ac_datarootdir_seen=yes;;
3579*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3580  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3581$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3582_ACEOF
3583cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3584  ac_datarootdir_hack='
3585  s&@datadir@&$datadir&g
3586  s&@docdir@&$docdir&g
3587  s&@infodir@&$infodir&g
3588  s&@localedir@&$localedir&g
3589  s&@mandir@&$mandir&g
3590  s&\\\${datarootdir}&$datarootdir&g' ;;
3591esac
3592_ACEOF
3593
3594# Neutralize VPATH when `$srcdir' = `.'.
3595# Shell code in configure.ac might set extrasub.
3596# FIXME: do we really want to maintain this feature?
3597cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3598ac_sed_extra="$ac_vpsub
3599$extrasub
3600_ACEOF
3601cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3602:t
3603/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3604s|@configure_input@|$ac_sed_conf_input|;t t
3605s&@top_builddir@&$ac_top_builddir_sub&;t t
3606s&@top_build_prefix@&$ac_top_build_prefix&;t t
3607s&@srcdir@&$ac_srcdir&;t t
3608s&@abs_srcdir@&$ac_abs_srcdir&;t t
3609s&@top_srcdir@&$ac_top_srcdir&;t t
3610s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3611s&@builddir@&$ac_builddir&;t t
3612s&@abs_builddir@&$ac_abs_builddir&;t t
3613s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3614s&@INSTALL@&$ac_INSTALL&;t t
3615s&@MKDIR_P@&$ac_MKDIR_P&;t t
3616$ac_datarootdir_hack
3617"
3618eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
3619  || as_fn_error "could not create $ac_file" "$LINENO" 5
3620
3621test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3622  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
3623  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
3624  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3625which seems to be undefined.  Please make sure it is defined." >&5
3626$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3627which seems to be undefined.  Please make sure it is defined." >&2;}
3628
3629  rm -f "$tmp/stdin"
3630  case $ac_file in
3631  -) cat "$tmp/out" && rm -f "$tmp/out";;
3632  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
3633  esac \
3634  || as_fn_error "could not create $ac_file" "$LINENO" 5
3635 ;;
3636
3637
3638
3639  esac
3640
3641done # for ac_tag
3642
3643
3644as_fn_exit 0
3645_ACEOF
3646ac_clean_files=$ac_clean_files_save
3647
3648test $ac_write_fail = 0 ||
3649  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
3650
3651
3652# configure is writing to config.log, and then calls config.status.
3653# config.status does its own redirection, appending to config.log.
3654# Unfortunately, on DOS this fails, as config.log is still kept open
3655# by configure, so config.status won't be able to write to it; its
3656# output is simply discarded.  So we exec the FD to /dev/null,
3657# effectively closing config.log, so it can be properly (re)opened and
3658# appended to by config.status.  When coming back to configure, we
3659# need to make the FD available again.
3660if test "$no_create" != yes; then
3661  ac_cs_success=:
3662  ac_config_status_args=
3663  test "$silent" = yes &&
3664    ac_config_status_args="$ac_config_status_args --quiet"
3665  exec 5>/dev/null
3666  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3667  exec 5>>config.log
3668  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3669  # would make configure fail if this is the last instruction.
3670  $ac_cs_success || as_fn_exit $?
3671fi
3672if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
3673  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
3674$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
3675fi
3676
Note: See TracBrowser for help on using the repository browser.