source: projects/vine-manual-base/trunk/configure @ 2695

Revision 2695, 97.7 KB checked in by yasumichi, 13 years ago (diff)

first import for vine-manual-base

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