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

Revision 4184, 106.5 KB checked in by yasumichi, 13 years ago (diff)

web 用に調整

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