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

Revision 2801, 106.1 KB checked in by yasumichi, 13 years ago (diff)

gnome-doc-utils への対応

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