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