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

Revision 4518, 106.2 KB checked in by yasumichi, 13 years ago (diff)

バージョン番号を変更

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