source: projects/install-guide/branches/6.x/configure @ 2760

Revision 2760, 103.3 KB checked in by yasumichi, 13 years ago (diff)

ファイル名の変更誤りを修正

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