source: projects/vine-desktop-guide/trunk/configure @ 6281

Revision 6281, 104.6 KB checked in by yasumichi, 12 years ago (diff)

add figures of kernel-pae

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