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

Revision 4069, 101.6 KB checked in by yasumichi, 13 years ago (diff)

公式サイトへのインストール用に configure オプション --enable-web を追加した。

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