source: projects/vine-manual-base/tags/R_0_1_1/configure @ 2863

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