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

Revision 4183, 101.9 KB checked in by yasumichi, 13 years ago (diff)

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