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

Revision 6217, 105.8 KB checked in by yasumichi, 12 years ago (diff)

add target files.

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