* lib/am/configure.am: Replace leading spaces with a real tab.
[platform/upstream/automake.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.57a 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 (as_foo=foo; unset as_foo) >/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.57a
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.57a.  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
1411 # expand $ac_aux_dir to an absolute path
1412 am_aux_dir=`cd $ac_aux_dir && pwd`
1413
1414 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1415 # Use eval to expand $SHELL
1416 if eval "$MISSING --run true"; then
1417   am_missing_run="$MISSING --run "
1418 else
1419   am_missing_run=
1420   { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1421 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1422 fi
1423
1424 for ac_prog in gawk mawk nawk awk
1425 do
1426   # Extract the first word of "$ac_prog", so it can be a program name with args.
1427 set dummy $ac_prog; ac_word=$2
1428 echo "$as_me:$LINENO: checking for $ac_word" >&5
1429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1430 if test "${ac_cv_prog_AWK+set}" = set; then
1431   echo $ECHO_N "(cached) $ECHO_C" >&6
1432 else
1433   if test -n "$AWK"; then
1434   ac_cv_prog_AWK="$AWK" # Let the user override the test.
1435 else
1436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1437 for as_dir in $PATH
1438 do
1439   IFS=$as_save_IFS
1440   test -z "$as_dir" && as_dir=.
1441   for ac_exec_ext in '' $ac_executable_extensions; do
1442   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1443     ac_cv_prog_AWK="$ac_prog"
1444     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1445     break 2
1446   fi
1447 done
1448 done
1449
1450 fi
1451 fi
1452 AWK=$ac_cv_prog_AWK
1453 if test -n "$AWK"; then
1454   echo "$as_me:$LINENO: result: $AWK" >&5
1455 echo "${ECHO_T}$AWK" >&6
1456 else
1457   echo "$as_me:$LINENO: result: no" >&5
1458 echo "${ECHO_T}no" >&6
1459 fi
1460
1461   test -n "$AWK" && break
1462 done
1463
1464 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1465 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1466 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1467 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1468   echo $ECHO_N "(cached) $ECHO_C" >&6
1469 else
1470   cat >conftest.make <<\_ACEOF
1471 all:
1472         @echo 'ac_maketemp="$(MAKE)"'
1473 _ACEOF
1474 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1475 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1476 if test -n "$ac_maketemp"; then
1477   eval ac_cv_prog_make_${ac_make}_set=yes
1478 else
1479   eval ac_cv_prog_make_${ac_make}_set=no
1480 fi
1481 rm -f conftest.make
1482 fi
1483 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1484   echo "$as_me:$LINENO: result: yes" >&5
1485 echo "${ECHO_T}yes" >&6
1486   SET_MAKE=
1487 else
1488   echo "$as_me:$LINENO: result: no" >&5
1489 echo "${ECHO_T}no" >&6
1490   SET_MAKE="MAKE=${MAKE-make}"
1491 fi
1492
1493 rm -rf .tst 2>/dev/null
1494 mkdir .tst 2>/dev/null
1495 if test -d .tst; then
1496   am__leading_dot=.
1497 else
1498   am__leading_dot=_
1499 fi
1500 rmdir .tst 2>/dev/null
1501
1502  # test to see if srcdir already configured
1503 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1504    test -f $srcdir/config.status; then
1505   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1506 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1507    { (exit 1); exit 1; }; }
1508 fi
1509
1510 # test whether we have cygpath
1511 if test -z "$CYGPATH_W"; then
1512   if (cygpath --version) >/dev/null 2>/dev/null; then
1513     CYGPATH_W='cygpath -w'
1514   else
1515     CYGPATH_W=echo
1516   fi
1517 fi
1518
1519
1520 # Define the identity of the package.
1521  PACKAGE='automake'
1522  VERSION='1.7a'
1523
1524
1525 cat >>confdefs.h <<_ACEOF
1526 #define PACKAGE "$PACKAGE"
1527 _ACEOF
1528
1529
1530 cat >>confdefs.h <<_ACEOF
1531 #define VERSION "$VERSION"
1532 _ACEOF
1533
1534 # Some tools Automake needs.
1535
1536 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1537
1538
1539 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1540
1541
1542 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1543
1544
1545 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1546
1547
1548 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1549
1550
1551 AMTAR=${AMTAR-"${am_missing_run}tar"}
1552
1553 install_sh=${install_sh-"$am_aux_dir/install-sh"}
1554
1555 # Installed binaries are usually stripped using `strip' when the user
1556 # run `make install-strip'.  However `strip' might not be the right
1557 # tool to use in cross-compilation environments, therefore Automake
1558 # will honor the `STRIP' environment variable to overrule this program.
1559 if test "$cross_compiling" != no; then
1560   if test -n "$ac_tool_prefix"; then
1561   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1562 set dummy ${ac_tool_prefix}strip; ac_word=$2
1563 echo "$as_me:$LINENO: checking for $ac_word" >&5
1564 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1565 if test "${ac_cv_prog_STRIP+set}" = set; then
1566   echo $ECHO_N "(cached) $ECHO_C" >&6
1567 else
1568   if test -n "$STRIP"; then
1569   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1570 else
1571 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1572 for as_dir in $PATH
1573 do
1574   IFS=$as_save_IFS
1575   test -z "$as_dir" && as_dir=.
1576   for ac_exec_ext in '' $ac_executable_extensions; do
1577   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1578     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1579     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1580     break 2
1581   fi
1582 done
1583 done
1584
1585 fi
1586 fi
1587 STRIP=$ac_cv_prog_STRIP
1588 if test -n "$STRIP"; then
1589   echo "$as_me:$LINENO: result: $STRIP" >&5
1590 echo "${ECHO_T}$STRIP" >&6
1591 else
1592   echo "$as_me:$LINENO: result: no" >&5
1593 echo "${ECHO_T}no" >&6
1594 fi
1595
1596 fi
1597 if test -z "$ac_cv_prog_STRIP"; then
1598   ac_ct_STRIP=$STRIP
1599   # Extract the first word of "strip", so it can be a program name with args.
1600 set dummy strip; ac_word=$2
1601 echo "$as_me:$LINENO: checking for $ac_word" >&5
1602 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1603 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1604   echo $ECHO_N "(cached) $ECHO_C" >&6
1605 else
1606   if test -n "$ac_ct_STRIP"; then
1607   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1608 else
1609 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1610 for as_dir in $PATH
1611 do
1612   IFS=$as_save_IFS
1613   test -z "$as_dir" && as_dir=.
1614   for ac_exec_ext in '' $ac_executable_extensions; do
1615   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1616     ac_cv_prog_ac_ct_STRIP="strip"
1617     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1618     break 2
1619   fi
1620 done
1621 done
1622
1623   test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1624 fi
1625 fi
1626 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1627 if test -n "$ac_ct_STRIP"; then
1628   echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1629 echo "${ECHO_T}$ac_ct_STRIP" >&6
1630 else
1631   echo "$as_me:$LINENO: result: no" >&5
1632 echo "${ECHO_T}no" >&6
1633 fi
1634
1635   STRIP=$ac_ct_STRIP
1636 else
1637   STRIP="$ac_cv_prog_STRIP"
1638 fi
1639
1640 fi
1641 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1642
1643 # We need awk for the "check" target.  The system "awk" is bad on
1644 # some platforms.
1645
1646
1647
1648
1649 # The API version is the base version.  We must guarantee
1650 # compatibility for all releases with the same API version.
1651 # Our current rule is that:
1652 # * All releases, including the prereleases, in an X.Y series
1653 #   are compatible.  So 1.5.1c is compatible with 1.5.
1654 # * Prereleases on the trunk are all incompatible -- 1.5b and 1.5c
1655 #   aren't the same.
1656 APIVERSION=`echo "$VERSION" | sed -e 's/^\([0-9]*\.[0-9]*[a-z]*\).*$/\1/'`
1657
1658
1659 # A versioned directory, defined here for convenience.
1660 pkgvdatadir="\${datadir}/automake-${APIVERSION}"
1661
1662
1663 # $AUTOMAKE and $ACLOCAL are always run after a `cd $top_srcdir',
1664 # hence `.' is really what we want for perllibdir, libdir, and acdir.
1665 ACLOCAL="perllibdir=./lib `pwd`/aclocal --acdir=m4"
1666 AUTOMAKE="perllibdir=./lib `pwd`/automake --libdir=lib"
1667
1668 # Extract the first word of "perl", so it can be a program name with args.
1669 set dummy perl; ac_word=$2
1670 echo "$as_me:$LINENO: checking for $ac_word" >&5
1671 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1672 if test "${ac_cv_path_PERL+set}" = set; then
1673   echo $ECHO_N "(cached) $ECHO_C" >&6
1674 else
1675   case $PERL in
1676   [\\/]* | ?:[\\/]*)
1677   ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
1678   ;;
1679   *)
1680   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1681 for as_dir in $PATH
1682 do
1683   IFS=$as_save_IFS
1684   test -z "$as_dir" && as_dir=.
1685   for ac_exec_ext in '' $ac_executable_extensions; do
1686   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1687     ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
1688     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1689     break 2
1690   fi
1691 done
1692 done
1693
1694   ;;
1695 esac
1696 fi
1697 PERL=$ac_cv_path_PERL
1698
1699 if test -n "$PERL"; then
1700   echo "$as_me:$LINENO: result: $PERL" >&5
1701 echo "${ECHO_T}$PERL" >&6
1702 else
1703   echo "$as_me:$LINENO: result: no" >&5
1704 echo "${ECHO_T}no" >&6
1705 fi
1706
1707 if test -z "$PERL"; then
1708    { { echo "$as_me:$LINENO: error: perl not found" >&5
1709 echo "$as_me: error: perl not found" >&2;}
1710    { (exit 1); exit 1; }; }
1711 fi
1712 $PERL -e 'require 5.005;' || {
1713    { { echo "$as_me:$LINENO: error: perl 5.005 or better is required" >&5
1714 echo "$as_me: error: perl 5.005 or better is required" >&2;}
1715    { (exit 1); exit 1; }; }
1716 }
1717
1718 # The test suite will skip some tests if tex is absent.
1719 # Extract the first word of "tex", so it can be a program name with args.
1720 set dummy tex; ac_word=$2
1721 echo "$as_me:$LINENO: checking for $ac_word" >&5
1722 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1723 if test "${ac_cv_prog_TEX+set}" = set; then
1724   echo $ECHO_N "(cached) $ECHO_C" >&6
1725 else
1726   if test -n "$TEX"; then
1727   ac_cv_prog_TEX="$TEX" # Let the user override the test.
1728 else
1729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1730 for as_dir in $PATH
1731 do
1732   IFS=$as_save_IFS
1733   test -z "$as_dir" && as_dir=.
1734   for ac_exec_ext in '' $ac_executable_extensions; do
1735   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1736     ac_cv_prog_TEX="tex"
1737     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1738     break 2
1739   fi
1740 done
1741 done
1742
1743 fi
1744 fi
1745 TEX=$ac_cv_prog_TEX
1746 if test -n "$TEX"; then
1747   echo "$as_me:$LINENO: result: $TEX" >&5
1748 echo "${ECHO_T}$TEX" >&6
1749 else
1750   echo "$as_me:$LINENO: result: no" >&5
1751 echo "${ECHO_T}no" >&6
1752 fi
1753
1754
1755 # Test for Autoconf.  We run Autoconf in a subdirectory to ease
1756 # deletion of any files created (such as those added to
1757 # autom4te.cache).
1758 mkdir conftest
1759 echo 'AC''_PREREQ(2.54)' > conftest/conftest.ac
1760 { echo "$as_me:$LINENO: cd conftest && eval $am_AUTOCONF -o /dev/null conftest.ac" >&5
1761    (cd conftest && eval $am_AUTOCONF -o /dev/null conftest.ac) >&5 2>&5
1762    ac_status=$?
1763    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1764    (exit $ac_status); } || {
1765    { { echo "$as_me:$LINENO: error: Autoconf 2.54 or better is required.
1766   Is it installed?  Is it in your PATH?  (try running \`autoconf --version')
1767   Is it working?  See also config.log for error messages before this one." >&5
1768 echo "$as_me: error: Autoconf 2.54 or better is required.
1769   Is it installed?  Is it in your PATH?  (try running \`autoconf --version')
1770   Is it working?  See also config.log for error messages before this one." >&2;}
1771    { (exit 1); exit 1; }; }
1772 }
1773 rm -rf conftest
1774
1775 # Test for ln.  We need use it to install the versioned binaries.
1776 echo "$as_me:$LINENO: checking whether ln works" >&5
1777 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6
1778 if test "${am_cv_prog_ln+set}" = set; then
1779   echo $ECHO_N "(cached) $ECHO_C" >&6
1780 else
1781
1782 rm -f conftest conftest.file
1783 : >conftest.file
1784 if ln conftest.file conftest 2>/dev/null; then
1785   am_cv_prog_ln=ln
1786 else
1787   am_cv_prog_ln='cp -p'
1788 fi
1789 rm -f conftest conftest.file
1790 fi
1791
1792 LN=$am_cv_prog_ln
1793
1794 result=no
1795 test "x$am_cv_prog_ln" = xln && result=yes
1796 echo "$as_me:$LINENO: result: $result" >&5
1797 echo "${ECHO_T}$result" >&6
1798
1799 # The amount we should wait after modifying files depends on the platform.
1800 # On Windows '95, '98 and ME, files modifications have 2-seconds
1801 # granularity and can be up to 3 seconds in the future w.r.t. the
1802 # system clock.  When it is important to ensure one file is older
1803 # than another we wait at least 5 seconds between creations.
1804 case $build in
1805   *-pc-msdosdjgpp) MODIFICATION_DELAY=5;;
1806   *)               MODIFICATION_DELAY=2;;
1807 esac
1808
1809
1810 # Test for things needed by the test suite.
1811 echo "$as_me:$LINENO: checking for egrep" >&5
1812 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
1813 if test "${ac_cv_prog_egrep+set}" = set; then
1814   echo $ECHO_N "(cached) $ECHO_C" >&6
1815 else
1816   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
1817     then ac_cv_prog_egrep='grep -E'
1818     else ac_cv_prog_egrep='egrep'
1819     fi
1820 fi
1821 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
1822 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
1823  EGREP=$ac_cv_prog_egrep
1824
1825
1826 echo "$as_me:$LINENO: checking for fgrep" >&5
1827 echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
1828 if test "${ac_cv_prog_fgrep+set}" = set; then
1829   echo $ECHO_N "(cached) $ECHO_C" >&6
1830 else
1831   if echo 'ab*c' | (grep -F 'ab*c') >/dev/null 2>&1
1832     then ac_cv_prog_fgrep='grep -F'
1833     else ac_cv_prog_fgrep='fgrep'
1834     fi
1835 fi
1836 echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
1837 echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
1838  FGREP=$ac_cv_prog_fgrep
1839
1840
1841
1842                                                                                 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"
1843
1844
1845 cat >confcache <<\_ACEOF
1846 # This file is a shell script that caches the results of configure
1847 # tests run on this system so they can be shared between configure
1848 # scripts and configure runs, see configure's option --config-cache.
1849 # It is not useful on other systems.  If it contains results you don't
1850 # want to keep, you may remove or edit it.
1851 #
1852 # config.status only pays attention to the cache file if you give it
1853 # the --recheck option to rerun configure.
1854 #
1855 # `ac_cv_env_foo' variables (set or unset) will be overridden when
1856 # loading this file, other *unset* `ac_cv_foo' will be assigned the
1857 # following values.
1858
1859 _ACEOF
1860
1861 # The following way of writing the cache mishandles newlines in values,
1862 # but we know of no workaround that is simple, portable, and efficient.
1863 # So, don't put newlines in cache variables' values.
1864 # Ultrix sh set writes to stderr and can't be redirected directly,
1865 # and sets the high bit in the cache file unless we assign to the vars.
1866 {
1867   (set) 2>&1 |
1868     case `(ac_space=' '; set | grep ac_space) 2>&1` in
1869     *ac_space=\ *)
1870       # `set' does not quote correctly, so add quotes (double-quote
1871       # substitution turns \\\\ into \\, and sed turns \\ into \).
1872       sed -n \
1873         "s/'/'\\\\''/g;
1874           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1875       ;;
1876     *)
1877       # `set' quotes correctly as required by POSIX, so do not add quotes.
1878       sed -n \
1879         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1880       ;;
1881     esac;
1882 } |
1883   sed '
1884      t clear
1885      : clear
1886      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1887      t end
1888      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1889      : end' >>confcache
1890 if diff $cache_file confcache >/dev/null 2>&1; then :; else
1891   if test -w $cache_file; then
1892     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
1893     cat confcache >$cache_file
1894   else
1895     echo "not updating unwritable cache $cache_file"
1896   fi
1897 fi
1898 rm -f confcache
1899
1900 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1901 # Let make expand exec_prefix.
1902 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1903
1904 # VPATH may cause trouble with some makes, so we remove $(srcdir),
1905 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
1906 # trailing colons and then remove the whole line if VPATH becomes empty
1907 # (actually we leave an empty line to preserve line numbers).
1908 if test "x$srcdir" = x.; then
1909   ac_vpsub='/^[  ]*VPATH[        ]*=/{
1910 s/:*\$(srcdir):*/:/;
1911 s/:*\${srcdir}:*/:/;
1912 s/:*@srcdir@:*/:/;
1913 s/^\([^=]*=[     ]*\):*/\1/;
1914 s/:*$//;
1915 s/^[^=]*=[       ]*$//;
1916 }'
1917 fi
1918
1919 # Transform confdefs.h into DEFS.
1920 # Protect against shell expansion while executing Makefile rules.
1921 # Protect against Makefile macro expansion.
1922 #
1923 # If the first sed substitution is executed (which looks for macros that
1924 # take arguments), then we branch to the quote section.  Otherwise,
1925 # look for a macro that doesn't take arguments.
1926 cat >confdef2opt.sed <<\_ACEOF
1927 t clear
1928 : clear
1929 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
1930 t quote
1931 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
1932 t quote
1933 d
1934 : quote
1935 s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
1936 s,\[,\\&,g
1937 s,\],\\&,g
1938 s,\$,$$,g
1939 p
1940 _ACEOF
1941 # We use echo to avoid assuming a particular line-breaking character.
1942 # The extra dot is to prevent the shell from consuming trailing
1943 # line-breaks from the sub-command output.  A line-break within
1944 # single-quotes doesn't work because, if this script is created in a
1945 # platform that uses two characters for line-breaks (e.g., DOS), tr
1946 # would break.
1947 ac_LF_and_DOT=`echo; echo .`
1948 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
1949 rm -f confdef2opt.sed
1950
1951
1952 ac_libobjs=
1953 ac_ltlibobjs=
1954 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1955   # 1. Remove the extension, and $U if already installed.
1956   ac_i=`echo "$ac_i" |
1957          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
1958   # 2. Add them.
1959   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
1960   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
1961 done
1962 LIBOBJS=$ac_libobjs
1963
1964 LTLIBOBJS=$ac_ltlibobjs
1965
1966
1967
1968 : ${CONFIG_STATUS=./config.status}
1969 ac_clean_files_save=$ac_clean_files
1970 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1971 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
1972 echo "$as_me: creating $CONFIG_STATUS" >&6;}
1973 cat >$CONFIG_STATUS <<_ACEOF
1974 #! $SHELL
1975 # Generated by $as_me.
1976 # Run this file to recreate the current configuration.
1977 # Compiler output produced by configure, useful for debugging
1978 # configure, is in config.log if it exists.
1979
1980 debug=false
1981 ac_cs_recheck=false
1982 ac_cs_silent=false
1983 SHELL=\${CONFIG_SHELL-$SHELL}
1984 _ACEOF
1985
1986 cat >>$CONFIG_STATUS <<\_ACEOF
1987 ## --------------------- ##
1988 ## M4sh Initialization.  ##
1989 ## --------------------- ##
1990
1991 # Be Bourne compatible
1992 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1993   emulate sh
1994   NULLCMD=:
1995   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1996   # is contrary to our usage.  Disable this feature.
1997   alias -g '${1+"$@"}'='"$@"'
1998 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
1999   set -o posix
2000 fi
2001
2002 # Support unset when possible.
2003 if (as_foo=foo; unset as_foo) >/dev/null 2>&1; then
2004   as_unset=unset
2005 else
2006   as_unset=false
2007 fi
2008
2009
2010 # Work around bugs in pre-3.0 UWIN ksh.
2011 $as_unset ENV MAIL MAILPATH
2012 PS1='$ '
2013 PS2='> '
2014 PS4='+ '
2015
2016 # NLS nuisances.
2017 for as_var in \
2018   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2019   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2020   LC_TELEPHONE LC_TIME
2021 do
2022   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2023     eval $as_var=C; export $as_var
2024   else
2025     $as_unset $as_var
2026   fi
2027 done
2028
2029 # Required to use basename.
2030 if expr a : '\(a\)' >/dev/null 2>&1; then
2031   as_expr=expr
2032 else
2033   as_expr=false
2034 fi
2035
2036 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2037   as_basename=basename
2038 else
2039   as_basename=false
2040 fi
2041
2042
2043 # Name of the executable.
2044 as_me=`$as_basename "$0" ||
2045 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2046          X"$0" : 'X\(//\)$' \| \
2047          X"$0" : 'X\(/\)$' \| \
2048          .     : '\(.\)' 2>/dev/null ||
2049 echo X/"$0" |
2050     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2051           /^X\/\(\/\/\)$/{ s//\1/; q; }
2052           /^X\/\(\/\).*/{ s//\1/; q; }
2053           s/.*/./; q'`
2054
2055
2056 # PATH needs CR, and LINENO needs CR and PATH.
2057 # Avoid depending upon Character Ranges.
2058 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2059 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2060 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2061 as_cr_digits='0123456789'
2062 as_cr_alnum=$as_cr_Letters$as_cr_digits
2063
2064 # The user is always right.
2065 if test "${PATH_SEPARATOR+set}" != set; then
2066   echo "#! /bin/sh" >conf$$.sh
2067   echo  "exit 0"   >>conf$$.sh
2068   chmod +x conf$$.sh
2069   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2070     PATH_SEPARATOR=';'
2071   else
2072     PATH_SEPARATOR=:
2073   fi
2074   rm -f conf$$.sh
2075 fi
2076
2077
2078   as_lineno_1=$LINENO
2079   as_lineno_2=$LINENO
2080   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2081   test "x$as_lineno_1" != "x$as_lineno_2" &&
2082   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
2083   # Find who we are.  Look in the path if we contain no path at all
2084   # relative or not.
2085   case $0 in
2086     *[\\/]* ) as_myself=$0 ;;
2087     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2088 for as_dir in $PATH
2089 do
2090   IFS=$as_save_IFS
2091   test -z "$as_dir" && as_dir=.
2092   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2093 done
2094
2095        ;;
2096   esac
2097   # We did not find ourselves, most probably we were run as `sh COMMAND'
2098   # in which case we are not to be found in the path.
2099   if test "x$as_myself" = x; then
2100     as_myself=$0
2101   fi
2102   if test ! -f "$as_myself"; then
2103     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
2104 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
2105    { (exit 1); exit 1; }; }
2106   fi
2107   case $CONFIG_SHELL in
2108   '')
2109     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2110 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2111 do
2112   IFS=$as_save_IFS
2113   test -z "$as_dir" && as_dir=.
2114   for as_base in sh bash ksh sh5; do
2115          case $as_dir in
2116          /*)
2117            if ("$as_dir/$as_base" -c '
2118   as_lineno_1=$LINENO
2119   as_lineno_2=$LINENO
2120   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2121   test "x$as_lineno_1" != "x$as_lineno_2" &&
2122   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
2123              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2124              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2125              CONFIG_SHELL=$as_dir/$as_base
2126              export CONFIG_SHELL
2127              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2128            fi;;
2129          esac
2130        done
2131 done
2132 ;;
2133   esac
2134
2135   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2136   # uniformly replaced by the line number.  The first 'sed' inserts a
2137   # line-number line before each line; the second 'sed' does the real
2138   # work.  The second script uses 'N' to pair each line-number line
2139   # with the numbered line, and appends trailing '-' during
2140   # substitution so that $LINENO is not a special case at line end.
2141   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2142   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
2143   sed '=' <$as_myself |
2144     sed '
2145       N
2146       s,$,-,
2147       : loop
2148       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2149       t loop
2150       s,-$,,
2151       s,^['$as_cr_digits']*\n,,
2152     ' >$as_me.lineno &&
2153   chmod +x $as_me.lineno ||
2154     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
2155 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
2156    { (exit 1); exit 1; }; }
2157
2158   # Don't try to exec as it changes $[0], causing all sort of problems
2159   # (the dirname of $[0] is not the place where we might find the
2160   # original and so on.  Autoconf is especially sensible to this).
2161   . ./$as_me.lineno
2162   # Exit status is that of the last command.
2163   exit
2164 }
2165
2166
2167 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2168   *c*,-n*) ECHO_N= ECHO_C='
2169 ' ECHO_T='      ' ;;
2170   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2171   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
2172 esac
2173
2174 if expr a : '\(a\)' >/dev/null 2>&1; then
2175   as_expr=expr
2176 else
2177   as_expr=false
2178 fi
2179
2180 rm -f conf$$ conf$$.exe conf$$.file
2181 echo >conf$$.file
2182 if ln -s conf$$.file conf$$ 2>/dev/null; then
2183   # We could just check for DJGPP; but this test a) works b) is more generic
2184   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
2185   if test -f conf$$.exe; then
2186     # Don't use ln at all; we don't have any links
2187     as_ln_s='cp -p'
2188   else
2189     as_ln_s='ln -s'
2190   fi
2191 elif ln conf$$.file conf$$ 2>/dev/null; then
2192   as_ln_s=ln
2193 else
2194   as_ln_s='cp -p'
2195 fi
2196 rm -f conf$$ conf$$.exe conf$$.file
2197
2198 if mkdir -p . 2>/dev/null; then
2199   as_mkdir_p=:
2200 else
2201   as_mkdir_p=false
2202 fi
2203
2204 as_executable_p="test -f"
2205
2206 # Sed expression to map a string onto a valid CPP name.
2207 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
2208
2209 # Sed expression to map a string onto a valid variable name.
2210 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
2211
2212
2213 # IFS
2214 # We need space, tab and new line, in precisely that order.
2215 as_nl='
2216 '
2217 IFS="   $as_nl"
2218
2219 # CDPATH.
2220 $as_unset CDPATH
2221
2222 exec 6>&1
2223
2224 # Open the log real soon, to keep \$[0] and so on meaningful, and to
2225 # report actual input values of CONFIG_FILES etc. instead of their
2226 # values after options handling.  Logging --version etc. is OK.
2227 exec 5>>config.log
2228 {
2229   echo
2230   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2231 ## Running $as_me. ##
2232 _ASBOX
2233 } >&5
2234 cat >&5 <<_CSEOF
2235
2236 This file was extended by GNU Automake $as_me 1.7a, which was
2237 generated by GNU Autoconf 2.57a.  Invocation command line was
2238
2239   CONFIG_FILES    = $CONFIG_FILES
2240   CONFIG_HEADERS  = $CONFIG_HEADERS
2241   CONFIG_LINKS    = $CONFIG_LINKS
2242   CONFIG_COMMANDS = $CONFIG_COMMANDS
2243   $ $0 $@
2244
2245 _CSEOF
2246 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
2247 echo >&5
2248 _ACEOF
2249
2250 # Files that config.status was made for.
2251 if test -n "$ac_config_files"; then
2252   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
2253 fi
2254
2255 if test -n "$ac_config_headers"; then
2256   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
2257 fi
2258
2259 if test -n "$ac_config_links"; then
2260   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
2261 fi
2262
2263 if test -n "$ac_config_commands"; then
2264   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
2265 fi
2266
2267 cat >>$CONFIG_STATUS <<\_ACEOF
2268
2269 ac_cs_usage="\
2270 \`$as_me' instantiates files from templates according to the
2271 current configuration.
2272
2273 Usage: $0 [OPTIONS] [FILE]...
2274
2275   -h, --help       print this help, then exit
2276   -V, --version    print version number, then exit
2277   -q, --quiet      do not print progress messages
2278   -d, --debug      don't remove temporary files
2279       --recheck    update $as_me by reconfiguring in the same conditions
2280   --file=FILE[:TEMPLATE]
2281                    instantiate the configuration file FILE
2282
2283 Configuration files:
2284 $config_files
2285
2286 Report bugs to <bug-autoconf@gnu.org>."
2287 _ACEOF
2288
2289 cat >>$CONFIG_STATUS <<_ACEOF
2290 ac_cs_version="\\
2291 GNU Automake config.status 1.7a
2292 configured by $0, generated by GNU Autoconf 2.57a,
2293   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2294
2295 Copyright (C) 2003 Free Software Foundation, Inc.
2296 This config.status script is free software; the Free Software Foundation
2297 gives unlimited permission to copy, distribute and modify it."
2298 srcdir=$srcdir
2299 INSTALL="$INSTALL"
2300 _ACEOF
2301
2302 cat >>$CONFIG_STATUS <<\_ACEOF
2303 # If no file are specified by the user, then we need to provide default
2304 # value.  By we need to know if files were specified by the user.
2305 ac_need_defaults=:
2306 while test $# != 0
2307 do
2308   case $1 in
2309   --*=*)
2310     ac_option=`expr "x$1" : 'x\([^=]*\)='`
2311     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
2312     ac_shift=:
2313     ;;
2314   -*)
2315     ac_option=$1
2316     ac_optarg=$2
2317     ac_shift=shift
2318     ;;
2319   *) # This is not an option, so the user has probably given explicit
2320      # arguments.
2321      ac_option=$1
2322      ac_need_defaults=false;;
2323   esac
2324
2325   case $ac_option in
2326   # Handling of the options.
2327 _ACEOF
2328 cat >>$CONFIG_STATUS <<\_ACEOF
2329   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2330     ac_cs_recheck=: ;;
2331   --version | --vers* | -V )
2332     echo "$ac_cs_version"; exit 0 ;;
2333   --he | --h)
2334     # Conflict between --help and --header
2335     { { echo "$as_me:$LINENO: error: ambiguous option: $1
2336 Try \`$0 --help' for more information." >&5
2337 echo "$as_me: error: ambiguous option: $1
2338 Try \`$0 --help' for more information." >&2;}
2339    { (exit 1); exit 1; }; };;
2340   --help | --hel | -h )
2341     echo "$ac_cs_usage"; exit 0 ;;
2342   --debug | --d* | -d )
2343     debug=: ;;
2344   --file | --fil | --fi | --f )
2345     $ac_shift
2346     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2347     ac_need_defaults=false;;
2348   --header | --heade | --head | --hea )
2349     $ac_shift
2350     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
2351     ac_need_defaults=false;;
2352   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2353   | -silent | --silent | --silen | --sile | --sil | --si | --s)
2354     ac_cs_silent=: ;;
2355
2356   # This is an error.
2357   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
2358 Try \`$0 --help' for more information." >&5
2359 echo "$as_me: error: unrecognized option: $1
2360 Try \`$0 --help' for more information." >&2;}
2361    { (exit 1); exit 1; }; } ;;
2362
2363   *) ac_config_targets="$ac_config_targets $1" ;;
2364
2365   esac
2366   shift
2367 done
2368
2369 ac_configure_extra_args=
2370
2371 if $ac_cs_silent; then
2372   exec 6>/dev/null
2373   ac_configure_extra_args="$ac_configure_extra_args --silent"
2374 fi
2375
2376 _ACEOF
2377 cat >>$CONFIG_STATUS <<_ACEOF
2378 if \$ac_cs_recheck; then
2379   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2380   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2381 fi
2382
2383 _ACEOF
2384
2385
2386
2387
2388
2389 cat >>$CONFIG_STATUS <<\_ACEOF
2390 for ac_config_target in $ac_config_targets
2391 do
2392   case "$ac_config_target" in
2393   # Handling of arguments.
2394   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2395   "lib/Automake/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Automake/Makefile" ;;
2396   "lib/Automake/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Automake/tests/Makefile" ;;
2397   "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
2398   "lib/am/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/am/Makefile" ;;
2399   "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
2400   "tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
2401   "tests/defs" ) CONFIG_FILES="$CONFIG_FILES tests/defs" ;;
2402   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2403 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2404    { (exit 1); exit 1; }; };;
2405   esac
2406 done
2407
2408 # If the user did not use the arguments to specify the items to instantiate,
2409 # then the envvar interface is used.  Set only those that are not.
2410 # We use the long form for the default assignment because of an extremely
2411 # bizarre bug on SunOS 4.1.3.
2412 if $ac_need_defaults; then
2413   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2414 fi
2415
2416 # Have a temporary directory for convenience.  Make it in the build tree
2417 # simply because there is no reason to put it here, and in addition,
2418 # creating and moving files from /tmp can sometimes cause problems.
2419 # Create a temporary directory, and hook for its removal unless debugging.
2420 $debug ||
2421 {
2422   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
2423   trap '{ (exit 1); exit 1; }' 1 2 13 15
2424 }
2425
2426 # Create a (secure) tmp directory for tmp files.
2427
2428 {
2429   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
2430   test -n "$tmp" && test -d "$tmp"
2431 }  ||
2432 {
2433   tmp=./confstat$$-$RANDOM
2434   (umask 077 && mkdir $tmp)
2435 } ||
2436 {
2437    echo "$me: cannot create a temporary directory in ." >&2
2438    { (exit 1); exit 1; }
2439 }
2440
2441 _ACEOF
2442
2443 cat >>$CONFIG_STATUS <<_ACEOF
2444
2445 #
2446 # CONFIG_FILES section.
2447 #
2448
2449 # No need to generate the scripts if there are no CONFIG_FILES.
2450 # This happens for instance when ./config.status config.h
2451 if test -n "\$CONFIG_FILES"; then
2452   # Protect against being on the right side of a sed subst in config.status.
2453   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
2454    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
2455 s,@SHELL@,$SHELL,;t t
2456 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
2457 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
2458 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
2459 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
2460 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
2461 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
2462 s,@exec_prefix@,$exec_prefix,;t t
2463 s,@prefix@,$prefix,;t t
2464 s,@program_transform_name@,$program_transform_name,;t t
2465 s,@bindir@,$bindir,;t t
2466 s,@sbindir@,$sbindir,;t t
2467 s,@libexecdir@,$libexecdir,;t t
2468 s,@datadir@,$datadir,;t t
2469 s,@sysconfdir@,$sysconfdir,;t t
2470 s,@sharedstatedir@,$sharedstatedir,;t t
2471 s,@localstatedir@,$localstatedir,;t t
2472 s,@libdir@,$libdir,;t t
2473 s,@includedir@,$includedir,;t t
2474 s,@oldincludedir@,$oldincludedir,;t t
2475 s,@infodir@,$infodir,;t t
2476 s,@mandir@,$mandir,;t t
2477 s,@build_alias@,$build_alias,;t t
2478 s,@host_alias@,$host_alias,;t t
2479 s,@target_alias@,$target_alias,;t t
2480 s,@DEFS@,$DEFS,;t t
2481 s,@ECHO_C@,$ECHO_C,;t t
2482 s,@ECHO_N@,$ECHO_N,;t t
2483 s,@ECHO_T@,$ECHO_T,;t t
2484 s,@LIBS@,$LIBS,;t t
2485 s,@build@,$build,;t t
2486 s,@build_cpu@,$build_cpu,;t t
2487 s,@build_vendor@,$build_vendor,;t t
2488 s,@build_os@,$build_os,;t t
2489 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
2490 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
2491 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
2492 s,@CYGPATH_W@,$CYGPATH_W,;t t
2493 s,@PACKAGE@,$PACKAGE,;t t
2494 s,@VERSION@,$VERSION,;t t
2495 s,@ACLOCAL@,$ACLOCAL,;t t
2496 s,@AUTOCONF@,$AUTOCONF,;t t
2497 s,@AUTOMAKE@,$AUTOMAKE,;t t
2498 s,@AUTOHEADER@,$AUTOHEADER,;t t
2499 s,@MAKEINFO@,$MAKEINFO,;t t
2500 s,@AMTAR@,$AMTAR,;t t
2501 s,@install_sh@,$install_sh,;t t
2502 s,@STRIP@,$STRIP,;t t
2503 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
2504 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
2505 s,@AWK@,$AWK,;t t
2506 s,@SET_MAKE@,$SET_MAKE,;t t
2507 s,@am__leading_dot@,$am__leading_dot,;t t
2508 s,@APIVERSION@,$APIVERSION,;t t
2509 s,@pkgvdatadir@,$pkgvdatadir,;t t
2510 s,@PERL@,$PERL,;t t
2511 s,@TEX@,$TEX,;t t
2512 s,@LN@,$LN,;t t
2513 s,@MODIFICATION_DELAY@,$MODIFICATION_DELAY,;t t
2514 s,@EGREP@,$EGREP,;t t
2515 s,@FGREP@,$FGREP,;t t
2516 s,@LIBOBJS@,$LIBOBJS,;t t
2517 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
2518 CEOF
2519
2520 _ACEOF
2521
2522   cat >>$CONFIG_STATUS <<\_ACEOF
2523   # Split the substitutions into bite-sized pieces for seds with
2524   # small command number limits, like on Digital OSF/1 and HP-UX.
2525   ac_max_sed_lines=48
2526   ac_sed_frag=1 # Number of current file.
2527   ac_beg=1 # First line for current file.
2528   ac_end=$ac_max_sed_lines # Line after last line for current file.
2529   ac_more_lines=:
2530   ac_sed_cmds=
2531   while $ac_more_lines; do
2532     if test $ac_beg -gt 1; then
2533       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2534     else
2535       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2536     fi
2537     if test ! -s $tmp/subs.frag; then
2538       ac_more_lines=false
2539     else
2540       # The purpose of the label and of the branching condition is to
2541       # speed up the sed processing (if there are no `@' at all, there
2542       # is no need to browse any of the substitutions).
2543       # These are the two extra sed commands mentioned above.
2544       (echo ':t
2545   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
2546       if test -z "$ac_sed_cmds"; then
2547         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
2548       else
2549         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
2550       fi
2551       ac_sed_frag=`expr $ac_sed_frag + 1`
2552       ac_beg=$ac_end
2553       ac_end=`expr $ac_end + $ac_max_sed_lines`
2554     fi
2555   done
2556   if test -z "$ac_sed_cmds"; then
2557     ac_sed_cmds=cat
2558   fi
2559 fi # test -n "$CONFIG_FILES"
2560
2561 _ACEOF
2562 cat >>$CONFIG_STATUS <<\_ACEOF
2563 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
2564   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2565   case $ac_file in
2566   - | *:- | *:-:* ) # input from stdin
2567         cat >$tmp/stdin
2568         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2569         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2570   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2571         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2572   * )   ac_file_in=$ac_file.in ;;
2573   esac
2574
2575   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
2576   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
2577 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2578          X"$ac_file" : 'X\(//\)[^/]' \| \
2579          X"$ac_file" : 'X\(//\)$' \| \
2580          X"$ac_file" : 'X\(/\)' \| \
2581          .     : '\(.\)' 2>/dev/null ||
2582 echo X"$ac_file" |
2583     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2584           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2585           /^X\(\/\/\)$/{ s//\1/; q; }
2586           /^X\(\/\).*/{ s//\1/; q; }
2587           s/.*/./; q'`
2588   { if $as_mkdir_p; then
2589     mkdir -p "$ac_dir"
2590   else
2591     as_dir="$ac_dir"
2592     as_dirs=
2593     while test ! -d "$as_dir"; do
2594       as_dirs="$as_dir $as_dirs"
2595       as_dir=`(dirname "$as_dir") 2>/dev/null ||
2596 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2597          X"$as_dir" : 'X\(//\)[^/]' \| \
2598          X"$as_dir" : 'X\(//\)$' \| \
2599          X"$as_dir" : 'X\(/\)' \| \
2600          .     : '\(.\)' 2>/dev/null ||
2601 echo X"$as_dir" |
2602     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2603           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2604           /^X\(\/\/\)$/{ s//\1/; q; }
2605           /^X\(\/\).*/{ s//\1/; q; }
2606           s/.*/./; q'`
2607     done
2608     test ! -n "$as_dirs" || mkdir $as_dirs
2609   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
2610 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
2611    { (exit 1); exit 1; }; }; }
2612
2613   ac_builddir=.
2614
2615 if test "$ac_dir" != .; then
2616   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2617   # A "../" for each directory in $ac_dir_suffix.
2618   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
2619 else
2620   ac_dir_suffix= ac_top_builddir=
2621 fi
2622
2623 case $srcdir in
2624   .)  # No --srcdir option.  We are building in place.
2625     ac_srcdir=.
2626     if test -z "$ac_top_builddir"; then
2627        ac_top_srcdir=.
2628     else
2629        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
2630     fi ;;
2631   [\\/]* | ?:[\\/]* )  # Absolute path.
2632     ac_srcdir=$srcdir$ac_dir_suffix;
2633     ac_top_srcdir=$srcdir ;;
2634   *) # Relative path.
2635     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2636     ac_top_srcdir=$ac_top_builddir$srcdir ;;
2637 esac
2638 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
2639 # absolute.
2640 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
2641 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
2642 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
2643 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
2644
2645
2646   case $INSTALL in
2647   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
2648   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
2649   esac
2650
2651   if test x"$ac_file" != x-; then
2652     { echo "$as_me:$LINENO: creating $ac_file" >&5
2653 echo "$as_me: creating $ac_file" >&6;}
2654     rm -f "$ac_file"
2655   fi
2656   # Let's still pretend it is `configure' which instantiates (i.e., don't
2657   # use $as_me), people would be surprised to read:
2658   #    /* config.h.  Generated by config.status.  */
2659   if test x"$ac_file" = x-; then
2660     configure_input=
2661   else
2662     configure_input="$ac_file.  "
2663   fi
2664   configure_input=$configure_input"Generated from `echo $ac_file_in |
2665                                      sed 's,.*/,,'` by configure."
2666
2667   # First look for the input files in the build tree, otherwise in the
2668   # src tree.
2669   ac_file_inputs=`IFS=:
2670     for f in $ac_file_in; do
2671       case $f in
2672       -) echo $tmp/stdin ;;
2673       [\\/$]*)
2674          # Absolute (can't be DOS-style, as IFS=:)
2675          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2676 echo "$as_me: error: cannot find input file: $f" >&2;}
2677    { (exit 1); exit 1; }; }
2678          echo "$f";;
2679       *) # Relative
2680          if test -f "$f"; then
2681            # Build tree
2682            echo "$f"
2683          elif test -f "$srcdir/$f"; then
2684            # Source tree
2685            echo "$srcdir/$f"
2686          else
2687            # /dev/null tree
2688            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2689 echo "$as_me: error: cannot find input file: $f" >&2;}
2690    { (exit 1); exit 1; }; }
2691          fi;;
2692       esac
2693     done` || { (exit 1); exit 1; }
2694 _ACEOF
2695 cat >>$CONFIG_STATUS <<_ACEOF
2696   sed "$ac_vpsub
2697 $extrasub
2698 _ACEOF
2699 cat >>$CONFIG_STATUS <<\_ACEOF
2700 :t
2701 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2702 s,@configure_input@,$configure_input,;t t
2703 s,@srcdir@,$ac_srcdir,;t t
2704 s,@abs_srcdir@,$ac_abs_srcdir,;t t
2705 s,@top_srcdir@,$ac_top_srcdir,;t t
2706 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
2707 s,@builddir@,$ac_builddir,;t t
2708 s,@abs_builddir@,$ac_abs_builddir,;t t
2709 s,@top_builddir@,$ac_top_builddir,;t t
2710 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
2711 s,@INSTALL@,$ac_INSTALL,;t t
2712 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
2713   rm -f $tmp/stdin
2714   if test x"$ac_file" != x-; then
2715     mv $tmp/out $ac_file
2716   else
2717     cat $tmp/out
2718     rm -f $tmp/out
2719   fi
2720
2721 done
2722 _ACEOF
2723
2724 cat >>$CONFIG_STATUS <<\_ACEOF
2725
2726 { (exit 0); exit 0; }
2727 _ACEOF
2728 chmod +x $CONFIG_STATUS
2729 ac_clean_files=$ac_clean_files_save
2730
2731
2732 # configure is writing to config.log, and then calls config.status.
2733 # config.status does its own redirection, appending to config.log.
2734 # Unfortunately, on DOS this fails, as config.log is still kept open
2735 # by configure, so config.status won't be able to write to it; its
2736 # output is simply discarded.  So we exec the FD to /dev/null,
2737 # effectively closing config.log, so it can be properly (re)opened and
2738 # appended to by config.status.  When coming back to configure, we
2739 # need to make the FD available again.
2740 if test "$no_create" != yes; then
2741   ac_cs_success=:
2742   ac_config_status_args=
2743   test "$silent" = yes &&
2744     ac_config_status_args="$ac_config_status_args --quiet"
2745   exec 5>/dev/null
2746   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
2747   exec 5>>config.log
2748   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
2749   # would make configure fail if this is the last instruction.
2750   $ac_cs_success || { (exit 1); exit 1; }
2751 fi
2752