source: projects/vine-manual-build/trunk/configure @ 1165

Revision 1165, 101.1 KB checked in by yasumichi, 14 years ago (diff)

SPECファイルの原型を追加

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