source: projects/vine-manual-skel/trunk/configure @ 4587

Revision 4587, 99.9 KB checked in by yasumichi, 13 years ago (diff)

import vine-manual-skel

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