Spelling and minor grammar fixes.
[platform/upstream/automake.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.57c for GNU Automake 1.7a.
4 #
5 # Report bugs to <bug-automake@gnu.org>.
6 #
7 # Copyright (C) 2003 Free Software Foundation, Inc.
8 # This configure script is free software; the Free Software Foundation
9 # gives unlimited permission to copy, distribute and modify it.
10 ## --------------------- ##
11 ## M4sh Initialization.  ##
12 ## --------------------- ##
13
14 # Be Bourne compatible
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16   emulate sh
17   NULLCMD=:
18   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19   # is contrary to our usage.  Disable this feature.
20   alias -g '${1+"$@"}'='"$@"'
21 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22   set -o posix
23 fi
24
25 # Support unset when possible.
26 if ((MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27   as_unset=unset
28 else
29   as_unset=false
30 fi
31
32
33 # Work around bugs in pre-3.0 UWIN ksh.
34 $as_unset ENV MAIL MAILPATH
35 PS1='$ '
36 PS2='> '
37 PS4='+ '
38
39 # NLS nuisances.
40 for as_var in \
41   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
42   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
43   LC_TELEPHONE LC_TIME
44 do
45   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
46     eval $as_var=C; export $as_var
47   else
48     $as_unset $as_var
49   fi
50 done
51
52 # Required to use basename.
53 if expr a : '\(a\)' >/dev/null 2>&1; then
54   as_expr=expr
55 else
56   as_expr=false
57 fi
58
59 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
60   as_basename=basename
61 else
62   as_basename=false
63 fi
64
65
66 # Name of the executable.
67 as_me=`$as_basename "$0" ||
68 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
69          X"$0" : 'X\(//\)$' \| \
70          X"$0" : 'X\(/\)$' \| \
71          .     : '\(.\)' 2>/dev/null ||
72 echo X/"$0" |
73     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
74           /^X\/\(\/\/\)$/{ s//\1/; q; }
75           /^X\/\(\/\).*/{ s//\1/; q; }
76           s/.*/./; q'`
77
78
79 # PATH needs CR, and LINENO needs CR and PATH.
80 # Avoid depending upon Character Ranges.
81 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
82 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
83 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
84 as_cr_digits='0123456789'
85 as_cr_alnum=$as_cr_Letters$as_cr_digits
86
87 # The user is always right.
88 if test "${PATH_SEPARATOR+set}" != set; then
89   echo "#! /bin/sh" >conf$$.sh
90   echo  "exit 0"   >>conf$$.sh
91   chmod +x conf$$.sh
92   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
93     PATH_SEPARATOR=';'
94   else
95     PATH_SEPARATOR=:
96   fi
97   rm -f conf$$.sh
98 fi
99
100
101   as_lineno_1=$LINENO
102   as_lineno_2=$LINENO
103   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
104   test "x$as_lineno_1" != "x$as_lineno_2" &&
105   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
106   # Find who we are.  Look in the path if we contain no path at all
107   # relative or not.
108   case $0 in
109     *[\\/]* ) as_myself=$0 ;;
110     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
111 for as_dir in $PATH
112 do
113   IFS=$as_save_IFS
114   test -z "$as_dir" && as_dir=.
115   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
116 done
117
118        ;;
119   esac
120   # We did not find ourselves, most probably we were run as `sh COMMAND'
121   # in which case we are not to be found in the path.
122   if test "x$as_myself" = x; then
123     as_myself=$0
124   fi
125   if test ! -f "$as_myself"; then
126     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
127    { (exit 1); exit 1; }; }
128   fi
129   case $CONFIG_SHELL in
130   '')
131     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
132 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
133 do
134   IFS=$as_save_IFS
135   test -z "$as_dir" && as_dir=.
136   for as_base in sh bash ksh sh5; do
137          case $as_dir in
138          /*)
139            if ("$as_dir/$as_base" -c '
140   as_lineno_1=$LINENO
141   as_lineno_2=$LINENO
142   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
143   test "x$as_lineno_1" != "x$as_lineno_2" &&
144   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
145              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
146              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
147              CONFIG_SHELL=$as_dir/$as_base
148              export CONFIG_SHELL
149              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
150            fi;;
151          esac
152        done
153 done
154 ;;
155   esac
156
157   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
158   # uniformly replaced by the line number.  The first 'sed' inserts a
159   # line-number line before each line; the second 'sed' does the real
160   # work.  The second script uses 'N' to pair each line-number line
161   # with the numbered line, and appends trailing '-' during
162   # substitution so that $LINENO is not a special case at line end.
163   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
164   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
165   sed '=' <$as_myself |
166     sed '
167       N
168       s,$,-,
169       : loop
170       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
171       t loop
172       s,-$,,
173       s,^['$as_cr_digits']*\n,,
174     ' >$as_me.lineno &&
175   chmod +x $as_me.lineno ||
176     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
177    { (exit 1); exit 1; }; }
178
179   # Don't try to exec as it changes $[0], causing all sort of problems
180   # (the dirname of $[0] is not the place where we might find the
181   # original and so on.  Autoconf is especially sensible to this).
182   . ./$as_me.lineno
183   # Exit status is that of the last command.
184   exit
185 }
186
187
188 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
189   *c*,-n*) ECHO_N= ECHO_C='
190 ' ECHO_T='      ' ;;
191   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
192   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
193 esac
194
195 if expr a : '\(a\)' >/dev/null 2>&1; then
196   as_expr=expr
197 else
198   as_expr=false
199 fi
200
201 rm -f conf$$ conf$$.exe conf$$.file
202 echo >conf$$.file
203 if ln -s conf$$.file conf$$ 2>/dev/null; then
204   # We could just check for DJGPP; but this test a) works b) is more generic
205   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
206   if test -f conf$$.exe; then
207     # Don't use ln at all; we don't have any links
208     as_ln_s='cp -p'
209   else
210     as_ln_s='ln -s'
211   fi
212 elif ln conf$$.file conf$$ 2>/dev/null; then
213   as_ln_s=ln
214 else
215   as_ln_s='cp -p'
216 fi
217 rm -f conf$$ conf$$.exe conf$$.file
218
219 if mkdir -p . 2>/dev/null; then
220   as_mkdir_p=:
221 else
222   as_mkdir_p=false
223 fi
224
225 as_executable_p="test -f"
226
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
229
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
232
233
234 # IFS
235 # We need space, tab and new line, in precisely that order.
236 as_nl='
237 '
238 IFS="   $as_nl"
239
240 # CDPATH.
241 $as_unset CDPATH
242
243
244 # Name of the host.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248
249 exec 6>&1
250
251 #
252 # Initializations.
253 #
254 ac_default_prefix=/usr/local
255 ac_config_libobj_dir=.
256 cross_compiling=no
257 subdirs=
258 MFLAGS=
259 MAKEFLAGS=
260 SHELL=${CONFIG_SHELL-/bin/sh}
261
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete.  It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
266
267 # Identity of this package.
268 PACKAGE_NAME='GNU Automake'
269 PACKAGE_TARNAME='automake'
270 PACKAGE_VERSION='1.7a'
271 PACKAGE_STRING='GNU Automake 1.7a'
272 PACKAGE_BUGREPORT='bug-automake@gnu.org'
273
274 ac_unique_file="automake.in"
275 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot APIVERSION pkgvdatadir PERL TEX LN MODIFICATION_DELAY EGREP FGREP LIBOBJS LTLIBOBJS'
276 ac_subst_files=''
277
278 # Initialize some variables set by options.
279 ac_init_help=
280 ac_init_version=false
281 # The variables have the same names as the options, with
282 # dashes changed to underlines.
283 cache_file=/dev/null
284 exec_prefix=NONE
285 no_create=
286 no_recursion=
287 prefix=NONE
288 program_prefix=NONE
289 program_suffix=NONE
290 program_transform_name=s,x,x,
291 silent=
292 site=
293 srcdir=
294 verbose=
295 x_includes=NONE
296 x_libraries=NONE
297
298 # Installation directory options.
299 # These are left unexpanded so users can "make install exec_prefix=/foo"
300 # and all the variables that are supposed to be based on exec_prefix
301 # by default will actually change.
302 # Use braces instead of parens because sh, perl, etc. also accept them.
303 bindir='${exec_prefix}/bin'
304 sbindir='${exec_prefix}/sbin'
305 libexecdir='${exec_prefix}/libexec'
306 datadir='${prefix}/share'
307 sysconfdir='${prefix}/etc'
308 sharedstatedir='${prefix}/com'
309 localstatedir='${prefix}/var'
310 libdir='${exec_prefix}/lib'
311 includedir='${prefix}/include'
312 oldincludedir='/usr/include'
313 infodir='${prefix}/info'
314 mandir='${prefix}/man'
315
316 ac_prev=
317 for ac_option
318 do
319   # If the previous option needs an argument, assign it.
320   if test -n "$ac_prev"; then
321     eval "$ac_prev=\$ac_option"
322     ac_prev=
323     continue
324   fi
325
326   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
327
328   # Accept the important Cygnus configure options, so we can diagnose typos.
329
330   case $ac_option in
331
332   -bindir | --bindir | --bindi | --bind | --bin | --bi)
333     ac_prev=bindir ;;
334   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
335     bindir=$ac_optarg ;;
336
337   -build | --build | --buil | --bui | --bu)
338     ac_prev=build_alias ;;
339   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
340     build_alias=$ac_optarg ;;
341
342   -cache-file | --cache-file | --cache-fil | --cache-fi \
343   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
344     ac_prev=cache_file ;;
345   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
346   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
347     cache_file=$ac_optarg ;;
348
349   --config-cache | -C)
350     cache_file=config.cache ;;
351
352   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
353     ac_prev=datadir ;;
354   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
355   | --da=*)
356     datadir=$ac_optarg ;;
357
358   -disable-* | --disable-*)
359     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
360     # Reject names that are not valid shell variable names.
361     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
362       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
363    { (exit 1); exit 1; }; }
364     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
365     eval "enable_$ac_feature=no" ;;
366
367   -enable-* | --enable-*)
368     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
369     # Reject names that are not valid shell variable names.
370     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
371       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
372    { (exit 1); exit 1; }; }
373     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
374     case $ac_option in
375       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
376       *) ac_optarg=yes ;;
377     esac
378     eval "enable_$ac_feature='$ac_optarg'" ;;
379
380   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
381   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
382   | --exec | --exe | --ex)
383     ac_prev=exec_prefix ;;
384   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
385   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
386   | --exec=* | --exe=* | --ex=*)
387     exec_prefix=$ac_optarg ;;
388
389   -gas | --gas | --ga | --g)
390     # Obsolete; use --with-gas.
391     with_gas=yes ;;
392
393   -help | --help | --hel | --he | -h)
394     ac_init_help=long ;;
395   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
396     ac_init_help=recursive ;;
397   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
398     ac_init_help=short ;;
399
400   -host | --host | --hos | --ho)
401     ac_prev=host_alias ;;
402   -host=* | --host=* | --hos=* | --ho=*)
403     host_alias=$ac_optarg ;;
404
405   -includedir | --includedir | --includedi | --included | --include \
406   | --includ | --inclu | --incl | --inc)
407     ac_prev=includedir ;;
408   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
409   | --includ=* | --inclu=* | --incl=* | --inc=*)
410     includedir=$ac_optarg ;;
411
412   -infodir | --infodir | --infodi | --infod | --info | --inf)
413     ac_prev=infodir ;;
414   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
415     infodir=$ac_optarg ;;
416
417   -libdir | --libdir | --libdi | --libd)
418     ac_prev=libdir ;;
419   -libdir=* | --libdir=* | --libdi=* | --libd=*)
420     libdir=$ac_optarg ;;
421
422   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
423   | --libexe | --libex | --libe)
424     ac_prev=libexecdir ;;
425   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
426   | --libexe=* | --libex=* | --libe=*)
427     libexecdir=$ac_optarg ;;
428
429   -localstatedir | --localstatedir | --localstatedi | --localstated \
430   | --localstate | --localstat | --localsta | --localst \
431   | --locals | --local | --loca | --loc | --lo)
432     ac_prev=localstatedir ;;
433   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
434   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
435   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
436     localstatedir=$ac_optarg ;;
437
438   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
439     ac_prev=mandir ;;
440   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
441     mandir=$ac_optarg ;;
442
443   -nfp | --nfp | --nf)
444     # Obsolete; use --without-fp.
445     with_fp=no ;;
446
447   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
448   | --no-cr | --no-c | -n)
449     no_create=yes ;;
450
451   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
452   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
453     no_recursion=yes ;;
454
455   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
456   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
457   | --oldin | --oldi | --old | --ol | --o)
458     ac_prev=oldincludedir ;;
459   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
460   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
461   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
462     oldincludedir=$ac_optarg ;;
463
464   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
465     ac_prev=prefix ;;
466   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
467     prefix=$ac_optarg ;;
468
469   -program-prefix | --program-prefix | --program-prefi | --program-pref \
470   | --program-pre | --program-pr | --program-p)
471     ac_prev=program_prefix ;;
472   -program-prefix=* | --program-prefix=* | --program-prefi=* \
473   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
474     program_prefix=$ac_optarg ;;
475
476   -program-suffix | --program-suffix | --program-suffi | --program-suff \
477   | --program-suf | --program-su | --program-s)
478     ac_prev=program_suffix ;;
479   -program-suffix=* | --program-suffix=* | --program-suffi=* \
480   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
481     program_suffix=$ac_optarg ;;
482
483   -program-transform-name | --program-transform-name \
484   | --program-transform-nam | --program-transform-na \
485   | --program-transform-n | --program-transform- \
486   | --program-transform | --program-transfor \
487   | --program-transfo | --program-transf \
488   | --program-trans | --program-tran \
489   | --progr-tra | --program-tr | --program-t)
490     ac_prev=program_transform_name ;;
491   -program-transform-name=* | --program-transform-name=* \
492   | --program-transform-nam=* | --program-transform-na=* \
493   | --program-transform-n=* | --program-transform-=* \
494   | --program-transform=* | --program-transfor=* \
495   | --program-transfo=* | --program-transf=* \
496   | --program-trans=* | --program-tran=* \
497   | --progr-tra=* | --program-tr=* | --program-t=*)
498     program_transform_name=$ac_optarg ;;
499
500   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
501   | -silent | --silent | --silen | --sile | --sil)
502     silent=yes ;;
503
504   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
505     ac_prev=sbindir ;;
506   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
507   | --sbi=* | --sb=*)
508     sbindir=$ac_optarg ;;
509
510   -sharedstatedir | --sharedstatedir | --sharedstatedi \
511   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
512   | --sharedst | --shareds | --shared | --share | --shar \
513   | --sha | --sh)
514     ac_prev=sharedstatedir ;;
515   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
516   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
517   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
518   | --sha=* | --sh=*)
519     sharedstatedir=$ac_optarg ;;
520
521   -site | --site | --sit)
522     ac_prev=site ;;
523   -site=* | --site=* | --sit=*)
524     site=$ac_optarg ;;
525
526   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
527     ac_prev=srcdir ;;
528   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
529     srcdir=$ac_optarg ;;
530
531   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
532   | --syscon | --sysco | --sysc | --sys | --sy)
533     ac_prev=sysconfdir ;;
534   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
535   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
536     sysconfdir=$ac_optarg ;;
537
538   -target | --target | --targe | --targ | --tar | --ta | --t)
539     ac_prev=target_alias ;;
540   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
541     target_alias=$ac_optarg ;;
542
543   -v | -verbose | --verbose | --verbos | --verbo | --verb)
544     verbose=yes ;;
545
546   -version | --version | --versio | --versi | --vers | -V)
547     ac_init_version=: ;;
548
549   -with-* | --with-*)
550     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
551     # Reject names that are not valid shell variable names.
552     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
553       { echo "$as_me: error: invalid package name: $ac_package" >&2
554    { (exit 1); exit 1; }; }
555     ac_package=`echo $ac_package| sed 's/-/_/g'`
556     case $ac_option in
557       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
558       *) ac_optarg=yes ;;
559     esac
560     eval "with_$ac_package='$ac_optarg'" ;;
561
562   -without-* | --without-*)
563     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
564     # Reject names that are not valid shell variable names.
565     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
566       { echo "$as_me: error: invalid package name: $ac_package" >&2
567    { (exit 1); exit 1; }; }
568     ac_package=`echo $ac_package | sed 's/-/_/g'`
569     eval "with_$ac_package=no" ;;
570
571   --x)
572     # Obsolete; use --with-x.
573     with_x=yes ;;
574
575   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
576   | --x-incl | --x-inc | --x-in | --x-i)
577     ac_prev=x_includes ;;
578   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
579   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
580     x_includes=$ac_optarg ;;
581
582   -x-libraries | --x-libraries | --x-librarie | --x-librari \
583   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
584     ac_prev=x_libraries ;;
585   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
586   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
587     x_libraries=$ac_optarg ;;
588
589   -*) { echo "$as_me: error: unrecognized option: $ac_option
590 Try \`$0 --help' for more information." >&2
591    { (exit 1); exit 1; }; }
592     ;;
593
594   *=*)
595     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
596     # Reject names that are not valid shell variable names.
597     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
598       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
599    { (exit 1); exit 1; }; }
600     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
601     eval "$ac_envvar='$ac_optarg'"
602     export $ac_envvar ;;
603
604   *)
605     # FIXME: should be removed in autoconf 3.0.
606     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
607     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
608       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
609     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
610     ;;
611
612   esac
613 done
614
615 if test -n "$ac_prev"; then
616   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
617   { echo "$as_me: error: missing argument to $ac_option" >&2
618    { (exit 1); exit 1; }; }
619 fi
620
621 # Be sure to have absolute paths.
622 for ac_var in exec_prefix prefix
623 do
624   eval ac_val=$`echo $ac_var`
625   case $ac_val in
626     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
627     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
628    { (exit 1); exit 1; }; };;
629   esac
630 done
631
632 # Be sure to have absolute paths.
633 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
634               localstatedir libdir includedir oldincludedir infodir mandir
635 do
636   eval ac_val=$`echo $ac_var`
637   case $ac_val in
638     [\\/$]* | ?:[\\/]* ) ;;
639     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
640    { (exit 1); exit 1; }; };;
641   esac
642 done
643
644 # There might be people who depend on the old broken behavior: `$host'
645 # used to hold the argument of --host etc.
646 # FIXME: To remove some day.
647 build=$build_alias
648 host=$host_alias
649 target=$target_alias
650
651 # FIXME: To remove some day.
652 if test "x$host_alias" != x; then
653   if test "x$build_alias" = x; then
654     cross_compiling=maybe
655     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
656     If a cross compiler is detected then cross compile mode will be used." >&2
657   elif test "x$build_alias" != "x$host_alias"; then
658     cross_compiling=yes
659   fi
660 fi
661
662 ac_tool_prefix=
663 test -n "$host_alias" && ac_tool_prefix=$host_alias-
664
665 test "$silent" = yes && exec 6>/dev/null
666
667
668 # Find the source files, if location was not specified.
669 if test -z "$srcdir"; then
670   ac_srcdir_defaulted=yes
671   # Try the directory containing this script, then its parent.
672   ac_confdir=`(dirname "$0") 2>/dev/null ||
673 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
674          X"$0" : 'X\(//\)[^/]' \| \
675          X"$0" : 'X\(//\)$' \| \
676          X"$0" : 'X\(/\)' \| \
677          .     : '\(.\)' 2>/dev/null ||
678 echo X"$0" |
679     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
680           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
681           /^X\(\/\/\)$/{ s//\1/; q; }
682           /^X\(\/\).*/{ s//\1/; q; }
683           s/.*/./; q'`
684   srcdir=$ac_confdir
685   if test ! -r $srcdir/$ac_unique_file; then
686     srcdir=..
687   fi
688 else
689   ac_srcdir_defaulted=no
690 fi
691 if test ! -r $srcdir/$ac_unique_file; then
692   if test "$ac_srcdir_defaulted" = yes; then
693     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
694    { (exit 1); exit 1; }; }
695   else
696     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
697    { (exit 1); exit 1; }; }
698   fi
699 fi
700 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
701   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
702    { (exit 1); exit 1; }; }
703 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
704 ac_env_build_alias_set=${build_alias+set}
705 ac_env_build_alias_value=$build_alias
706 ac_cv_env_build_alias_set=${build_alias+set}
707 ac_cv_env_build_alias_value=$build_alias
708 ac_env_host_alias_set=${host_alias+set}
709 ac_env_host_alias_value=$host_alias
710 ac_cv_env_host_alias_set=${host_alias+set}
711 ac_cv_env_host_alias_value=$host_alias
712 ac_env_target_alias_set=${target_alias+set}
713 ac_env_target_alias_value=$target_alias
714 ac_cv_env_target_alias_set=${target_alias+set}
715 ac_cv_env_target_alias_value=$target_alias
716
717 #
718 # Report the --help message.
719 #
720 if test "$ac_init_help" = "long"; then
721   # Omit some internal or obsolete options to make the list less imposing.
722   # This message is too long to be a string in the A/UX 3.1 sh.
723   cat <<_ACEOF
724 \`configure' configures GNU Automake 1.7a to adapt to many kinds of systems.
725
726 Usage: $0 [OPTION]... [VAR=VALUE]...
727
728 To assign environment variables (e.g., CC, CFLAGS...), specify them as
729 VAR=VALUE.  See below for descriptions of some of the useful variables.
730
731 Defaults for the options are specified in brackets.
732
733 Configuration:
734   -h, --help              display this help and exit
735       --help=short        display options specific to this package
736       --help=recursive    display the short help of all the included packages
737   -V, --version           display version information and exit
738   -q, --quiet, --silent   do not print \`checking...' messages
739       --cache-file=FILE   cache test results in FILE [disabled]
740   -C, --config-cache      alias for \`--cache-file=config.cache'
741   -n, --no-create         do not create output files
742       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
743
744 _ACEOF
745
746   cat <<_ACEOF
747 Installation directories:
748   --prefix=PREFIX         install architecture-independent files in PREFIX
749                           [$ac_default_prefix]
750   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
751                           [PREFIX]
752
753 By default, \`make install' will install all the files in
754 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
755 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
756 for instance \`--prefix=\$HOME'.
757
758 For better control, use the options below.
759
760 Fine tuning of the installation directories:
761   --bindir=DIR           user executables [EPREFIX/bin]
762   --sbindir=DIR          system admin executables [EPREFIX/sbin]
763   --libexecdir=DIR       program executables [EPREFIX/libexec]
764   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
765   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
766   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
767   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
768   --libdir=DIR           object code libraries [EPREFIX/lib]
769   --includedir=DIR       C header files [PREFIX/include]
770   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
771   --infodir=DIR          info documentation [PREFIX/info]
772   --mandir=DIR           man documentation [PREFIX/man]
773 _ACEOF
774
775   cat <<\_ACEOF
776
777 Program names:
778   --program-prefix=PREFIX            prepend PREFIX to installed program names
779   --program-suffix=SUFFIX            append SUFFIX to installed program names
780   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
781
782 System types:
783   --build=BUILD     configure for building on BUILD [guessed]
784 _ACEOF
785 fi
786
787 if test -n "$ac_init_help"; then
788   case $ac_init_help in
789      short | recursive ) echo "Configuration of GNU Automake 1.7a:";;
790    esac
791   cat <<\_ACEOF
792
793 Report bugs to <bug-automake@gnu.org>.
794 _ACEOF
795 fi
796
797 if test "$ac_init_help" = "recursive"; then
798   # If there are subdirs, report their specific --help.
799   ac_popdir=`pwd`
800   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
801     test -d $ac_dir || continue
802     ac_builddir=.
803
804 if test "$ac_dir" != .; then
805   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
806   # A "../" for each directory in $ac_dir_suffix.
807   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
808 else
809   ac_dir_suffix= ac_top_builddir=
810 fi
811
812 case $srcdir in
813   .)  # No --srcdir option.  We are building in place.
814     ac_srcdir=.
815     if test -z "$ac_top_builddir"; then
816        ac_top_srcdir=.
817     else
818        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
819     fi ;;
820   [\\/]* | ?:[\\/]* )  # Absolute path.
821     ac_srcdir=$srcdir$ac_dir_suffix;
822     ac_top_srcdir=$srcdir ;;
823   *) # Relative path.
824     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
825     ac_top_srcdir=$ac_top_builddir$srcdir ;;
826 esac
827 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
828 # absolute.
829 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
830 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
831 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
832 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
833
834     cd $ac_dir
835     # Check for guested configure; otherwise get Cygnus style configure.
836     if test -f $ac_srcdir/configure.gnu; then
837       echo
838       $SHELL $ac_srcdir/configure.gnu  --help=recursive
839     elif test -f $ac_srcdir/configure; then
840       echo
841       $SHELL $ac_srcdir/configure  --help=recursive
842     elif test -f $ac_srcdir/configure.ac ||
843            test -f $ac_srcdir/configure.in; then
844       echo
845       $ac_configure --help
846     else
847       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
848     fi
849     cd $ac_popdir
850   done
851 fi
852
853 test -n "$ac_init_help" && exit 0
854 if $ac_init_version; then
855   cat <<\_ACEOF
856 GNU Automake configure 1.7a
857 generated by GNU Autoconf 2.57c
858
859 Copyright (C) 2003 Free Software Foundation, Inc.
860 This configure script is free software; the Free Software Foundation
861 gives unlimited permission to copy, distribute and modify it.
862 _ACEOF
863   exit 0
864 fi
865 exec 5>config.log
866 cat >&5 <<_ACEOF
867 This file contains any messages produced by compilers while
868 running configure, to aid debugging if configure makes a mistake.
869
870 It was created by GNU Automake $as_me 1.7a, which was
871 generated by GNU Autoconf 2.57c.  Invocation command line was
872
873   $ $0 $@
874
875 _ACEOF
876 {
877 cat <<_ASUNAME
878 ## --------- ##
879 ## Platform. ##
880 ## --------- ##
881
882 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
883 uname -m = `(uname -m) 2>/dev/null || echo unknown`
884 uname -r = `(uname -r) 2>/dev/null || echo unknown`
885 uname -s = `(uname -s) 2>/dev/null || echo unknown`
886 uname -v = `(uname -v) 2>/dev/null || echo unknown`
887
888 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
889 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
890
891 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
892 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
893 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
894 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
895 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
896 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
897 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
898
899 _ASUNAME
900
901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
902 for as_dir in $PATH
903 do
904   IFS=$as_save_IFS
905   test -z "$as_dir" && as_dir=.
906   echo "PATH: $as_dir"
907 done
908
909 } >&5
910
911 cat >&5 <<_ACEOF
912
913
914 ## ----------- ##
915 ## Core tests. ##
916 ## ----------- ##
917
918 _ACEOF
919
920
921 # Keep a trace of the command line.
922 # Strip out --no-create and --no-recursion so they do not pile up.
923 # Strip out --silent because we don't want to record it for future runs.
924 # Also quote any args containing shell meta-characters.
925 # Make two passes to allow for proper duplicate-argument suppression.
926 ac_configure_args=
927 ac_configure_args0=
928 ac_configure_args1=
929 ac_sep=
930 ac_must_keep_next=false
931 for ac_pass in 1 2
932 do
933   for ac_arg
934   do
935     case $ac_arg in
936     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
937     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
938     | -silent | --silent | --silen | --sile | --sil)
939       continue ;;
940     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
941       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
942     esac
943     case $ac_pass in
944     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
945     2)
946       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
947       if test $ac_must_keep_next = true; then
948         ac_must_keep_next=false # Got value, back to normal.
949       else
950         case $ac_arg in
951           *=* | --config-cache | -C | -disable-* | --disable-* \
952           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
953           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
954           | -with-* | --with-* | -without-* | --without-* | --x)
955             case "$ac_configure_args0 " in
956               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
957             esac
958             ;;
959           -* ) ac_must_keep_next=true ;;
960         esac
961       fi
962       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
963       # Get rid of the leading space.
964       ac_sep=" "
965       ;;
966     esac
967   done
968 done
969 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
970 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
971
972 # When interrupted or exit'd, cleanup temporary files, and complete
973 # config.log.  We remove comments because anyway the quotes in there
974 # would cause problems or look ugly.
975 # WARNING: Be sure not to use single quotes in there, as some shells,
976 # such as our DU 5.0 friend, will then `close' the trap.
977 trap 'exit_status=$?
978   # Save into config.log some information that might help in debugging.
979   {
980     echo
981
982     cat <<\_ASBOX
983 ## ---------------- ##
984 ## Cache variables. ##
985 ## ---------------- ##
986 _ASBOX
987     echo
988     # The following way of writing the cache mishandles newlines in values,
989 {
990   (set) 2>&1 |
991     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
992     *ac_space=\ *)
993       sed -n \
994         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
995           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
996       ;;
997     *)
998       sed -n \
999         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1000       ;;
1001     esac;
1002 }
1003     echo
1004
1005     cat <<\_ASBOX
1006 ## ----------------- ##
1007 ## Output variables. ##
1008 ## ----------------- ##
1009 _ASBOX
1010     echo
1011     for ac_var in $ac_subst_vars
1012     do
1013       eval ac_val=$`echo $ac_var`
1014       echo "$ac_var='"'"'$ac_val'"'"'"
1015     done | sort
1016     echo
1017
1018     if test -n "$ac_subst_files"; then
1019       cat <<\_ASBOX
1020 ## ------------- ##
1021 ## Output files. ##
1022 ## ------------- ##
1023 _ASBOX
1024       echo
1025       for ac_var in $ac_subst_files
1026       do
1027         eval ac_val=$`echo $ac_var`
1028         echo "$ac_var='"'"'$ac_val'"'"'"
1029       done | sort
1030       echo
1031     fi
1032
1033     if test -s confdefs.h; then
1034       cat <<\_ASBOX
1035 ## ----------- ##
1036 ## confdefs.h. ##
1037 ## ----------- ##
1038 _ASBOX
1039       echo
1040       sed "/^$/d" confdefs.h | sort
1041       echo
1042     fi
1043     test "$ac_signal" != 0 &&
1044       echo "$as_me: caught signal $ac_signal"
1045     echo "$as_me: exit $exit_status"
1046   } >&5
1047   rm -f core core.* *.core &&
1048   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1049     exit $exit_status
1050      ' 0
1051 for ac_signal in 1 2 13 15; do
1052   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1053 done
1054 ac_signal=0
1055
1056 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1057 rm -rf conftest* confdefs.h
1058 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1059 echo >confdefs.h
1060
1061 # Predefined preprocessor variables.
1062
1063 cat >>confdefs.h <<_ACEOF
1064 #define PACKAGE_NAME "$PACKAGE_NAME"
1065 _ACEOF
1066
1067
1068 cat >>confdefs.h <<_ACEOF
1069 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1070 _ACEOF
1071
1072
1073 cat >>confdefs.h <<_ACEOF
1074 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1075 _ACEOF
1076
1077
1078 cat >>confdefs.h <<_ACEOF
1079 #define PACKAGE_STRING "$PACKAGE_STRING"
1080 _ACEOF
1081
1082
1083 cat >>confdefs.h <<_ACEOF
1084 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1085 _ACEOF
1086
1087
1088 # Let the site file select an alternate cache file if it wants to.
1089 # Prefer explicitly selected file to automatically selected ones.
1090 if test -z "$CONFIG_SITE"; then
1091   if test "x$prefix" != xNONE; then
1092     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1093   else
1094     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1095   fi
1096 fi
1097 for ac_site_file in $CONFIG_SITE; do
1098   if test -r "$ac_site_file"; then
1099     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1100 echo "$as_me: loading site script $ac_site_file" >&6;}
1101     sed 's/^/| /' "$ac_site_file" >&5
1102     . "$ac_site_file"
1103   fi
1104 done
1105
1106 if test -r "$cache_file"; then
1107   # Some versions of bash will fail to source /dev/null (special
1108   # files actually), so we avoid doing that.
1109   if test -f "$cache_file"; then
1110     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1111 echo "$as_me: loading cache $cache_file" >&6;}
1112     case $cache_file in
1113       [\\/]* | ?:[\\/]* ) . $cache_file;;
1114       *)                      . ./$cache_file;;
1115     esac
1116   fi
1117 else
1118   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1119 echo "$as_me: creating cache $cache_file" >&6;}
1120   >$cache_file
1121 fi
1122
1123 # Check that the precious variables saved in the cache have kept the same
1124 # value.
1125 ac_cache_corrupted=false
1126 for ac_var in `(set) 2>&1 |
1127                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1128   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1129   eval ac_new_set=\$ac_env_${ac_var}_set
1130   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1131   eval ac_new_val="\$ac_env_${ac_var}_value"
1132   case $ac_old_set,$ac_new_set in
1133     set,)
1134       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1135 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1136       ac_cache_corrupted=: ;;
1137     ,set)
1138       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1139 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1140       ac_cache_corrupted=: ;;
1141     ,);;
1142     *)
1143       if test "x$ac_old_val" != "x$ac_new_val"; then
1144         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1145 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1146         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1147 echo "$as_me:   former value:  $ac_old_val" >&2;}
1148         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1149 echo "$as_me:   current value: $ac_new_val" >&2;}
1150         ac_cache_corrupted=:
1151       fi;;
1152   esac
1153   # Pass precious variables to config.status.
1154   if test "$ac_new_set" = set; then
1155     case $ac_new_val in
1156     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1157       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1158     *) ac_arg=$ac_var=$ac_new_val ;;
1159     esac
1160     case " $ac_configure_args " in
1161       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1162       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1163     esac
1164   fi
1165 done
1166 if $ac_cache_corrupted; then
1167   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1168 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1169   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1170 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1171    { (exit 1); exit 1; }; }
1172 fi
1173
1174 ac_ext=c
1175 ac_cpp='$CPP $CPPFLAGS'
1176 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1177 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1178 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208 ac_aux_dir=
1209 for ac_dir in lib $srcdir/lib; do
1210   if test -f $ac_dir/install-sh; then
1211     ac_aux_dir=$ac_dir
1212     ac_install_sh="$ac_aux_dir/install-sh -c"
1213     break
1214   elif test -f $ac_dir/install.sh; then
1215     ac_aux_dir=$ac_dir
1216     ac_install_sh="$ac_aux_dir/install.sh -c"
1217     break
1218   elif test -f $ac_dir/shtool; then
1219     ac_aux_dir=$ac_dir
1220     ac_install_sh="$ac_aux_dir/shtool install -c"
1221     break
1222   fi
1223 done
1224 if test -z "$ac_aux_dir"; then
1225   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in lib $srcdir/lib" >&5
1226 echo "$as_me: error: cannot find install-sh or install.sh in lib $srcdir/lib" >&2;}
1227    { (exit 1); exit 1; }; }
1228 fi
1229 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1230 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1231 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1232
1233
1234 # Make sure we can run config.sub.
1235 $ac_config_sub sun4 >/dev/null 2>&1 ||
1236   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1237 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1238    { (exit 1); exit 1; }; }
1239
1240 echo "$as_me:$LINENO: checking build system type" >&5
1241 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1242 if test "${ac_cv_build+set}" = set; then
1243   echo $ECHO_N "(cached) $ECHO_C" >&6
1244 else
1245   ac_cv_build_alias=$build_alias
1246 test -z "$ac_cv_build_alias" &&
1247   ac_cv_build_alias=`$ac_config_guess`
1248 test -z "$ac_cv_build_alias" &&
1249   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1250 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1251    { (exit 1); exit 1; }; }
1252 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1253   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1254 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1255    { (exit 1); exit 1; }; }
1256
1257 fi
1258 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1259 echo "${ECHO_T}$ac_cv_build" >&6
1260 build=$ac_cv_build
1261 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1262 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1263 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1264
1265
1266
1267 # Save the AUTOCONF setting before AM_INIT_AUTOMAKE overrides it;
1268 # this way we can run Autoconf tests from configure without being
1269 # bothered by `missing'.
1270 am_AUTOCONF=${AUTOCONF-autoconf}
1271
1272 am__api_version="1.7a"
1273 # Find a good install program.  We prefer a C program (faster),
1274 # so one script is as good as another.  But avoid the broken or
1275 # incompatible versions:
1276 # SysV /etc/install, /usr/sbin/install
1277 # SunOS /usr/etc/install
1278 # IRIX /sbin/install
1279 # AIX /bin/install
1280 # AmigaOS /C/install, which installs bootblocks on floppy discs
1281 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1282 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1283 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1284 # OS/2's system install, which has a completely different semantic
1285 # ./install, which can be erroneously created by make from ./install.sh.
1286 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1287 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1288 if test -z "$INSTALL"; then
1289 if test "${ac_cv_path_install+set}" = set; then
1290   echo $ECHO_N "(cached) $ECHO_C" >&6
1291 else
1292   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1293 for as_dir in $PATH
1294 do
1295   IFS=$as_save_IFS
1296   test -z "$as_dir" && as_dir=.
1297   # Account for people who put trailing slashes in PATH elements.
1298 case $as_dir/ in
1299   ./ | .// | /cC/* | \
1300   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1301   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1302   /usr/ucb/* ) ;;
1303   *)
1304     # OSF1 and SCO ODT 3.0 have their own names for install.
1305     # Don't use installbsd from OSF since it installs stuff as root
1306     # by default.
1307     for ac_prog in ginstall scoinst install; do
1308       for ac_exec_ext in '' $ac_executable_extensions; do
1309         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1310           if test $ac_prog = install &&
1311             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1312             # AIX install.  It has an incompatible calling convention.
1313             :
1314           elif test $ac_prog = install &&
1315             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1316             # program-specific install script used by HP pwplus--don't use.
1317             :
1318           else
1319             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1320             break 3
1321           fi
1322         fi
1323       done
1324     done
1325     ;;
1326 esac
1327 done
1328
1329
1330 fi
1331   if test "${ac_cv_path_install+set}" = set; then
1332     INSTALL=$ac_cv_path_install
1333   else
1334     # As a last resort, use the slow shell script.  We don't cache a
1335     # path for INSTALL within a source directory, because that will
1336     # break other packages using the cache if that directory is
1337     # removed, or if the path is relative.
1338     INSTALL=$ac_install_sh
1339   fi
1340 fi
1341 echo "$as_me:$LINENO: result: $INSTALL" >&5
1342 echo "${ECHO_T}$INSTALL" >&6
1343
1344 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1345 # It thinks the first close brace ends the variable substitution.
1346 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1347
1348 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1349
1350 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1351
1352 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1353 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1354 # Just in case
1355 sleep 1
1356 echo timestamp > conftest.file
1357 # Do `set' in a subshell so we don't clobber the current shell's
1358 # arguments.  Must try -L first in case configure is actually a
1359 # symlink; some systems play weird games with the mod time of symlinks
1360 # (eg FreeBSD returns the mod time of the symlink's containing
1361 # directory).
1362 if (
1363    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1364    if test "$*" = "X"; then
1365       # -L didn't work.
1366       set X `ls -t $srcdir/configure conftest.file`
1367    fi
1368    rm -f conftest.file
1369    if test "$*" != "X $srcdir/configure conftest.file" \
1370       && test "$*" != "X conftest.file $srcdir/configure"; then
1371
1372       # If neither matched, then we have a broken ls.  This can happen
1373       # if, for instance, CONFIG_SHELL is bash and it inherits a
1374       # broken ls alias from the environment.  This has actually
1375       # happened.  Such a system could not be considered "sane".
1376       { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
1377 alias in your environment" >&5
1378 echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1379 alias in your environment" >&2;}
1380    { (exit 1); exit 1; }; }
1381    fi
1382
1383    test "$2" = conftest.file
1384    )
1385 then
1386    # Ok.
1387    :
1388 else
1389    { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1390 Check your system clock" >&5
1391 echo "$as_me: error: newly created file is older than distributed files!
1392 Check your system clock" >&2;}
1393    { (exit 1); exit 1; }; }
1394 fi
1395 echo "$as_me:$LINENO: result: yes" >&5
1396 echo "${ECHO_T}yes" >&6
1397 test "$program_prefix" != NONE &&
1398   program_transform_name="s,^,$program_prefix,;$program_transform_name"
1399 # Use a double $ so make ignores it.
1400 test "$program_suffix" != NONE &&
1401   program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1402 # Double any \ or $.  echo might interpret backslashes.
1403 # By default was `s,x,x', remove it if useless.
1404 cat <<\_ACEOF >conftest.sed
1405 s/[\\$]/&&/g;s/;s,x,x,$//
1406 _ACEOF
1407 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1408 rm conftest.sed
1409
1410 # expand $ac_aux_dir to an absolute path
1411 am_aux_dir=`cd $ac_aux_dir && pwd`
1412
1413 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1414 # Use eval to expand $SHELL
1415 if eval "$MISSING --run true"; then
1416   am_missing_run="$MISSING --run "
1417 else
1418   am_missing_run=
1419   { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1420 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1421 fi
1422
1423 for ac_prog in gawk mawk nawk awk
1424 do
1425   # Extract the first word of "$ac_prog", so it can be a program name with args.
1426 set dummy $ac_prog; ac_word=$2
1427 echo "$as_me:$LINENO: checking for $ac_word" >&5
1428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1429 if test "${ac_cv_prog_AWK+set}" = set; then
1430   echo $ECHO_N "(cached) $ECHO_C" >&6
1431 else
1432   if test -n "$AWK"; then
1433   ac_cv_prog_AWK="$AWK" # Let the user override the test.
1434 else
1435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1436 for as_dir in $PATH
1437 do
1438   IFS=$as_save_IFS
1439   test -z "$as_dir" && as_dir=.
1440   for ac_exec_ext in '' $ac_executable_extensions; do
1441   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1442     ac_cv_prog_AWK="$ac_prog"
1443     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1444     break 2
1445   fi
1446 done
1447 done
1448
1449 fi
1450 fi
1451 AWK=$ac_cv_prog_AWK
1452 if test -n "$AWK"; then
1453   echo "$as_me:$LINENO: result: $AWK" >&5
1454 echo "${ECHO_T}$AWK" >&6
1455 else
1456   echo "$as_me:$LINENO: result: no" >&5
1457 echo "${ECHO_T}no" >&6
1458 fi
1459
1460   test -n "$AWK" && break
1461 done
1462
1463 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1464 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1465 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1466 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1467   echo $ECHO_N "(cached) $ECHO_C" >&6
1468 else
1469   cat >conftest.make <<\_ACEOF
1470 all:
1471         @echo 'ac_maketemp="$(MAKE)"'
1472 _ACEOF
1473 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1474 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1475 if test -n "$ac_maketemp"; then
1476   eval ac_cv_prog_make_${ac_make}_set=yes
1477 else
1478   eval ac_cv_prog_make_${ac_make}_set=no
1479 fi
1480 rm -f conftest.make
1481 fi
1482 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1483   echo "$as_me:$LINENO: result: yes" >&5
1484 echo "${ECHO_T}yes" >&6
1485   SET_MAKE=
1486 else
1487   echo "$as_me:$LINENO: result: no" >&5
1488 echo "${ECHO_T}no" >&6
1489   SET_MAKE="MAKE=${MAKE-make}"
1490 fi
1491
1492 rm -rf .tst 2>/dev/null
1493 mkdir .tst 2>/dev/null
1494 if test -d .tst; then
1495   am__leading_dot=.
1496 else
1497   am__leading_dot=_
1498 fi
1499 rmdir .tst 2>/dev/null
1500
1501 # test to see if srcdir already configured
1502 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1503    test -f $srcdir/config.status; then
1504   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1505 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1506    { (exit 1); exit 1; }; }
1507 fi
1508
1509 # test whether we have cygpath
1510 if test -z "$CYGPATH_W"; then
1511   if (cygpath --version) >/dev/null 2>/dev/null; then
1512     CYGPATH_W='cygpath -w'
1513   else
1514     CYGPATH_W=echo
1515   fi
1516 fi
1517
1518
1519 # Define the identity of the package.
1520  PACKAGE='automake'
1521  VERSION='1.7a'
1522
1523
1524 cat >>confdefs.h <<_ACEOF
1525 #define PACKAGE "$PACKAGE"
1526 _ACEOF
1527
1528
1529 cat >>confdefs.h <<_ACEOF
1530 #define VERSION "$VERSION"
1531 _ACEOF
1532
1533 # Some tools Automake needs.
1534
1535 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1536
1537
1538 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1539
1540
1541 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1542
1543
1544 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1545
1546
1547 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1548
1549
1550 AMTAR=${AMTAR-"${am_missing_run}tar"}
1551
1552 install_sh=${install_sh-"$am_aux_dir/install-sh"}
1553
1554 # Installed binaries are usually stripped using `strip' when the user
1555 # run `make install-strip'.  However `strip' might not be the right
1556 # tool to use in cross-compilation environments, therefore Automake
1557 # will honor the `STRIP' environment variable to overrule this program.
1558 if test "$cross_compiling" != no; then
1559   if test -n "$ac_tool_prefix"; then
1560   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1561 set dummy ${ac_tool_prefix}strip; ac_word=$2
1562 echo "$as_me:$LINENO: checking for $ac_word" >&5
1563 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1564 if test "${ac_cv_prog_STRIP+set}" = set; then
1565   echo $ECHO_N "(cached) $ECHO_C" >&6
1566 else
1567   if test -n "$STRIP"; then
1568   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1569 else
1570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1571 for as_dir in $PATH
1572 do
1573   IFS=$as_save_IFS
1574   test -z "$as_dir" && as_dir=.
1575   for ac_exec_ext in '' $ac_executable_extensions; do
1576   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1577     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1578     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1579     break 2
1580   fi
1581 done
1582 done
1583
1584 fi
1585 fi
1586 STRIP=$ac_cv_prog_STRIP
1587 if test -n "$STRIP"; then
1588   echo "$as_me:$LINENO: result: $STRIP" >&5
1589 echo "${ECHO_T}$STRIP" >&6
1590 else
1591   echo "$as_me:$LINENO: result: no" >&5
1592 echo "${ECHO_T}no" >&6
1593 fi
1594
1595 fi
1596 if test -z "$ac_cv_prog_STRIP"; then
1597   ac_ct_STRIP=$STRIP
1598   # Extract the first word of "strip", so it can be a program name with args.
1599 set dummy strip; ac_word=$2
1600 echo "$as_me:$LINENO: checking for $ac_word" >&5
1601 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1602 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1603   echo $ECHO_N "(cached) $ECHO_C" >&6
1604 else
1605   if test -n "$ac_ct_STRIP"; then
1606   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1607 else
1608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1609 for as_dir in $PATH
1610 do
1611   IFS=$as_save_IFS
1612   test -z "$as_dir" && as_dir=.
1613   for ac_exec_ext in '' $ac_executable_extensions; do
1614   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1615     ac_cv_prog_ac_ct_STRIP="strip"
1616     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1617     break 2
1618   fi
1619 done
1620 done
1621
1622   test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1623 fi
1624 fi
1625 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1626 if test -n "$ac_ct_STRIP"; then
1627   echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1628 echo "${ECHO_T}$ac_ct_STRIP" >&6
1629 else
1630   echo "$as_me:$LINENO: result: no" >&5
1631 echo "${ECHO_T}no" >&6
1632 fi
1633
1634   STRIP=$ac_ct_STRIP
1635 else
1636   STRIP="$ac_cv_prog_STRIP"
1637 fi
1638
1639 fi
1640 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1641
1642 # We need awk for the "check" target.  The system "awk" is bad on
1643 # some platforms.
1644
1645
1646
1647
1648 # The API version is the base version.  We must guarantee
1649 # compatibility for all releases with the same API version.
1650 # Our current rule is that:
1651 # * All releases, including the prereleases, in an X.Y series
1652 #   are compatible.  So 1.5.1c is compatible with 1.5.
1653 # * Prereleases on the trunk are all incompatible -- 1.5b and 1.5c
1654 #   aren't the same.
1655 APIVERSION=`echo "$VERSION" | sed -e 's/^\([0-9]*\.[0-9]*[a-z]*\).*$/\1/'`
1656
1657
1658 # A versioned directory, defined here for convenience.
1659 pkgvdatadir="\${datadir}/automake-${APIVERSION}"
1660
1661
1662 # $AUTOMAKE and $ACLOCAL are always run after a `cd $top_srcdir',
1663 # hence `.' is really what we want for perllibdir, libdir, and acdir.
1664 ACLOCAL="perllibdir=`pwd`/lib:./lib `pwd`/aclocal --acdir=m4"
1665 AUTOMAKE="perllibdir=`pwd`/lib:./lib `pwd`/automake --libdir=lib"
1666
1667 # Extract the first word of "perl", so it can be a program name with args.
1668 set dummy perl; ac_word=$2
1669 echo "$as_me:$LINENO: checking for $ac_word" >&5
1670 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1671 if test "${ac_cv_path_PERL+set}" = set; then
1672   echo $ECHO_N "(cached) $ECHO_C" >&6
1673 else
1674   case $PERL in
1675   [\\/]* | ?:[\\/]*)
1676   ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
1677   ;;
1678   *)
1679   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1680 for as_dir in $PATH
1681 do
1682   IFS=$as_save_IFS
1683   test -z "$as_dir" && as_dir=.
1684   for ac_exec_ext in '' $ac_executable_extensions; do
1685   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1686     ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
1687     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1688     break 2
1689   fi
1690 done
1691 done
1692
1693   ;;
1694 esac
1695 fi
1696 PERL=$ac_cv_path_PERL
1697
1698 if test -n "$PERL"; then
1699   echo "$as_me:$LINENO: result: $PERL" >&5
1700 echo "${ECHO_T}$PERL" >&6
1701 else
1702   echo "$as_me:$LINENO: result: no" >&5
1703 echo "${ECHO_T}no" >&6
1704 fi
1705
1706 if test -z "$PERL"; then
1707    { { echo "$as_me:$LINENO: error: perl not found" >&5
1708 echo "$as_me: error: perl not found" >&2;}
1709    { (exit 1); exit 1; }; }
1710 fi
1711 $PERL -e 'require 5.005;' || {
1712    { { echo "$as_me:$LINENO: error: perl 5.005 or better is required" >&5
1713 echo "$as_me: error: perl 5.005 or better is required" >&2;}
1714    { (exit 1); exit 1; }; }
1715 }
1716
1717 # The test suite will skip some tests if tex is absent.
1718 # Extract the first word of "tex", so it can be a program name with args.
1719 set dummy tex; ac_word=$2
1720 echo "$as_me:$LINENO: checking for $ac_word" >&5
1721 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1722 if test "${ac_cv_prog_TEX+set}" = set; then
1723   echo $ECHO_N "(cached) $ECHO_C" >&6
1724 else
1725   if test -n "$TEX"; then
1726   ac_cv_prog_TEX="$TEX" # Let the user override the test.
1727 else
1728 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1729 for as_dir in $PATH
1730 do
1731   IFS=$as_save_IFS
1732   test -z "$as_dir" && as_dir=.
1733   for ac_exec_ext in '' $ac_executable_extensions; do
1734   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1735     ac_cv_prog_TEX="tex"
1736     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1737     break 2
1738   fi
1739 done
1740 done
1741
1742 fi
1743 fi
1744 TEX=$ac_cv_prog_TEX
1745 if test -n "$TEX"; then
1746   echo "$as_me:$LINENO: result: $TEX" >&5
1747 echo "${ECHO_T}$TEX" >&6
1748 else
1749   echo "$as_me:$LINENO: result: no" >&5
1750 echo "${ECHO_T}no" >&6
1751 fi
1752
1753
1754 # Test for Autoconf.  We run Autoconf in a subdirectory to ease
1755 # deletion of any files created (such as those added to
1756 # autom4te.cache).
1757 mkdir conftest
1758 echo 'AC''_PREREQ(2.54)' > conftest/conftest.ac
1759 { echo "$as_me:$LINENO: cd conftest && eval $am_AUTOCONF -o /dev/null conftest.ac" >&5
1760    (cd conftest && eval $am_AUTOCONF -o /dev/null conftest.ac) >&5 2>&5
1761    ac_status=$?
1762    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1763    (exit $ac_status); } || {
1764    { { echo "$as_me:$LINENO: error: Autoconf 2.54 or better is required.
1765   Is it installed?  Is it in your PATH?  (try running \`autoconf --version')
1766   Is it working?  See also config.log for error messages before this one." >&5
1767 echo "$as_me: error: Autoconf 2.54 or better is required.
1768   Is it installed?  Is it in your PATH?  (try running \`autoconf --version')
1769   Is it working?  See also config.log for error messages before this one." >&2;}
1770    { (exit 1); exit 1; }; }
1771 }
1772 rm -rf conftest
1773
1774 # Test for ln.  We need use it to install the versioned binaries.
1775 echo "$as_me:$LINENO: checking whether ln works" >&5
1776 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6
1777 if test "${am_cv_prog_ln+set}" = set; then
1778   echo $ECHO_N "(cached) $ECHO_C" >&6
1779 else
1780
1781 rm -f conftest conftest.file
1782 : >conftest.file
1783 if ln conftest.file conftest 2>/dev/null; then
1784   am_cv_prog_ln=ln
1785 else
1786   am_cv_prog_ln='cp -p'
1787 fi
1788 rm -f conftest conftest.file
1789 fi
1790
1791 LN=$am_cv_prog_ln
1792
1793 result=no
1794 test "x$am_cv_prog_ln" = xln && result=yes
1795 echo "$as_me:$LINENO: result: $result" >&5
1796 echo "${ECHO_T}$result" >&6
1797
1798 # The amount we should wait after modifying files depends on the platform.
1799 # On Windows '95, '98 and ME, files modifications have 2-seconds
1800 # granularity and can be up to 3 seconds in the future w.r.t. the
1801 # system clock.  When it is important to ensure one file is older
1802 # than another we wait at least 5 seconds between creations.
1803 case $build in
1804   *-pc-msdosdjgpp) MODIFICATION_DELAY=5;;
1805   *)               MODIFICATION_DELAY=2;;
1806 esac
1807
1808
1809 # Test for things needed by the test suite.
1810 echo "$as_me:$LINENO: checking for egrep" >&5
1811 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
1812 if test "${ac_cv_prog_egrep+set}" = set; then
1813   echo $ECHO_N "(cached) $ECHO_C" >&6
1814 else
1815   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
1816     then ac_cv_prog_egrep='grep -E'
1817     else ac_cv_prog_egrep='egrep'
1818     fi
1819 fi
1820 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
1821 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
1822  EGREP=$ac_cv_prog_egrep
1823
1824
1825 echo "$as_me:$LINENO: checking for fgrep" >&5
1826 echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
1827 if test "${ac_cv_prog_fgrep+set}" = set; then
1828   echo $ECHO_N "(cached) $ECHO_C" >&6
1829 else
1830   if echo 'ab*c' | (grep -F 'ab*c') >/dev/null 2>&1
1831     then ac_cv_prog_fgrep='grep -F'
1832     else ac_cv_prog_fgrep='fgrep'
1833     fi
1834 fi
1835 echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
1836 echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
1837  FGREP=$ac_cv_prog_fgrep
1838
1839
1840
1841                                                                                 ac_config_files="$ac_config_files Makefile lib/Automake/Makefile lib/Automake/tests/Makefile lib/Makefile lib/am/Makefile m4/Makefile tests/Makefile tests/defs"
1842
1843
1844 cat >confcache <<\_ACEOF
1845 # This file is a shell script that caches the results of configure
1846 # tests run on this system so they can be shared between configure
1847 # scripts and configure runs, see configure's option --config-cache.
1848 # It is not useful on other systems.  If it contains results you don't
1849 # want to keep, you may remove or edit it.
1850 #
1851 # config.status only pays attention to the cache file if you give it
1852 # the --recheck option to rerun configure.
1853 #
1854 # `ac_cv_env_foo' variables (set or unset) will be overridden when
1855 # loading this file, other *unset* `ac_cv_foo' will be assigned the
1856 # following values.
1857
1858 _ACEOF
1859
1860 # The following way of writing the cache mishandles newlines in values,
1861 # but we know of no workaround that is simple, portable, and efficient.
1862 # So, don't put newlines in cache variables' values.
1863 # Ultrix sh set writes to stderr and can't be redirected directly,
1864 # and sets the high bit in the cache file unless we assign to the vars.
1865 {
1866   (set) 2>&1 |
1867     case `(ac_space=' '; set | grep ac_space) 2>&1` in
1868     *ac_space=\ *)
1869       # `set' does not quote correctly, so add quotes (double-quote
1870       # substitution turns \\\\ into \\, and sed turns \\ into \).
1871       sed -n \
1872         "s/'/'\\\\''/g;
1873           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1874       ;;
1875     *)
1876       # `set' quotes correctly as required by POSIX, so do not add quotes.
1877       sed -n \
1878         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1879       ;;
1880     esac;
1881 } |
1882   sed '
1883      t clear
1884      : clear
1885      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1886      t end
1887      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1888      : end' >>confcache
1889 if diff $cache_file confcache >/dev/null 2>&1; then :; else
1890   if test -w $cache_file; then
1891     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
1892     cat confcache >$cache_file
1893   else
1894     echo "not updating unwritable cache $cache_file"
1895   fi
1896 fi
1897 rm -f confcache
1898
1899 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1900 # Let make expand exec_prefix.
1901 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1902
1903 # VPATH may cause trouble with some makes, so we remove $(srcdir),
1904 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
1905 # trailing colons and then remove the whole line if VPATH becomes empty
1906 # (actually we leave an empty line to preserve line numbers).
1907 if test "x$srcdir" = x.; then
1908   ac_vpsub='/^[  ]*VPATH[        ]*=/{
1909 s/:*\$(srcdir):*/:/;
1910 s/:*\${srcdir}:*/:/;
1911 s/:*@srcdir@:*/:/;
1912 s/^\([^=]*=[     ]*\):*/\1/;
1913 s/:*$//;
1914 s/^[^=]*=[       ]*$//;
1915 }'
1916 fi
1917
1918 # Transform confdefs.h into DEFS.
1919 # Protect against shell expansion while executing Makefile rules.
1920 # Protect against Makefile macro expansion.
1921 #
1922 # If the first sed substitution is executed (which looks for macros that
1923 # take arguments), then we branch to the quote section.  Otherwise,
1924 # look for a macro that doesn't take arguments.
1925 cat >confdef2opt.sed <<\_ACEOF
1926 t clear
1927 : clear
1928 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
1929 t quote
1930 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
1931 t quote
1932 d
1933 : quote
1934 s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
1935 s,\[,\\&,g
1936 s,\],\\&,g
1937 s,\$,$$,g
1938 p
1939 _ACEOF
1940 # We use echo to avoid assuming a particular line-breaking character.
1941 # The extra dot is to prevent the shell from consuming trailing
1942 # line-breaks from the sub-command output.  A line-break within
1943 # single-quotes doesn't work because, if this script is created in a
1944 # platform that uses two characters for line-breaks (e.g., DOS), tr
1945 # would break.
1946 ac_LF_and_DOT=`echo; echo .`
1947 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
1948 rm -f confdef2opt.sed
1949
1950
1951 ac_libobjs=
1952 ac_ltlibobjs=
1953 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1954   # 1. Remove the extension, and $U if already installed.
1955   ac_i=`echo "$ac_i" |
1956          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
1957   # 2. Add them.
1958   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
1959   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
1960 done
1961 LIBOBJS=$ac_libobjs
1962
1963 LTLIBOBJS=$ac_ltlibobjs
1964
1965
1966
1967 : ${CONFIG_STATUS=./config.status}
1968 ac_clean_files_save=$ac_clean_files
1969 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1970 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
1971 echo "$as_me: creating $CONFIG_STATUS" >&6;}
1972 cat >$CONFIG_STATUS <<_ACEOF
1973 #! $SHELL
1974 # Generated by $as_me.
1975 # Run this file to recreate the current configuration.
1976 # Compiler output produced by configure, useful for debugging
1977 # configure, is in config.log if it exists.
1978
1979 debug=false
1980 ac_cs_recheck=false
1981 ac_cs_silent=false
1982 SHELL=\${CONFIG_SHELL-$SHELL}
1983 _ACEOF
1984
1985 cat >>$CONFIG_STATUS <<\_ACEOF
1986 ## --------------------- ##
1987 ## M4sh Initialization.  ##
1988 ## --------------------- ##
1989
1990 # Be Bourne compatible
1991 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1992   emulate sh
1993   NULLCMD=:
1994   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1995   # is contrary to our usage.  Disable this feature.
1996   alias -g '${1+"$@"}'='"$@"'
1997 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
1998   set -o posix
1999 fi
2000
2001 # Support unset when possible.
2002 if ((MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2003   as_unset=unset
2004 else
2005   as_unset=false
2006 fi
2007
2008
2009 # Work around bugs in pre-3.0 UWIN ksh.
2010 $as_unset ENV MAIL MAILPATH
2011 PS1='$ '
2012 PS2='> '
2013 PS4='+ '
2014
2015 # NLS nuisances.
2016 for as_var in \
2017   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2018   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2019   LC_TELEPHONE LC_TIME
2020 do
2021   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2022     eval $as_var=C; export $as_var
2023   else
2024     $as_unset $as_var
2025   fi
2026 done
2027
2028 # Required to use basename.
2029 if expr a : '\(a\)' >/dev/null 2>&1; then
2030   as_expr=expr
2031 else
2032   as_expr=false
2033 fi
2034
2035 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2036   as_basename=basename
2037 else
2038   as_basename=false
2039 fi
2040
2041
2042 # Name of the executable.
2043 as_me=`$as_basename "$0" ||
2044 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2045          X"$0" : 'X\(//\)$' \| \
2046          X"$0" : 'X\(/\)$' \| \
2047          .     : '\(.\)' 2>/dev/null ||
2048 echo X/"$0" |
2049     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2050           /^X\/\(\/\/\)$/{ s//\1/; q; }
2051           /^X\/\(\/\).*/{ s//\1/; q; }
2052           s/.*/./; q'`
2053
2054
2055 # PATH needs CR, and LINENO needs CR and PATH.
2056 # Avoid depending upon Character Ranges.
2057 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2058 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2059 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2060 as_cr_digits='0123456789'
2061 as_cr_alnum=$as_cr_Letters$as_cr_digits
2062
2063 # The user is always right.
2064 if test "${PATH_SEPARATOR+set}" != set; then
2065   echo "#! /bin/sh" >conf$$.sh
2066   echo  "exit 0"   >>conf$$.sh
2067   chmod +x conf$$.sh
2068   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2069     PATH_SEPARATOR=';'
2070   else
2071     PATH_SEPARATOR=:
2072   fi
2073   rm -f conf$$.sh
2074 fi
2075
2076
2077   as_lineno_1=$LINENO
2078   as_lineno_2=$LINENO
2079   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2080   test "x$as_lineno_1" != "x$as_lineno_2" &&
2081   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
2082   # Find who we are.  Look in the path if we contain no path at all
2083   # relative or not.
2084   case $0 in
2085     *[\\/]* ) as_myself=$0 ;;
2086     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2087 for as_dir in $PATH
2088 do
2089   IFS=$as_save_IFS
2090   test -z "$as_dir" && as_dir=.
2091   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2092 done
2093
2094        ;;
2095   esac
2096   # We did not find ourselves, most probably we were run as `sh COMMAND'
2097   # in which case we are not to be found in the path.
2098   if test "x$as_myself" = x; then
2099     as_myself=$0
2100   fi
2101   if test ! -f "$as_myself"; then
2102     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
2103 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
2104    { (exit 1); exit 1; }; }
2105   fi
2106   case $CONFIG_SHELL in
2107   '')
2108     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2109 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2110 do
2111   IFS=$as_save_IFS
2112   test -z "$as_dir" && as_dir=.
2113   for as_base in sh bash ksh sh5; do
2114          case $as_dir in
2115          /*)
2116            if ("$as_dir/$as_base" -c '
2117   as_lineno_1=$LINENO
2118   as_lineno_2=$LINENO
2119   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2120   test "x$as_lineno_1" != "x$as_lineno_2" &&
2121   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
2122              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2123              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2124              CONFIG_SHELL=$as_dir/$as_base
2125              export CONFIG_SHELL
2126              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2127            fi;;
2128          esac
2129        done
2130 done
2131 ;;
2132   esac
2133
2134   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2135   # uniformly replaced by the line number.  The first 'sed' inserts a
2136   # line-number line before each line; the second 'sed' does the real
2137   # work.  The second script uses 'N' to pair each line-number line
2138   # with the numbered line, and appends trailing '-' during
2139   # substitution so that $LINENO is not a special case at line end.
2140   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2141   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
2142   sed '=' <$as_myself |
2143     sed '
2144       N
2145       s,$,-,
2146       : loop
2147       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2148       t loop
2149       s,-$,,
2150       s,^['$as_cr_digits']*\n,,
2151     ' >$as_me.lineno &&
2152   chmod +x $as_me.lineno ||
2153     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
2154 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
2155    { (exit 1); exit 1; }; }
2156
2157   # Don't try to exec as it changes $[0], causing all sort of problems
2158   # (the dirname of $[0] is not the place where we might find the
2159   # original and so on.  Autoconf is especially sensible to this).
2160   . ./$as_me.lineno
2161   # Exit status is that of the last command.
2162   exit
2163 }
2164
2165
2166 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2167   *c*,-n*) ECHO_N= ECHO_C='
2168 ' ECHO_T='      ' ;;
2169   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2170   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
2171 esac
2172
2173 if expr a : '\(a\)' >/dev/null 2>&1; then
2174   as_expr=expr
2175 else
2176   as_expr=false
2177 fi
2178
2179 rm -f conf$$ conf$$.exe conf$$.file
2180 echo >conf$$.file
2181 if ln -s conf$$.file conf$$ 2>/dev/null; then
2182   # We could just check for DJGPP; but this test a) works b) is more generic
2183   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
2184   if test -f conf$$.exe; then
2185     # Don't use ln at all; we don't have any links
2186     as_ln_s='cp -p'
2187   else
2188     as_ln_s='ln -s'
2189   fi
2190 elif ln conf$$.file conf$$ 2>/dev/null; then
2191   as_ln_s=ln
2192 else
2193   as_ln_s='cp -p'
2194 fi
2195 rm -f conf$$ conf$$.exe conf$$.file
2196
2197 if mkdir -p . 2>/dev/null; then
2198   as_mkdir_p=:
2199 else
2200   as_mkdir_p=false
2201 fi
2202
2203 as_executable_p="test -f"
2204
2205 # Sed expression to map a string onto a valid CPP name.
2206 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
2207
2208 # Sed expression to map a string onto a valid variable name.
2209 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
2210
2211
2212 # IFS
2213 # We need space, tab and new line, in precisely that order.
2214 as_nl='
2215 '
2216 IFS="   $as_nl"
2217
2218 # CDPATH.
2219 $as_unset CDPATH
2220
2221 exec 6>&1
2222
2223 # Open the log real soon, to keep \$[0] and so on meaningful, and to
2224 # report actual input values of CONFIG_FILES etc. instead of their
2225 # values after options handling.  Logging --version etc. is OK.
2226 exec 5>>config.log
2227 {
2228   echo
2229   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2230 ## Running $as_me. ##
2231 _ASBOX
2232 } >&5
2233 cat >&5 <<_CSEOF
2234
2235 This file was extended by GNU Automake $as_me 1.7a, which was
2236 generated by GNU Autoconf 2.57c.  Invocation command line was
2237
2238   CONFIG_FILES    = $CONFIG_FILES
2239   CONFIG_HEADERS  = $CONFIG_HEADERS
2240   CONFIG_LINKS    = $CONFIG_LINKS
2241   CONFIG_COMMANDS = $CONFIG_COMMANDS
2242   $ $0 $@
2243
2244 _CSEOF
2245 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
2246 echo >&5
2247 _ACEOF
2248
2249 # Files that config.status was made for.
2250 if test -n "$ac_config_files"; then
2251   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
2252 fi
2253
2254 if test -n "$ac_config_headers"; then
2255   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
2256 fi
2257
2258 if test -n "$ac_config_links"; then
2259   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
2260 fi
2261
2262 if test -n "$ac_config_commands"; then
2263   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
2264 fi
2265
2266 cat >>$CONFIG_STATUS <<\_ACEOF
2267
2268 ac_cs_usage="\
2269 \`$as_me' instantiates files from templates according to the
2270 current configuration.
2271
2272 Usage: $0 [OPTIONS] [FILE]...
2273
2274   -h, --help       print this help, then exit
2275   -V, --version    print version number, then exit
2276   -q, --quiet      do not print progress messages
2277   -d, --debug      don't remove temporary files
2278       --recheck    update $as_me by reconfiguring in the same conditions
2279   --file=FILE[:TEMPLATE]
2280                    instantiate the configuration file FILE
2281
2282 Configuration files:
2283 $config_files
2284
2285 Report bugs to <bug-autoconf@gnu.org>."
2286 _ACEOF
2287
2288 cat >>$CONFIG_STATUS <<_ACEOF
2289 ac_cs_version="\\
2290 GNU Automake config.status 1.7a
2291 configured by $0, generated by GNU Autoconf 2.57c,
2292   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2293
2294 Copyright (C) 2003 Free Software Foundation, Inc.
2295 This config.status script is free software; the Free Software Foundation
2296 gives unlimited permission to copy, distribute and modify it."
2297 srcdir=$srcdir
2298 INSTALL="$INSTALL"
2299 _ACEOF
2300
2301 cat >>$CONFIG_STATUS <<\_ACEOF
2302 # If no file are specified by the user, then we need to provide default
2303 # value.  By we need to know if files were specified by the user.
2304 ac_need_defaults=:
2305 while test $# != 0
2306 do
2307   case $1 in
2308   --*=*)
2309     ac_option=`expr "x$1" : 'x\([^=]*\)='`
2310     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
2311     ac_shift=:
2312     ;;
2313   -*)
2314     ac_option=$1
2315     ac_optarg=$2
2316     ac_shift=shift
2317     ;;
2318   *) # This is not an option, so the user has probably given explicit
2319      # arguments.
2320      ac_option=$1
2321      ac_need_defaults=false;;
2322   esac
2323
2324   case $ac_option in
2325   # Handling of the options.
2326 _ACEOF
2327 cat >>$CONFIG_STATUS <<\_ACEOF
2328   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2329     ac_cs_recheck=: ;;
2330   --version | --vers* | -V )
2331     echo "$ac_cs_version"; exit 0 ;;
2332   --he | --h)
2333     # Conflict between --help and --header
2334     { { echo "$as_me:$LINENO: error: ambiguous option: $1
2335 Try \`$0 --help' for more information." >&5
2336 echo "$as_me: error: ambiguous option: $1
2337 Try \`$0 --help' for more information." >&2;}
2338    { (exit 1); exit 1; }; };;
2339   --help | --hel | -h )
2340     echo "$ac_cs_usage"; exit 0 ;;
2341   --debug | --d* | -d )
2342     debug=: ;;
2343   --file | --fil | --fi | --f )
2344     $ac_shift
2345     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2346     ac_need_defaults=false;;
2347   --header | --heade | --head | --hea )
2348     $ac_shift
2349     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
2350     ac_need_defaults=false;;
2351   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2352   | -silent | --silent | --silen | --sile | --sil | --si | --s)
2353     ac_cs_silent=: ;;
2354
2355   # This is an error.
2356   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
2357 Try \`$0 --help' for more information." >&5
2358 echo "$as_me: error: unrecognized option: $1
2359 Try \`$0 --help' for more information." >&2;}
2360    { (exit 1); exit 1; }; } ;;
2361
2362   *) ac_config_targets="$ac_config_targets $1" ;;
2363
2364   esac
2365   shift
2366 done
2367
2368 ac_configure_extra_args=
2369
2370 if $ac_cs_silent; then
2371   exec 6>/dev/null
2372   ac_configure_extra_args="$ac_configure_extra_args --silent"
2373 fi
2374
2375 _ACEOF
2376 cat >>$CONFIG_STATUS <<_ACEOF
2377 if \$ac_cs_recheck; then
2378   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2379   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2380 fi
2381
2382 _ACEOF
2383
2384
2385
2386
2387
2388 cat >>$CONFIG_STATUS <<\_ACEOF
2389 for ac_config_target in $ac_config_targets
2390 do
2391   case "$ac_config_target" in
2392   # Handling of arguments.
2393   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2394   "lib/Automake/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Automake/Makefile" ;;
2395   "lib/Automake/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Automake/tests/Makefile" ;;
2396   "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
2397   "lib/am/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/am/Makefile" ;;
2398   "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
2399   "tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
2400   "tests/defs" ) CONFIG_FILES="$CONFIG_FILES tests/defs" ;;
2401   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2402 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2403    { (exit 1); exit 1; }; };;
2404   esac
2405 done
2406
2407 # If the user did not use the arguments to specify the items to instantiate,
2408 # then the envvar interface is used.  Set only those that are not.
2409 # We use the long form for the default assignment because of an extremely
2410 # bizarre bug on SunOS 4.1.3.
2411 if $ac_need_defaults; then
2412   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2413 fi
2414
2415 # Have a temporary directory for convenience.  Make it in the build tree
2416 # simply because there is no reason to put it here, and in addition,
2417 # creating and moving files from /tmp can sometimes cause problems.
2418 # Create a temporary directory, and hook for its removal unless debugging.
2419 $debug ||
2420 {
2421   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
2422   trap '{ (exit 1); exit 1; }' 1 2 13 15
2423 }
2424
2425 # Create a (secure) tmp directory for tmp files.
2426
2427 {
2428   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
2429   test -n "$tmp" && test -d "$tmp"
2430 }  ||
2431 {
2432   tmp=./confstat$$-$RANDOM
2433   (umask 077 && mkdir $tmp)
2434 } ||
2435 {
2436    echo "$me: cannot create a temporary directory in ." >&2
2437    { (exit 1); exit 1; }
2438 }
2439
2440 _ACEOF
2441
2442 cat >>$CONFIG_STATUS <<_ACEOF
2443
2444 #
2445 # CONFIG_FILES section.
2446 #
2447
2448 # No need to generate the scripts if there are no CONFIG_FILES.
2449 # This happens for instance when ./config.status config.h
2450 if test -n "\$CONFIG_FILES"; then
2451   # Protect against being on the right side of a sed subst in config.status.
2452   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
2453    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
2454 s,@SHELL@,$SHELL,;t t
2455 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
2456 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
2457 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
2458 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
2459 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
2460 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
2461 s,@exec_prefix@,$exec_prefix,;t t
2462 s,@prefix@,$prefix,;t t
2463 s,@program_transform_name@,$program_transform_name,;t t
2464 s,@bindir@,$bindir,;t t
2465 s,@sbindir@,$sbindir,;t t
2466 s,@libexecdir@,$libexecdir,;t t
2467 s,@datadir@,$datadir,;t t
2468 s,@sysconfdir@,$sysconfdir,;t t
2469 s,@sharedstatedir@,$sharedstatedir,;t t
2470 s,@localstatedir@,$localstatedir,;t t
2471 s,@libdir@,$libdir,;t t
2472 s,@includedir@,$includedir,;t t
2473 s,@oldincludedir@,$oldincludedir,;t t
2474 s,@infodir@,$infodir,;t t
2475 s,@mandir@,$mandir,;t t
2476 s,@build_alias@,$build_alias,;t t
2477 s,@host_alias@,$host_alias,;t t
2478 s,@target_alias@,$target_alias,;t t
2479 s,@DEFS@,$DEFS,;t t
2480 s,@ECHO_C@,$ECHO_C,;t t
2481 s,@ECHO_N@,$ECHO_N,;t t
2482 s,@ECHO_T@,$ECHO_T,;t t
2483 s,@LIBS@,$LIBS,;t t
2484 s,@build@,$build,;t t
2485 s,@build_cpu@,$build_cpu,;t t
2486 s,@build_vendor@,$build_vendor,;t t
2487 s,@build_os@,$build_os,;t t
2488 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
2489 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
2490 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
2491 s,@CYGPATH_W@,$CYGPATH_W,;t t
2492 s,@PACKAGE@,$PACKAGE,;t t
2493 s,@VERSION@,$VERSION,;t t
2494 s,@ACLOCAL@,$ACLOCAL,;t t
2495 s,@AUTOCONF@,$AUTOCONF,;t t
2496 s,@AUTOMAKE@,$AUTOMAKE,;t t
2497 s,@AUTOHEADER@,$AUTOHEADER,;t t
2498 s,@MAKEINFO@,$MAKEINFO,;t t
2499 s,@AMTAR@,$AMTAR,;t t
2500 s,@install_sh@,$install_sh,;t t
2501 s,@STRIP@,$STRIP,;t t
2502 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
2503 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
2504 s,@AWK@,$AWK,;t t
2505 s,@SET_MAKE@,$SET_MAKE,;t t
2506 s,@am__leading_dot@,$am__leading_dot,;t t
2507 s,@APIVERSION@,$APIVERSION,;t t
2508 s,@pkgvdatadir@,$pkgvdatadir,;t t
2509 s,@PERL@,$PERL,;t t
2510 s,@TEX@,$TEX,;t t
2511 s,@LN@,$LN,;t t
2512 s,@MODIFICATION_DELAY@,$MODIFICATION_DELAY,;t t
2513 s,@EGREP@,$EGREP,;t t
2514 s,@FGREP@,$FGREP,;t t
2515 s,@LIBOBJS@,$LIBOBJS,;t t
2516 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
2517 CEOF
2518
2519 _ACEOF
2520
2521   cat >>$CONFIG_STATUS <<\_ACEOF
2522   # Split the substitutions into bite-sized pieces for seds with
2523   # small command number limits, like on Digital OSF/1 and HP-UX.
2524   ac_max_sed_lines=48
2525   ac_sed_frag=1 # Number of current file.
2526   ac_beg=1 # First line for current file.
2527   ac_end=$ac_max_sed_lines # Line after last line for current file.
2528   ac_more_lines=:
2529   ac_sed_cmds=
2530   while $ac_more_lines; do
2531     if test $ac_beg -gt 1; then
2532       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2533     else
2534       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2535     fi
2536     if test ! -s $tmp/subs.frag; then
2537       ac_more_lines=false
2538     else
2539       # The purpose of the label and of the branching condition is to
2540       # speed up the sed processing (if there are no `@' at all, there
2541       # is no need to browse any of the substitutions).
2542       # These are the two extra sed commands mentioned above.
2543       (echo ':t
2544   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
2545       if test -z "$ac_sed_cmds"; then
2546         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
2547       else
2548         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
2549       fi
2550       ac_sed_frag=`expr $ac_sed_frag + 1`
2551       ac_beg=$ac_end
2552       ac_end=`expr $ac_end + $ac_max_sed_lines`
2553     fi
2554   done
2555   if test -z "$ac_sed_cmds"; then
2556     ac_sed_cmds=cat
2557   fi
2558 fi # test -n "$CONFIG_FILES"
2559
2560 _ACEOF
2561 cat >>$CONFIG_STATUS <<\_ACEOF
2562 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
2563   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2564   case $ac_file in
2565   - | *:- | *:-:* ) # input from stdin
2566         cat >$tmp/stdin
2567         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2568         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2569   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2570         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2571   * )   ac_file_in=$ac_file.in ;;
2572   esac
2573
2574   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
2575   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
2576 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2577          X"$ac_file" : 'X\(//\)[^/]' \| \
2578          X"$ac_file" : 'X\(//\)$' \| \
2579          X"$ac_file" : 'X\(/\)' \| \
2580          .     : '\(.\)' 2>/dev/null ||
2581 echo X"$ac_file" |
2582     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2583           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2584           /^X\(\/\/\)$/{ s//\1/; q; }
2585           /^X\(\/\).*/{ s//\1/; q; }
2586           s/.*/./; q'`
2587   { if $as_mkdir_p; then
2588     mkdir -p "$ac_dir"
2589   else
2590     as_dir="$ac_dir"
2591     as_dirs=
2592     while test ! -d "$as_dir"; do
2593       as_dirs="$as_dir $as_dirs"
2594       as_dir=`(dirname "$as_dir") 2>/dev/null ||
2595 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2596          X"$as_dir" : 'X\(//\)[^/]' \| \
2597          X"$as_dir" : 'X\(//\)$' \| \
2598          X"$as_dir" : 'X\(/\)' \| \
2599          .     : '\(.\)' 2>/dev/null ||
2600 echo X"$as_dir" |
2601     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2602           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2603           /^X\(\/\/\)$/{ s//\1/; q; }
2604           /^X\(\/\).*/{ s//\1/; q; }
2605           s/.*/./; q'`
2606     done
2607     test ! -n "$as_dirs" || mkdir $as_dirs
2608   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
2609 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
2610    { (exit 1); exit 1; }; }; }
2611
2612   ac_builddir=.
2613
2614 if test "$ac_dir" != .; then
2615   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2616   # A "../" for each directory in $ac_dir_suffix.
2617   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
2618 else
2619   ac_dir_suffix= ac_top_builddir=
2620 fi
2621
2622 case $srcdir in
2623   .)  # No --srcdir option.  We are building in place.
2624     ac_srcdir=.
2625     if test -z "$ac_top_builddir"; then
2626        ac_top_srcdir=.
2627     else
2628        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
2629     fi ;;
2630   [\\/]* | ?:[\\/]* )  # Absolute path.
2631     ac_srcdir=$srcdir$ac_dir_suffix;
2632     ac_top_srcdir=$srcdir ;;
2633   *) # Relative path.
2634     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2635     ac_top_srcdir=$ac_top_builddir$srcdir ;;
2636 esac
2637 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
2638 # absolute.
2639 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
2640 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
2641 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
2642 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
2643
2644
2645   case $INSTALL in
2646   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
2647   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
2648   esac
2649
2650   if test x"$ac_file" != x-; then
2651     { echo "$as_me:$LINENO: creating $ac_file" >&5
2652 echo "$as_me: creating $ac_file" >&6;}
2653     rm -f "$ac_file"
2654   fi
2655   # Let's still pretend it is `configure' which instantiates (i.e., don't
2656   # use $as_me), people would be surprised to read:
2657   #    /* config.h.  Generated by config.status.  */
2658   if test x"$ac_file" = x-; then
2659     configure_input=
2660   else
2661     configure_input="$ac_file.  "
2662   fi
2663   configure_input=$configure_input"Generated from `echo $ac_file_in |
2664                                      sed 's,.*/,,'` by configure."
2665
2666   # First look for the input files in the build tree, otherwise in the
2667   # src tree.
2668   ac_file_inputs=`IFS=:
2669     for f in $ac_file_in; do
2670       case $f in
2671       -) echo $tmp/stdin ;;
2672       [\\/$]*)
2673          # Absolute (can't be DOS-style, as IFS=:)
2674          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2675 echo "$as_me: error: cannot find input file: $f" >&2;}
2676    { (exit 1); exit 1; }; }
2677          echo "$f";;
2678       *) # Relative
2679          if test -f "$f"; then
2680            # Build tree
2681            echo "$f"
2682          elif test -f "$srcdir/$f"; then
2683            # Source tree
2684            echo "$srcdir/$f"
2685          else
2686            # /dev/null tree
2687            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2688 echo "$as_me: error: cannot find input file: $f" >&2;}
2689    { (exit 1); exit 1; }; }
2690          fi;;
2691       esac
2692     done` || { (exit 1); exit 1; }
2693 _ACEOF
2694 cat >>$CONFIG_STATUS <<_ACEOF
2695   sed "$ac_vpsub
2696 $extrasub
2697 _ACEOF
2698 cat >>$CONFIG_STATUS <<\_ACEOF
2699 :t
2700 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2701 s,@configure_input@,$configure_input,;t t
2702 s,@srcdir@,$ac_srcdir,;t t
2703 s,@abs_srcdir@,$ac_abs_srcdir,;t t
2704 s,@top_srcdir@,$ac_top_srcdir,;t t
2705 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
2706 s,@builddir@,$ac_builddir,;t t
2707 s,@abs_builddir@,$ac_abs_builddir,;t t
2708 s,@top_builddir@,$ac_top_builddir,;t t
2709 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
2710 s,@INSTALL@,$ac_INSTALL,;t t
2711 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
2712   rm -f $tmp/stdin
2713   if test x"$ac_file" != x-; then
2714     mv $tmp/out $ac_file
2715   else
2716     cat $tmp/out
2717     rm -f $tmp/out
2718   fi
2719
2720 done
2721 _ACEOF
2722
2723 cat >>$CONFIG_STATUS <<\_ACEOF
2724
2725 { (exit 0); exit 0; }
2726 _ACEOF
2727 chmod +x $CONFIG_STATUS
2728 ac_clean_files=$ac_clean_files_save
2729
2730
2731 # configure is writing to config.log, and then calls config.status.
2732 # config.status does its own redirection, appending to config.log.
2733 # Unfortunately, on DOS this fails, as config.log is still kept open
2734 # by configure, so config.status won't be able to write to it; its
2735 # output is simply discarded.  So we exec the FD to /dev/null,
2736 # effectively closing config.log, so it can be properly (re)opened and
2737 # appended to by config.status.  When coming back to configure, we
2738 # need to make the FD available again.
2739 if test "$no_create" != yes; then
2740   ac_cs_success=:
2741   ac_config_status_args=
2742   test "$silent" = yes &&
2743     ac_config_status_args="$ac_config_status_args --quiet"
2744   exec 5>/dev/null
2745   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
2746   exec 5>>config.log
2747   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
2748   # would make configure fail if this is the last instruction.
2749   $ac_cs_success || { (exit 1); exit 1; }
2750 fi
2751