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

Revision 5938, 102.2 KB checked in by daisuke, 12 years ago (diff)

fix MENUWIDTH

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