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

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

メニューの幅を web と local で変更

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