* configure.ac: Bump vesion to 1.7.5b.
[automake.git] / configure
blobad0d513a7e9fc424fe4b9a62a9deea1b992bb14c
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.57a for GNU Automake 1.7.5b.
5 # Report bugs to <bug-automake@gnu.org>.
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 ## --------------------- ##
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
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
33 # Work around bugs in pre-3.0 UWIN ksh.
34 $as_unset ENV MAIL MAILPATH
35 PS1='$ '
36 PS2='> '
37 PS4='+ '
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
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
50 done
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
59 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
60 as_basename=basename
61 else
62 as_basename=false
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'`
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
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=:
97 rm -f conf$$.sh
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
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
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
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; }; }
129 case $CONFIG_SHELL in
131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
132 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
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
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
155 esac
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 '
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; }; }
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
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
195 if expr a : '\(a\)' >/dev/null 2>&1; then
196 as_expr=expr
197 else
198 as_expr=false
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'
212 elif ln conf$$.file conf$$ 2>/dev/null; then
213 as_ln_s=ln
214 else
215 as_ln_s='cp -p'
217 rm -f conf$$ conf$$.exe conf$$.file
219 if mkdir -p . 2>/dev/null; then
220 as_mkdir_p=:
221 else
222 as_mkdir_p=false
225 as_executable_p="test -f"
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"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
234 # IFS
235 # We need space, tab and new line, in precisely that order.
236 as_nl='
238 IFS=" $as_nl"
240 # CDPATH.
241 $as_unset CDPATH
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`
249 exec 6>&1
252 # Initializations.
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}
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}
267 # Identity of this package.
268 PACKAGE_NAME='GNU Automake'
269 PACKAGE_TARNAME='automake'
270 PACKAGE_VERSION='1.7.5b'
271 PACKAGE_STRING='GNU Automake 1.7.5b'
272 PACKAGE_BUGREPORT='bug-automake@gnu.org'
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 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 EGREP FGREP LIBOBJS LTLIBOBJS'
276 ac_subst_files=''
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
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'
316 ac_prev=
317 for ac_option
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
326 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
328 # Accept the important Cygnus configure options, so we can diagnose typos.
330 case $ac_option in
332 -bindir | --bindir | --bindi | --bind | --bin | --bi)
333 ac_prev=bindir ;;
334 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
335 bindir=$ac_optarg ;;
337 -build | --build | --buil | --bui | --bu)
338 ac_prev=build_alias ;;
339 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
340 build_alias=$ac_optarg ;;
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 ;;
349 --config-cache | -C)
350 cache_file=config.cache ;;
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 ;;
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" ;;
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'" ;;
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 ;;
389 -gas | --gas | --ga | --g)
390 # Obsolete; use --with-gas.
391 with_gas=yes ;;
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 ;;
400 -host | --host | --hos | --ho)
401 ac_prev=host_alias ;;
402 -host=* | --host=* | --hos=* | --ho=*)
403 host_alias=$ac_optarg ;;
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 ;;
412 -infodir | --infodir | --infodi | --infod | --info | --inf)
413 ac_prev=infodir ;;
414 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
415 infodir=$ac_optarg ;;
417 -libdir | --libdir | --libdi | --libd)
418 ac_prev=libdir ;;
419 -libdir=* | --libdir=* | --libdi=* | --libd=*)
420 libdir=$ac_optarg ;;
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 ;;
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 ;;
438 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
439 ac_prev=mandir ;;
440 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
441 mandir=$ac_optarg ;;
443 -nfp | --nfp | --nf)
444 # Obsolete; use --without-fp.
445 with_fp=no ;;
447 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
448 | --no-cr | --no-c | -n)
449 no_create=yes ;;
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 ;;
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 ;;
464 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
465 ac_prev=prefix ;;
466 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
467 prefix=$ac_optarg ;;
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 ;;
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 ;;
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 ;;
500 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
501 | -silent | --silent | --silen | --sile | --sil)
502 silent=yes ;;
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 ;;
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 ;;
521 -site | --site | --sit)
522 ac_prev=site ;;
523 -site=* | --site=* | --sit=*)
524 site=$ac_optarg ;;
526 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
527 ac_prev=srcdir ;;
528 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
529 srcdir=$ac_optarg ;;
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 ;;
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 ;;
543 -v | -verbose | --verbose | --verbos | --verbo | --verb)
544 verbose=yes ;;
546 -version | --version | --versio | --versi | --vers | -V)
547 ac_init_version=: ;;
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'" ;;
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" ;;
571 --x)
572 # Obsolete; use --with-x.
573 with_x=yes ;;
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 ;;
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 ;;
589 -*) { echo "$as_me: error: unrecognized option: $ac_option
590 Try \`$0 --help' for more information." >&2
591 { (exit 1); exit 1; }; }
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 ;;
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}
612 esac
613 done
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; }; }
621 # Be sure to have absolute paths.
622 for ac_var in exec_prefix prefix
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
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
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
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
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
662 ac_tool_prefix=
663 test -n "$host_alias" && ac_tool_prefix=$host_alias-
665 test "$silent" = yes && exec 6>/dev/null
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=..
688 else
689 ac_srcdir_defaulted=no
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; }; }
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
718 # Report the --help message.
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.7.5b to adapt to many kinds of systems.
726 Usage: $0 [OPTION]... [VAR=VALUE]...
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.
731 Defaults for the options are specified in brackets.
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 \`..']
744 _ACEOF
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]
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'.
758 For better control, use the options below.
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
775 cat <<\_ACEOF
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 _ACEOF
784 if test -n "$ac_init_help"; then
785 case $ac_init_help in
786 short | recursive ) echo "Configuration of GNU Automake 1.7.5b:";;
787 esac
788 cat <<\_ACEOF
790 Report bugs to <bug-automake@gnu.org>.
791 _ACEOF
794 if test "$ac_init_help" = "recursive"; then
795 # If there are subdirs, report their specific --help.
796 ac_popdir=`pwd`
797 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
798 test -d $ac_dir || continue
799 ac_builddir=.
801 if test "$ac_dir" != .; then
802 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
803 # A "../" for each directory in $ac_dir_suffix.
804 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
805 else
806 ac_dir_suffix= ac_top_builddir=
809 case $srcdir in
810 .) # No --srcdir option. We are building in place.
811 ac_srcdir=.
812 if test -z "$ac_top_builddir"; then
813 ac_top_srcdir=.
814 else
815 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
816 fi ;;
817 [\\/]* | ?:[\\/]* ) # Absolute path.
818 ac_srcdir=$srcdir$ac_dir_suffix;
819 ac_top_srcdir=$srcdir ;;
820 *) # Relative path.
821 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
822 ac_top_srcdir=$ac_top_builddir$srcdir ;;
823 esac
824 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
825 # absolute.
826 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
827 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
828 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
829 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
831 cd $ac_dir
832 # Check for guested configure; otherwise get Cygnus style configure.
833 if test -f $ac_srcdir/configure.gnu; then
834 echo
835 $SHELL $ac_srcdir/configure.gnu --help=recursive
836 elif test -f $ac_srcdir/configure; then
837 echo
838 $SHELL $ac_srcdir/configure --help=recursive
839 elif test -f $ac_srcdir/configure.ac ||
840 test -f $ac_srcdir/configure.in; then
841 echo
842 $ac_configure --help
843 else
844 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
846 cd $ac_popdir
847 done
850 test -n "$ac_init_help" && exit 0
851 if $ac_init_version; then
852 cat <<\_ACEOF
853 GNU Automake configure 1.7.5b
854 generated by GNU Autoconf 2.57a
856 Copyright (C) 2003 Free Software Foundation, Inc.
857 This configure script is free software; the Free Software Foundation
858 gives unlimited permission to copy, distribute and modify it.
859 _ACEOF
860 exit 0
862 exec 5>config.log
863 cat >&5 <<_ACEOF
864 This file contains any messages produced by compilers while
865 running configure, to aid debugging if configure makes a mistake.
867 It was created by GNU Automake $as_me 1.7.5b, which was
868 generated by GNU Autoconf 2.57a. Invocation command line was
870 $ $0 $@
872 _ACEOF
874 cat <<_ASUNAME
875 ## --------- ##
876 ## Platform. ##
877 ## --------- ##
879 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
880 uname -m = `(uname -m) 2>/dev/null || echo unknown`
881 uname -r = `(uname -r) 2>/dev/null || echo unknown`
882 uname -s = `(uname -s) 2>/dev/null || echo unknown`
883 uname -v = `(uname -v) 2>/dev/null || echo unknown`
885 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
886 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
888 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
889 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
890 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
891 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
892 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
893 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
894 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
896 _ASUNAME
898 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
899 for as_dir in $PATH
901 IFS=$as_save_IFS
902 test -z "$as_dir" && as_dir=.
903 echo "PATH: $as_dir"
904 done
906 } >&5
908 cat >&5 <<_ACEOF
911 ## ----------- ##
912 ## Core tests. ##
913 ## ----------- ##
915 _ACEOF
918 # Keep a trace of the command line.
919 # Strip out --no-create and --no-recursion so they do not pile up.
920 # Strip out --silent because we don't want to record it for future runs.
921 # Also quote any args containing shell meta-characters.
922 # Make two passes to allow for proper duplicate-argument suppression.
923 ac_configure_args=
924 ac_configure_args0=
925 ac_configure_args1=
926 ac_sep=
927 ac_must_keep_next=false
928 for ac_pass in 1 2
930 for ac_arg
932 case $ac_arg in
933 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
934 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
935 | -silent | --silent | --silen | --sile | --sil)
936 continue ;;
937 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
938 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
939 esac
940 case $ac_pass in
941 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
943 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
944 if test $ac_must_keep_next = true; then
945 ac_must_keep_next=false # Got value, back to normal.
946 else
947 case $ac_arg in
948 *=* | --config-cache | -C | -disable-* | --disable-* \
949 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
950 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
951 | -with-* | --with-* | -without-* | --without-* | --x)
952 case "$ac_configure_args0 " in
953 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
954 esac
956 -* ) ac_must_keep_next=true ;;
957 esac
959 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
960 # Get rid of the leading space.
961 ac_sep=" "
963 esac
964 done
965 done
966 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
967 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
969 # When interrupted or exit'd, cleanup temporary files, and complete
970 # config.log. We remove comments because anyway the quotes in there
971 # would cause problems or look ugly.
972 # WARNING: Be sure not to use single quotes in there, as some shells,
973 # such as our DU 5.0 friend, will then `close' the trap.
974 trap 'exit_status=$?
975 # Save into config.log some information that might help in debugging.
977 echo
979 cat <<\_ASBOX
980 ## ---------------- ##
981 ## Cache variables. ##
982 ## ---------------- ##
983 _ASBOX
984 echo
985 # The following way of writing the cache mishandles newlines in values,
987 (set) 2>&1 |
988 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
989 *ac_space=\ *)
990 sed -n \
991 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
992 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
995 sed -n \
996 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
998 esac;
1000 echo
1002 cat <<\_ASBOX
1003 ## ----------------- ##
1004 ## Output variables. ##
1005 ## ----------------- ##
1006 _ASBOX
1007 echo
1008 for ac_var in $ac_subst_vars
1010 eval ac_val=$`echo $ac_var`
1011 echo "$ac_var='"'"'$ac_val'"'"'"
1012 done | sort
1013 echo
1015 if test -n "$ac_subst_files"; then
1016 cat <<\_ASBOX
1017 ## ------------- ##
1018 ## Output files. ##
1019 ## ------------- ##
1020 _ASBOX
1021 echo
1022 for ac_var in $ac_subst_files
1024 eval ac_val=$`echo $ac_var`
1025 echo "$ac_var='"'"'$ac_val'"'"'"
1026 done | sort
1027 echo
1030 if test -s confdefs.h; then
1031 cat <<\_ASBOX
1032 ## ----------- ##
1033 ## confdefs.h. ##
1034 ## ----------- ##
1035 _ASBOX
1036 echo
1037 sed "/^$/d" confdefs.h | sort
1038 echo
1040 test "$ac_signal" != 0 &&
1041 echo "$as_me: caught signal $ac_signal"
1042 echo "$as_me: exit $exit_status"
1043 } >&5
1044 rm -f core core.* *.core &&
1045 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1046 exit $exit_status
1048 for ac_signal in 1 2 13 15; do
1049 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1050 done
1051 ac_signal=0
1053 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1054 rm -rf conftest* confdefs.h
1055 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1056 echo >confdefs.h
1058 # Predefined preprocessor variables.
1060 cat >>confdefs.h <<_ACEOF
1061 #define PACKAGE_NAME "$PACKAGE_NAME"
1062 _ACEOF
1065 cat >>confdefs.h <<_ACEOF
1066 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1067 _ACEOF
1070 cat >>confdefs.h <<_ACEOF
1071 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1072 _ACEOF
1075 cat >>confdefs.h <<_ACEOF
1076 #define PACKAGE_STRING "$PACKAGE_STRING"
1077 _ACEOF
1080 cat >>confdefs.h <<_ACEOF
1081 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1082 _ACEOF
1085 # Let the site file select an alternate cache file if it wants to.
1086 # Prefer explicitly selected file to automatically selected ones.
1087 if test -z "$CONFIG_SITE"; then
1088 if test "x$prefix" != xNONE; then
1089 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1090 else
1091 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1094 for ac_site_file in $CONFIG_SITE; do
1095 if test -r "$ac_site_file"; then
1096 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1097 echo "$as_me: loading site script $ac_site_file" >&6;}
1098 sed 's/^/| /' "$ac_site_file" >&5
1099 . "$ac_site_file"
1101 done
1103 if test -r "$cache_file"; then
1104 # Some versions of bash will fail to source /dev/null (special
1105 # files actually), so we avoid doing that.
1106 if test -f "$cache_file"; then
1107 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1108 echo "$as_me: loading cache $cache_file" >&6;}
1109 case $cache_file in
1110 [\\/]* | ?:[\\/]* ) . $cache_file;;
1111 *) . ./$cache_file;;
1112 esac
1114 else
1115 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1116 echo "$as_me: creating cache $cache_file" >&6;}
1117 >$cache_file
1120 # Check that the precious variables saved in the cache have kept the same
1121 # value.
1122 ac_cache_corrupted=false
1123 for ac_var in `(set) 2>&1 |
1124 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1125 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1126 eval ac_new_set=\$ac_env_${ac_var}_set
1127 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1128 eval ac_new_val="\$ac_env_${ac_var}_value"
1129 case $ac_old_set,$ac_new_set in
1130 set,)
1131 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1132 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1133 ac_cache_corrupted=: ;;
1134 ,set)
1135 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1136 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1137 ac_cache_corrupted=: ;;
1138 ,);;
1140 if test "x$ac_old_val" != "x$ac_new_val"; then
1141 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1142 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1143 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1144 echo "$as_me: former value: $ac_old_val" >&2;}
1145 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1146 echo "$as_me: current value: $ac_new_val" >&2;}
1147 ac_cache_corrupted=:
1148 fi;;
1149 esac
1150 # Pass precious variables to config.status.
1151 if test "$ac_new_set" = set; then
1152 case $ac_new_val in
1153 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1154 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1155 *) ac_arg=$ac_var=$ac_new_val ;;
1156 esac
1157 case " $ac_configure_args " in
1158 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1159 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1160 esac
1162 done
1163 if $ac_cache_corrupted; then
1164 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1165 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1166 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1167 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1168 { (exit 1); exit 1; }; }
1171 ac_ext=c
1172 ac_cpp='$CPP $CPPFLAGS'
1173 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1174 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1175 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1205 ac_aux_dir=
1206 for ac_dir in lib $srcdir/lib; do
1207 if test -f $ac_dir/install-sh; then
1208 ac_aux_dir=$ac_dir
1209 ac_install_sh="$ac_aux_dir/install-sh -c"
1210 break
1211 elif test -f $ac_dir/install.sh; then
1212 ac_aux_dir=$ac_dir
1213 ac_install_sh="$ac_aux_dir/install.sh -c"
1214 break
1215 elif test -f $ac_dir/shtool; then
1216 ac_aux_dir=$ac_dir
1217 ac_install_sh="$ac_aux_dir/shtool install -c"
1218 break
1220 done
1221 if test -z "$ac_aux_dir"; then
1222 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in lib $srcdir/lib" >&5
1223 echo "$as_me: error: cannot find install-sh or install.sh in lib $srcdir/lib" >&2;}
1224 { (exit 1); exit 1; }; }
1226 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1227 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1228 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1231 # Save the AUTOCONF setting before AM_INIT_AUTOMAKE overrides it;
1232 # this way we can run Autoconf tests from configure without being
1233 # bothered by `missing'.
1234 am_AUTOCONF=${AUTOCONF-autoconf}
1236 am__api_version="1.7"
1237 # Find a good install program. We prefer a C program (faster),
1238 # so one script is as good as another. But avoid the broken or
1239 # incompatible versions:
1240 # SysV /etc/install, /usr/sbin/install
1241 # SunOS /usr/etc/install
1242 # IRIX /sbin/install
1243 # AIX /bin/install
1244 # AmigaOS /C/install, which installs bootblocks on floppy discs
1245 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1246 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1247 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1248 # OS/2's system install, which has a completely different semantic
1249 # ./install, which can be erroneously created by make from ./install.sh.
1250 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1251 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1252 if test -z "$INSTALL"; then
1253 if test "${ac_cv_path_install+set}" = set; then
1254 echo $ECHO_N "(cached) $ECHO_C" >&6
1255 else
1256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1257 for as_dir in $PATH
1259 IFS=$as_save_IFS
1260 test -z "$as_dir" && as_dir=.
1261 # Account for people who put trailing slashes in PATH elements.
1262 case $as_dir/ in
1263 ./ | .// | /cC/* | \
1264 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1265 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1266 /usr/ucb/* ) ;;
1268 # OSF1 and SCO ODT 3.0 have their own names for install.
1269 # Don't use installbsd from OSF since it installs stuff as root
1270 # by default.
1271 for ac_prog in ginstall scoinst install; do
1272 for ac_exec_ext in '' $ac_executable_extensions; do
1273 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1274 if test $ac_prog = install &&
1275 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1276 # AIX install. It has an incompatible calling convention.
1278 elif test $ac_prog = install &&
1279 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1280 # program-specific install script used by HP pwplus--don't use.
1282 else
1283 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1284 break 3
1287 done
1288 done
1290 esac
1291 done
1295 if test "${ac_cv_path_install+set}" = set; then
1296 INSTALL=$ac_cv_path_install
1297 else
1298 # As a last resort, use the slow shell script. We don't cache a
1299 # path for INSTALL within a source directory, because that will
1300 # break other packages using the cache if that directory is
1301 # removed, or if the path is relative.
1302 INSTALL=$ac_install_sh
1305 echo "$as_me:$LINENO: result: $INSTALL" >&5
1306 echo "${ECHO_T}$INSTALL" >&6
1308 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1309 # It thinks the first close brace ends the variable substitution.
1310 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1312 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1314 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1316 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1317 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1318 # Just in case
1319 sleep 1
1320 echo timestamp > conftest.file
1321 # Do `set' in a subshell so we don't clobber the current shell's
1322 # arguments. Must try -L first in case configure is actually a
1323 # symlink; some systems play weird games with the mod time of symlinks
1324 # (eg FreeBSD returns the mod time of the symlink's containing
1325 # directory).
1326 if (
1327 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1328 if test "$*" = "X"; then
1329 # -L didn't work.
1330 set X `ls -t $srcdir/configure conftest.file`
1332 rm -f conftest.file
1333 if test "$*" != "X $srcdir/configure conftest.file" \
1334 && test "$*" != "X conftest.file $srcdir/configure"; then
1336 # If neither matched, then we have a broken ls. This can happen
1337 # if, for instance, CONFIG_SHELL is bash and it inherits a
1338 # broken ls alias from the environment. This has actually
1339 # happened. Such a system could not be considered "sane".
1340 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1341 alias in your environment" >&5
1342 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1343 alias in your environment" >&2;}
1344 { (exit 1); exit 1; }; }
1347 test "$2" = conftest.file
1349 then
1350 # Ok.
1352 else
1353 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1354 Check your system clock" >&5
1355 echo "$as_me: error: newly created file is older than distributed files!
1356 Check your system clock" >&2;}
1357 { (exit 1); exit 1; }; }
1359 echo "$as_me:$LINENO: result: yes" >&5
1360 echo "${ECHO_T}yes" >&6
1361 test "$program_prefix" != NONE &&
1362 program_transform_name="s,^,$program_prefix,;$program_transform_name"
1363 # Use a double $ so make ignores it.
1364 test "$program_suffix" != NONE &&
1365 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1366 # Double any \ or $. echo might interpret backslashes.
1367 # By default was `s,x,x', remove it if useless.
1368 cat <<\_ACEOF >conftest.sed
1369 s/[\\$]/&&/g;s/;s,x,x,$//
1370 _ACEOF
1371 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1372 rm conftest.sed
1375 # expand $ac_aux_dir to an absolute path
1376 am_aux_dir=`cd $ac_aux_dir && pwd`
1378 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1379 # Use eval to expand $SHELL
1380 if eval "$MISSING --run true"; then
1381 am_missing_run="$MISSING --run "
1382 else
1383 am_missing_run=
1384 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1385 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1388 for ac_prog in gawk mawk nawk awk
1390 # Extract the first word of "$ac_prog", so it can be a program name with args.
1391 set dummy $ac_prog; ac_word=$2
1392 echo "$as_me:$LINENO: checking for $ac_word" >&5
1393 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1394 if test "${ac_cv_prog_AWK+set}" = set; then
1395 echo $ECHO_N "(cached) $ECHO_C" >&6
1396 else
1397 if test -n "$AWK"; then
1398 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1399 else
1400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1401 for as_dir in $PATH
1403 IFS=$as_save_IFS
1404 test -z "$as_dir" && as_dir=.
1405 for ac_exec_ext in '' $ac_executable_extensions; do
1406 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1407 ac_cv_prog_AWK="$ac_prog"
1408 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1409 break 2
1411 done
1412 done
1416 AWK=$ac_cv_prog_AWK
1417 if test -n "$AWK"; then
1418 echo "$as_me:$LINENO: result: $AWK" >&5
1419 echo "${ECHO_T}$AWK" >&6
1420 else
1421 echo "$as_me:$LINENO: result: no" >&5
1422 echo "${ECHO_T}no" >&6
1425 test -n "$AWK" && break
1426 done
1428 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1429 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1430 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1431 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1432 echo $ECHO_N "(cached) $ECHO_C" >&6
1433 else
1434 cat >conftest.make <<\_ACEOF
1435 all:
1436 @echo 'ac_maketemp="$(MAKE)"'
1437 _ACEOF
1438 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1439 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1440 if test -n "$ac_maketemp"; then
1441 eval ac_cv_prog_make_${ac_make}_set=yes
1442 else
1443 eval ac_cv_prog_make_${ac_make}_set=no
1445 rm -f conftest.make
1447 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1448 echo "$as_me:$LINENO: result: yes" >&5
1449 echo "${ECHO_T}yes" >&6
1450 SET_MAKE=
1451 else
1452 echo "$as_me:$LINENO: result: no" >&5
1453 echo "${ECHO_T}no" >&6
1454 SET_MAKE="MAKE=${MAKE-make}"
1457 rm -rf .tst 2>/dev/null
1458 mkdir .tst 2>/dev/null
1459 if test -d .tst; then
1460 am__leading_dot=.
1461 else
1462 am__leading_dot=_
1464 rmdir .tst 2>/dev/null
1466 # test to see if srcdir already configured
1467 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1468 test -f $srcdir/config.status; then
1469 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1470 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1471 { (exit 1); exit 1; }; }
1474 # test whether we have cygpath
1475 if test -z "$CYGPATH_W"; then
1476 if (cygpath --version) >/dev/null 2>/dev/null; then
1477 CYGPATH_W='cygpath -w'
1478 else
1479 CYGPATH_W=echo
1484 # Define the identity of the package.
1485 PACKAGE='automake'
1486 VERSION='1.7.5b'
1489 cat >>confdefs.h <<_ACEOF
1490 #define PACKAGE "$PACKAGE"
1491 _ACEOF
1494 cat >>confdefs.h <<_ACEOF
1495 #define VERSION "$VERSION"
1496 _ACEOF
1498 # Some tools Automake needs.
1500 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1503 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1506 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1509 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1512 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1515 AMTAR=${AMTAR-"${am_missing_run}tar"}
1517 install_sh=${install_sh-"$am_aux_dir/install-sh"}
1519 # Installed binaries are usually stripped using `strip' when the user
1520 # run `make install-strip'. However `strip' might not be the right
1521 # tool to use in cross-compilation environments, therefore Automake
1522 # will honor the `STRIP' environment variable to overrule this program.
1523 if test "$cross_compiling" != no; then
1524 if test -n "$ac_tool_prefix"; then
1525 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1526 set dummy ${ac_tool_prefix}strip; ac_word=$2
1527 echo "$as_me:$LINENO: checking for $ac_word" >&5
1528 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1529 if test "${ac_cv_prog_STRIP+set}" = set; then
1530 echo $ECHO_N "(cached) $ECHO_C" >&6
1531 else
1532 if test -n "$STRIP"; then
1533 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1534 else
1535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1536 for as_dir in $PATH
1538 IFS=$as_save_IFS
1539 test -z "$as_dir" && as_dir=.
1540 for ac_exec_ext in '' $ac_executable_extensions; do
1541 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1542 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1543 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1544 break 2
1546 done
1547 done
1551 STRIP=$ac_cv_prog_STRIP
1552 if test -n "$STRIP"; then
1553 echo "$as_me:$LINENO: result: $STRIP" >&5
1554 echo "${ECHO_T}$STRIP" >&6
1555 else
1556 echo "$as_me:$LINENO: result: no" >&5
1557 echo "${ECHO_T}no" >&6
1561 if test -z "$ac_cv_prog_STRIP"; then
1562 ac_ct_STRIP=$STRIP
1563 # Extract the first word of "strip", so it can be a program name with args.
1564 set dummy strip; ac_word=$2
1565 echo "$as_me:$LINENO: checking for $ac_word" >&5
1566 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1567 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1568 echo $ECHO_N "(cached) $ECHO_C" >&6
1569 else
1570 if test -n "$ac_ct_STRIP"; then
1571 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1572 else
1573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1574 for as_dir in $PATH
1576 IFS=$as_save_IFS
1577 test -z "$as_dir" && as_dir=.
1578 for ac_exec_ext in '' $ac_executable_extensions; do
1579 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1580 ac_cv_prog_ac_ct_STRIP="strip"
1581 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1582 break 2
1584 done
1585 done
1587 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1590 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1591 if test -n "$ac_ct_STRIP"; then
1592 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1593 echo "${ECHO_T}$ac_ct_STRIP" >&6
1594 else
1595 echo "$as_me:$LINENO: result: no" >&5
1596 echo "${ECHO_T}no" >&6
1599 STRIP=$ac_ct_STRIP
1600 else
1601 STRIP="$ac_cv_prog_STRIP"
1605 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1607 # We need awk for the "check" target. The system "awk" is bad on
1608 # some platforms.
1613 # The API version is the base version. We must guarantee
1614 # compatibility for all releases with the same API version.
1615 # Our current rule is that:
1616 # * All releases, including the prereleases, in an X.Y series
1617 # are compatible. So 1.5.1c is compatible with 1.5.
1618 # * Prereleases on the trunk are all incompatible -- 1.5b and 1.5c
1619 # aren't the same.
1620 APIVERSION=`echo "$VERSION" | sed -e 's/^\([0-9]*\.[0-9]*[a-z]*\).*$/\1/'`
1623 # A versioned directory, defined here for convenience.
1624 pkgvdatadir="\${datadir}/automake-${APIVERSION}"
1627 # $AUTOMAKE and $ACLOCAL are always run after a `cd $top_srcdir',
1628 # hence `.' is really what we want for perllibdir and libdir.
1629 ACLOCAL="perllibdir=./lib `pwd`/aclocal --acdir=m4 -I `pwd`/m4"
1630 AUTOMAKE="perllibdir=./lib `pwd`/automake --libdir=lib"
1632 # Extract the first word of "perl", so it can be a program name with args.
1633 set dummy perl; ac_word=$2
1634 echo "$as_me:$LINENO: checking for $ac_word" >&5
1635 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1636 if test "${ac_cv_path_PERL+set}" = set; then
1637 echo $ECHO_N "(cached) $ECHO_C" >&6
1638 else
1639 case $PERL in
1640 [\\/]* | ?:[\\/]*)
1641 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
1644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1645 for as_dir in $PATH
1647 IFS=$as_save_IFS
1648 test -z "$as_dir" && as_dir=.
1649 for ac_exec_ext in '' $ac_executable_extensions; do
1650 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1651 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
1652 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1653 break 2
1655 done
1656 done
1659 esac
1661 PERL=$ac_cv_path_PERL
1663 if test -n "$PERL"; then
1664 echo "$as_me:$LINENO: result: $PERL" >&5
1665 echo "${ECHO_T}$PERL" >&6
1666 else
1667 echo "$as_me:$LINENO: result: no" >&5
1668 echo "${ECHO_T}no" >&6
1671 if test -z "$PERL"; then
1672 { { echo "$as_me:$LINENO: error: perl not found" >&5
1673 echo "$as_me: error: perl not found" >&2;}
1674 { (exit 1); exit 1; }; }
1676 $PERL -e 'require 5.005;' || {
1677 { { echo "$as_me:$LINENO: error: perl 5.005 or better is required" >&5
1678 echo "$as_me: error: perl 5.005 or better is required" >&2;}
1679 { (exit 1); exit 1; }; }
1682 # The test suite will skip some tests if tex is absent.
1683 # Extract the first word of "tex", so it can be a program name with args.
1684 set dummy tex; ac_word=$2
1685 echo "$as_me:$LINENO: checking for $ac_word" >&5
1686 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1687 if test "${ac_cv_prog_TEX+set}" = set; then
1688 echo $ECHO_N "(cached) $ECHO_C" >&6
1689 else
1690 if test -n "$TEX"; then
1691 ac_cv_prog_TEX="$TEX" # Let the user override the test.
1692 else
1693 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1694 for as_dir in $PATH
1696 IFS=$as_save_IFS
1697 test -z "$as_dir" && as_dir=.
1698 for ac_exec_ext in '' $ac_executable_extensions; do
1699 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1700 ac_cv_prog_TEX="tex"
1701 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1702 break 2
1704 done
1705 done
1709 TEX=$ac_cv_prog_TEX
1710 if test -n "$TEX"; then
1711 echo "$as_me:$LINENO: result: $TEX" >&5
1712 echo "${ECHO_T}$TEX" >&6
1713 else
1714 echo "$as_me:$LINENO: result: no" >&5
1715 echo "${ECHO_T}no" >&6
1719 # Test for Autoconf. We run Autoconf in a subdirectory to ease
1720 # deletion of any files created (such as those added to
1721 # autom4te.cache).
1722 mkdir conftest
1723 echo 'AC''_PREREQ(2.54)' > conftest/conftest.ac
1724 { echo "$as_me:$LINENO: cd conftest && eval $am_AUTOCONF -o /dev/null conftest.ac" >&5
1725 (cd conftest && eval $am_AUTOCONF -o /dev/null conftest.ac) >&5 2>&5
1726 ac_status=$?
1727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1728 (exit $ac_status); } || {
1729 { { echo "$as_me:$LINENO: error: Autoconf 2.54 or better is required.
1730 Is it installed? Is it in your PATH? (try running \`autoconf --version')
1731 Is it working? See also config.log for error messages before this one." >&5
1732 echo "$as_me: error: Autoconf 2.54 or better is required.
1733 Is it installed? Is it in your PATH? (try running \`autoconf --version')
1734 Is it working? See also config.log for error messages before this one." >&2;}
1735 { (exit 1); exit 1; }; }
1737 rm -rf conftest
1739 # Test for ln. We need use it to install the versioned binaries.
1740 echo "$as_me:$LINENO: checking whether ln works" >&5
1741 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6
1742 if test "${am_cv_prog_ln+set}" = set; then
1743 echo $ECHO_N "(cached) $ECHO_C" >&6
1744 else
1746 rm -f conftest conftest.file
1747 : >conftest.file
1748 if ln conftest.file conftest 2>/dev/null; then
1749 am_cv_prog_ln=ln
1750 else
1751 am_cv_prog_ln='cp -p'
1753 rm -f conftest conftest.file
1756 LN=$am_cv_prog_ln
1758 result=no
1759 test "x$am_cv_prog_ln" = xln && result=yes
1760 echo "$as_me:$LINENO: result: $result" >&5
1761 echo "${ECHO_T}$result" >&6
1763 # Test for things needed by the test suite.
1764 echo "$as_me:$LINENO: checking for egrep" >&5
1765 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
1766 if test "${ac_cv_prog_egrep+set}" = set; then
1767 echo $ECHO_N "(cached) $ECHO_C" >&6
1768 else
1769 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
1770 then ac_cv_prog_egrep='grep -E'
1771 else ac_cv_prog_egrep='egrep'
1774 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
1775 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
1776 EGREP=$ac_cv_prog_egrep
1779 echo "$as_me:$LINENO: checking for fgrep" >&5
1780 echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
1781 if test "${ac_cv_prog_fgrep+set}" = set; then
1782 echo $ECHO_N "(cached) $ECHO_C" >&6
1783 else
1784 if echo 'ab*c' | (grep -F 'ab*c') >/dev/null 2>&1
1785 then ac_cv_prog_fgrep='grep -F'
1786 else ac_cv_prog_fgrep='fgrep'
1789 echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
1790 echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
1791 FGREP=$ac_cv_prog_fgrep
1795 ac_config_files="$ac_config_files Makefile lib/Automake/Makefile lib/Makefile lib/am/Makefile m4/Makefile m4/amversion.m4:m4/amversion.in tests/Makefile tests/defs"
1798 cat >confcache <<\_ACEOF
1799 # This file is a shell script that caches the results of configure
1800 # tests run on this system so they can be shared between configure
1801 # scripts and configure runs, see configure's option --config-cache.
1802 # It is not useful on other systems. If it contains results you don't
1803 # want to keep, you may remove or edit it.
1805 # config.status only pays attention to the cache file if you give it
1806 # the --recheck option to rerun configure.
1808 # `ac_cv_env_foo' variables (set or unset) will be overridden when
1809 # loading this file, other *unset* `ac_cv_foo' will be assigned the
1810 # following values.
1812 _ACEOF
1814 # The following way of writing the cache mishandles newlines in values,
1815 # but we know of no workaround that is simple, portable, and efficient.
1816 # So, don't put newlines in cache variables' values.
1817 # Ultrix sh set writes to stderr and can't be redirected directly,
1818 # and sets the high bit in the cache file unless we assign to the vars.
1820 (set) 2>&1 |
1821 case `(ac_space=' '; set | grep ac_space) 2>&1` in
1822 *ac_space=\ *)
1823 # `set' does not quote correctly, so add quotes (double-quote
1824 # substitution turns \\\\ into \\, and sed turns \\ into \).
1825 sed -n \
1826 "s/'/'\\\\''/g;
1827 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1830 # `set' quotes correctly as required by POSIX, so do not add quotes.
1831 sed -n \
1832 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1834 esac;
1836 sed '
1837 t clear
1838 : clear
1839 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1840 t end
1841 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1842 : end' >>confcache
1843 if diff $cache_file confcache >/dev/null 2>&1; then :; else
1844 if test -w $cache_file; then
1845 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
1846 cat confcache >$cache_file
1847 else
1848 echo "not updating unwritable cache $cache_file"
1851 rm -f confcache
1853 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1854 # Let make expand exec_prefix.
1855 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1857 # VPATH may cause trouble with some makes, so we remove $(srcdir),
1858 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
1859 # trailing colons and then remove the whole line if VPATH becomes empty
1860 # (actually we leave an empty line to preserve line numbers).
1861 if test "x$srcdir" = x.; then
1862 ac_vpsub='/^[ ]*VPATH[ ]*=/{
1863 s/:*\$(srcdir):*/:/;
1864 s/:*\${srcdir}:*/:/;
1865 s/:*@srcdir@:*/:/;
1866 s/^\([^=]*=[ ]*\):*/\1/;
1867 s/:*$//;
1868 s/^[^=]*=[ ]*$//;
1872 # Transform confdefs.h into DEFS.
1873 # Protect against shell expansion while executing Makefile rules.
1874 # Protect against Makefile macro expansion.
1876 # If the first sed substitution is executed (which looks for macros that
1877 # take arguments), then we branch to the quote section. Otherwise,
1878 # look for a macro that doesn't take arguments.
1879 cat >confdef2opt.sed <<\_ACEOF
1880 t clear
1881 : clear
1882 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
1883 t quote
1884 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
1885 t quote
1887 : quote
1888 s,[ `~#$^&*(){}\\|;'"<>?],\\&,g
1889 s,\[,\\&,g
1890 s,\],\\&,g
1891 s,\$,$$,g
1893 _ACEOF
1894 # We use echo to avoid assuming a particular line-breaking character.
1895 # The extra dot is to prevent the shell from consuming trailing
1896 # line-breaks from the sub-command output. A line-break within
1897 # single-quotes doesn't work because, if this script is created in a
1898 # platform that uses two characters for line-breaks (e.g., DOS), tr
1899 # would break.
1900 ac_LF_and_DOT=`echo; echo .`
1901 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
1902 rm -f confdef2opt.sed
1905 ac_libobjs=
1906 ac_ltlibobjs=
1907 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1908 # 1. Remove the extension, and $U if already installed.
1909 ac_i=`echo "$ac_i" |
1910 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
1911 # 2. Add them.
1912 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
1913 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
1914 done
1915 LIBOBJS=$ac_libobjs
1917 LTLIBOBJS=$ac_ltlibobjs
1921 : ${CONFIG_STATUS=./config.status}
1922 ac_clean_files_save=$ac_clean_files
1923 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1924 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
1925 echo "$as_me: creating $CONFIG_STATUS" >&6;}
1926 cat >$CONFIG_STATUS <<_ACEOF
1927 #! $SHELL
1928 # Generated by $as_me.
1929 # Run this file to recreate the current configuration.
1930 # Compiler output produced by configure, useful for debugging
1931 # configure, is in config.log if it exists.
1933 debug=false
1934 ac_cs_recheck=false
1935 ac_cs_silent=false
1936 SHELL=\${CONFIG_SHELL-$SHELL}
1937 _ACEOF
1939 cat >>$CONFIG_STATUS <<\_ACEOF
1940 ## --------------------- ##
1941 ## M4sh Initialization. ##
1942 ## --------------------- ##
1944 # Be Bourne compatible
1945 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1946 emulate sh
1947 NULLCMD=:
1948 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1949 # is contrary to our usage. Disable this feature.
1950 alias -g '${1+"$@"}'='"$@"'
1951 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
1952 set -o posix
1955 # Support unset when possible.
1956 if (as_foo=foo; unset as_foo) >/dev/null 2>&1; then
1957 as_unset=unset
1958 else
1959 as_unset=false
1963 # Work around bugs in pre-3.0 UWIN ksh.
1964 $as_unset ENV MAIL MAILPATH
1965 PS1='$ '
1966 PS2='> '
1967 PS4='+ '
1969 # NLS nuisances.
1970 for as_var in \
1971 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
1972 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
1973 LC_TELEPHONE LC_TIME
1975 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
1976 eval $as_var=C; export $as_var
1977 else
1978 $as_unset $as_var
1980 done
1982 # Required to use basename.
1983 if expr a : '\(a\)' >/dev/null 2>&1; then
1984 as_expr=expr
1985 else
1986 as_expr=false
1989 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
1990 as_basename=basename
1991 else
1992 as_basename=false
1996 # Name of the executable.
1997 as_me=`$as_basename "$0" ||
1998 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1999 X"$0" : 'X\(//\)$' \| \
2000 X"$0" : 'X\(/\)$' \| \
2001 . : '\(.\)' 2>/dev/null ||
2002 echo X/"$0" |
2003 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2004 /^X\/\(\/\/\)$/{ s//\1/; q; }
2005 /^X\/\(\/\).*/{ s//\1/; q; }
2006 s/.*/./; q'`
2009 # PATH needs CR, and LINENO needs CR and PATH.
2010 # Avoid depending upon Character Ranges.
2011 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2012 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2013 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2014 as_cr_digits='0123456789'
2015 as_cr_alnum=$as_cr_Letters$as_cr_digits
2017 # The user is always right.
2018 if test "${PATH_SEPARATOR+set}" != set; then
2019 echo "#! /bin/sh" >conf$$.sh
2020 echo "exit 0" >>conf$$.sh
2021 chmod +x conf$$.sh
2022 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2023 PATH_SEPARATOR=';'
2024 else
2025 PATH_SEPARATOR=:
2027 rm -f conf$$.sh
2031 as_lineno_1=$LINENO
2032 as_lineno_2=$LINENO
2033 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2034 test "x$as_lineno_1" != "x$as_lineno_2" &&
2035 test "x$as_lineno_3" = "x$as_lineno_2" || {
2036 # Find who we are. Look in the path if we contain no path at all
2037 # relative or not.
2038 case $0 in
2039 *[\\/]* ) as_myself=$0 ;;
2040 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2041 for as_dir in $PATH
2043 IFS=$as_save_IFS
2044 test -z "$as_dir" && as_dir=.
2045 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2046 done
2049 esac
2050 # We did not find ourselves, most probably we were run as `sh COMMAND'
2051 # in which case we are not to be found in the path.
2052 if test "x$as_myself" = x; then
2053 as_myself=$0
2055 if test ! -f "$as_myself"; then
2056 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
2057 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
2058 { (exit 1); exit 1; }; }
2060 case $CONFIG_SHELL in
2062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2063 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2065 IFS=$as_save_IFS
2066 test -z "$as_dir" && as_dir=.
2067 for as_base in sh bash ksh sh5; do
2068 case $as_dir in
2070 if ("$as_dir/$as_base" -c '
2071 as_lineno_1=$LINENO
2072 as_lineno_2=$LINENO
2073 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2074 test "x$as_lineno_1" != "x$as_lineno_2" &&
2075 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
2076 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2077 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2078 CONFIG_SHELL=$as_dir/$as_base
2079 export CONFIG_SHELL
2080 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2081 fi;;
2082 esac
2083 done
2084 done
2086 esac
2088 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2089 # uniformly replaced by the line number. The first 'sed' inserts a
2090 # line-number line before each line; the second 'sed' does the real
2091 # work. The second script uses 'N' to pair each line-number line
2092 # with the numbered line, and appends trailing '-' during
2093 # substitution so that $LINENO is not a special case at line end.
2094 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2095 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
2096 sed '=' <$as_myself |
2097 sed '
2099 s,$,-,
2100 : loop
2101 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2102 t loop
2103 s,-$,,
2104 s,^['$as_cr_digits']*\n,,
2105 ' >$as_me.lineno &&
2106 chmod +x $as_me.lineno ||
2107 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
2108 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
2109 { (exit 1); exit 1; }; }
2111 # Don't try to exec as it changes $[0], causing all sort of problems
2112 # (the dirname of $[0] is not the place where we might find the
2113 # original and so on. Autoconf is especially sensible to this).
2114 . ./$as_me.lineno
2115 # Exit status is that of the last command.
2116 exit
2120 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2121 *c*,-n*) ECHO_N= ECHO_C='
2122 ' ECHO_T=' ' ;;
2123 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2124 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
2125 esac
2127 if expr a : '\(a\)' >/dev/null 2>&1; then
2128 as_expr=expr
2129 else
2130 as_expr=false
2133 rm -f conf$$ conf$$.exe conf$$.file
2134 echo >conf$$.file
2135 if ln -s conf$$.file conf$$ 2>/dev/null; then
2136 # We could just check for DJGPP; but this test a) works b) is more generic
2137 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
2138 if test -f conf$$.exe; then
2139 # Don't use ln at all; we don't have any links
2140 as_ln_s='cp -p'
2141 else
2142 as_ln_s='ln -s'
2144 elif ln conf$$.file conf$$ 2>/dev/null; then
2145 as_ln_s=ln
2146 else
2147 as_ln_s='cp -p'
2149 rm -f conf$$ conf$$.exe conf$$.file
2151 if mkdir -p . 2>/dev/null; then
2152 as_mkdir_p=:
2153 else
2154 as_mkdir_p=false
2157 as_executable_p="test -f"
2159 # Sed expression to map a string onto a valid CPP name.
2160 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
2162 # Sed expression to map a string onto a valid variable name.
2163 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
2166 # IFS
2167 # We need space, tab and new line, in precisely that order.
2168 as_nl='
2170 IFS=" $as_nl"
2172 # CDPATH.
2173 $as_unset CDPATH
2175 exec 6>&1
2177 # Open the log real soon, to keep \$[0] and so on meaningful, and to
2178 # report actual input values of CONFIG_FILES etc. instead of their
2179 # values after options handling. Logging --version etc. is OK.
2180 exec 5>>config.log
2182 echo
2183 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2184 ## Running $as_me. ##
2185 _ASBOX
2186 } >&5
2187 cat >&5 <<_CSEOF
2189 This file was extended by GNU Automake $as_me 1.7.5b, which was
2190 generated by GNU Autoconf 2.57a. Invocation command line was
2192 CONFIG_FILES = $CONFIG_FILES
2193 CONFIG_HEADERS = $CONFIG_HEADERS
2194 CONFIG_LINKS = $CONFIG_LINKS
2195 CONFIG_COMMANDS = $CONFIG_COMMANDS
2196 $ $0 $@
2198 _CSEOF
2199 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
2200 echo >&5
2201 _ACEOF
2203 # Files that config.status was made for.
2204 if test -n "$ac_config_files"; then
2205 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
2208 if test -n "$ac_config_headers"; then
2209 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
2212 if test -n "$ac_config_links"; then
2213 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
2216 if test -n "$ac_config_commands"; then
2217 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
2220 cat >>$CONFIG_STATUS <<\_ACEOF
2222 ac_cs_usage="\
2223 \`$as_me' instantiates files from templates according to the
2224 current configuration.
2226 Usage: $0 [OPTIONS] [FILE]...
2228 -h, --help print this help, then exit
2229 -V, --version print version number, then exit
2230 -q, --quiet do not print progress messages
2231 -d, --debug don't remove temporary files
2232 --recheck update $as_me by reconfiguring in the same conditions
2233 --file=FILE[:TEMPLATE]
2234 instantiate the configuration file FILE
2236 Configuration files:
2237 $config_files
2239 Report bugs to <bug-autoconf@gnu.org>."
2240 _ACEOF
2242 cat >>$CONFIG_STATUS <<_ACEOF
2243 ac_cs_version="\\
2244 GNU Automake config.status 1.7.5b
2245 configured by $0, generated by GNU Autoconf 2.57a,
2246 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2248 Copyright (C) 2003 Free Software Foundation, Inc.
2249 This config.status script is free software; the Free Software Foundation
2250 gives unlimited permission to copy, distribute and modify it."
2251 srcdir=$srcdir
2252 INSTALL="$INSTALL"
2253 _ACEOF
2255 cat >>$CONFIG_STATUS <<\_ACEOF
2256 # If no file are specified by the user, then we need to provide default
2257 # value. By we need to know if files were specified by the user.
2258 ac_need_defaults=:
2259 while test $# != 0
2261 case $1 in
2262 --*=*)
2263 ac_option=`expr "x$1" : 'x\([^=]*\)='`
2264 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
2265 ac_shift=:
2268 ac_option=$1
2269 ac_optarg=$2
2270 ac_shift=shift
2272 *) # This is not an option, so the user has probably given explicit
2273 # arguments.
2274 ac_option=$1
2275 ac_need_defaults=false;;
2276 esac
2278 case $ac_option in
2279 # Handling of the options.
2280 _ACEOF
2281 cat >>$CONFIG_STATUS <<\_ACEOF
2282 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2283 ac_cs_recheck=: ;;
2284 --version | --vers* | -V )
2285 echo "$ac_cs_version"; exit 0 ;;
2286 --he | --h)
2287 # Conflict between --help and --header
2288 { { echo "$as_me:$LINENO: error: ambiguous option: $1
2289 Try \`$0 --help' for more information." >&5
2290 echo "$as_me: error: ambiguous option: $1
2291 Try \`$0 --help' for more information." >&2;}
2292 { (exit 1); exit 1; }; };;
2293 --help | --hel | -h )
2294 echo "$ac_cs_usage"; exit 0 ;;
2295 --debug | --d* | -d )
2296 debug=: ;;
2297 --file | --fil | --fi | --f )
2298 $ac_shift
2299 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2300 ac_need_defaults=false;;
2301 --header | --heade | --head | --hea )
2302 $ac_shift
2303 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
2304 ac_need_defaults=false;;
2305 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2306 | -silent | --silent | --silen | --sile | --sil | --si | --s)
2307 ac_cs_silent=: ;;
2309 # This is an error.
2310 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
2311 Try \`$0 --help' for more information." >&5
2312 echo "$as_me: error: unrecognized option: $1
2313 Try \`$0 --help' for more information." >&2;}
2314 { (exit 1); exit 1; }; } ;;
2316 *) ac_config_targets="$ac_config_targets $1" ;;
2318 esac
2319 shift
2320 done
2322 ac_configure_extra_args=
2324 if $ac_cs_silent; then
2325 exec 6>/dev/null
2326 ac_configure_extra_args="$ac_configure_extra_args --silent"
2329 _ACEOF
2330 cat >>$CONFIG_STATUS <<_ACEOF
2331 if \$ac_cs_recheck; then
2332 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2333 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2336 _ACEOF
2342 cat >>$CONFIG_STATUS <<\_ACEOF
2343 for ac_config_target in $ac_config_targets
2345 case "$ac_config_target" in
2346 # Handling of arguments.
2347 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2348 "lib/Automake/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Automake/Makefile" ;;
2349 "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
2350 "lib/am/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/am/Makefile" ;;
2351 "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
2352 "m4/amversion.m4" ) CONFIG_FILES="$CONFIG_FILES m4/amversion.m4:m4/amversion.in" ;;
2353 "tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
2354 "tests/defs" ) CONFIG_FILES="$CONFIG_FILES tests/defs" ;;
2355 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2356 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2357 { (exit 1); exit 1; }; };;
2358 esac
2359 done
2361 # If the user did not use the arguments to specify the items to instantiate,
2362 # then the envvar interface is used. Set only those that are not.
2363 # We use the long form for the default assignment because of an extremely
2364 # bizarre bug on SunOS 4.1.3.
2365 if $ac_need_defaults; then
2366 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2369 # Have a temporary directory for convenience. Make it in the build tree
2370 # simply because there is no reason to put it here, and in addition,
2371 # creating and moving files from /tmp can sometimes cause problems.
2372 # Create a temporary directory, and hook for its removal unless debugging.
2373 $debug ||
2375 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
2376 trap '{ (exit 1); exit 1; }' 1 2 13 15
2379 # Create a (secure) tmp directory for tmp files.
2382 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
2383 test -n "$tmp" && test -d "$tmp"
2384 } ||
2386 tmp=./confstat$$-$RANDOM
2387 (umask 077 && mkdir $tmp)
2388 } ||
2390 echo "$me: cannot create a temporary directory in ." >&2
2391 { (exit 1); exit 1; }
2394 _ACEOF
2396 cat >>$CONFIG_STATUS <<_ACEOF
2399 # CONFIG_FILES section.
2402 # No need to generate the scripts if there are no CONFIG_FILES.
2403 # This happens for instance when ./config.status config.h
2404 if test -n "\$CONFIG_FILES"; then
2405 # Protect against being on the right side of a sed subst in config.status.
2406 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
2407 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
2408 s,@SHELL@,$SHELL,;t t
2409 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
2410 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
2411 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
2412 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
2413 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
2414 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
2415 s,@exec_prefix@,$exec_prefix,;t t
2416 s,@prefix@,$prefix,;t t
2417 s,@program_transform_name@,$program_transform_name,;t t
2418 s,@bindir@,$bindir,;t t
2419 s,@sbindir@,$sbindir,;t t
2420 s,@libexecdir@,$libexecdir,;t t
2421 s,@datadir@,$datadir,;t t
2422 s,@sysconfdir@,$sysconfdir,;t t
2423 s,@sharedstatedir@,$sharedstatedir,;t t
2424 s,@localstatedir@,$localstatedir,;t t
2425 s,@libdir@,$libdir,;t t
2426 s,@includedir@,$includedir,;t t
2427 s,@oldincludedir@,$oldincludedir,;t t
2428 s,@infodir@,$infodir,;t t
2429 s,@mandir@,$mandir,;t t
2430 s,@build_alias@,$build_alias,;t t
2431 s,@host_alias@,$host_alias,;t t
2432 s,@target_alias@,$target_alias,;t t
2433 s,@DEFS@,$DEFS,;t t
2434 s,@ECHO_C@,$ECHO_C,;t t
2435 s,@ECHO_N@,$ECHO_N,;t t
2436 s,@ECHO_T@,$ECHO_T,;t t
2437 s,@LIBS@,$LIBS,;t t
2438 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
2439 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
2440 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
2441 s,@CYGPATH_W@,$CYGPATH_W,;t t
2442 s,@PACKAGE@,$PACKAGE,;t t
2443 s,@VERSION@,$VERSION,;t t
2444 s,@ACLOCAL@,$ACLOCAL,;t t
2445 s,@AUTOCONF@,$AUTOCONF,;t t
2446 s,@AUTOMAKE@,$AUTOMAKE,;t t
2447 s,@AUTOHEADER@,$AUTOHEADER,;t t
2448 s,@MAKEINFO@,$MAKEINFO,;t t
2449 s,@AMTAR@,$AMTAR,;t t
2450 s,@install_sh@,$install_sh,;t t
2451 s,@STRIP@,$STRIP,;t t
2452 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
2453 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
2454 s,@AWK@,$AWK,;t t
2455 s,@SET_MAKE@,$SET_MAKE,;t t
2456 s,@am__leading_dot@,$am__leading_dot,;t t
2457 s,@APIVERSION@,$APIVERSION,;t t
2458 s,@pkgvdatadir@,$pkgvdatadir,;t t
2459 s,@PERL@,$PERL,;t t
2460 s,@TEX@,$TEX,;t t
2461 s,@LN@,$LN,;t t
2462 s,@EGREP@,$EGREP,;t t
2463 s,@FGREP@,$FGREP,;t t
2464 s,@LIBOBJS@,$LIBOBJS,;t t
2465 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
2466 CEOF
2468 _ACEOF
2470 cat >>$CONFIG_STATUS <<\_ACEOF
2471 # Split the substitutions into bite-sized pieces for seds with
2472 # small command number limits, like on Digital OSF/1 and HP-UX.
2473 ac_max_sed_lines=48
2474 ac_sed_frag=1 # Number of current file.
2475 ac_beg=1 # First line for current file.
2476 ac_end=$ac_max_sed_lines # Line after last line for current file.
2477 ac_more_lines=:
2478 ac_sed_cmds=
2479 while $ac_more_lines; do
2480 if test $ac_beg -gt 1; then
2481 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2482 else
2483 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2485 if test ! -s $tmp/subs.frag; then
2486 ac_more_lines=false
2487 else
2488 # The purpose of the label and of the branching condition is to
2489 # speed up the sed processing (if there are no `@' at all, there
2490 # is no need to browse any of the substitutions).
2491 # These are the two extra sed commands mentioned above.
2492 (echo ':t
2493 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
2494 if test -z "$ac_sed_cmds"; then
2495 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
2496 else
2497 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
2499 ac_sed_frag=`expr $ac_sed_frag + 1`
2500 ac_beg=$ac_end
2501 ac_end=`expr $ac_end + $ac_max_sed_lines`
2503 done
2504 if test -z "$ac_sed_cmds"; then
2505 ac_sed_cmds=cat
2507 fi # test -n "$CONFIG_FILES"
2509 _ACEOF
2510 cat >>$CONFIG_STATUS <<\_ACEOF
2511 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
2512 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2513 case $ac_file in
2514 - | *:- | *:-:* ) # input from stdin
2515 cat >$tmp/stdin
2516 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2517 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2518 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2519 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2520 * ) ac_file_in=$ac_file.in ;;
2521 esac
2523 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
2524 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
2525 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2526 X"$ac_file" : 'X\(//\)[^/]' \| \
2527 X"$ac_file" : 'X\(//\)$' \| \
2528 X"$ac_file" : 'X\(/\)' \| \
2529 . : '\(.\)' 2>/dev/null ||
2530 echo X"$ac_file" |
2531 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2532 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2533 /^X\(\/\/\)$/{ s//\1/; q; }
2534 /^X\(\/\).*/{ s//\1/; q; }
2535 s/.*/./; q'`
2536 { if $as_mkdir_p; then
2537 mkdir -p "$ac_dir"
2538 else
2539 as_dir="$ac_dir"
2540 as_dirs=
2541 while test ! -d "$as_dir"; do
2542 as_dirs="$as_dir $as_dirs"
2543 as_dir=`(dirname "$as_dir") 2>/dev/null ||
2544 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2545 X"$as_dir" : 'X\(//\)[^/]' \| \
2546 X"$as_dir" : 'X\(//\)$' \| \
2547 X"$as_dir" : 'X\(/\)' \| \
2548 . : '\(.\)' 2>/dev/null ||
2549 echo X"$as_dir" |
2550 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2551 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2552 /^X\(\/\/\)$/{ s//\1/; q; }
2553 /^X\(\/\).*/{ s//\1/; q; }
2554 s/.*/./; q'`
2555 done
2556 test ! -n "$as_dirs" || mkdir $as_dirs
2557 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
2558 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
2559 { (exit 1); exit 1; }; }; }
2561 ac_builddir=.
2563 if test "$ac_dir" != .; then
2564 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2565 # A "../" for each directory in $ac_dir_suffix.
2566 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
2567 else
2568 ac_dir_suffix= ac_top_builddir=
2571 case $srcdir in
2572 .) # No --srcdir option. We are building in place.
2573 ac_srcdir=.
2574 if test -z "$ac_top_builddir"; then
2575 ac_top_srcdir=.
2576 else
2577 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
2578 fi ;;
2579 [\\/]* | ?:[\\/]* ) # Absolute path.
2580 ac_srcdir=$srcdir$ac_dir_suffix;
2581 ac_top_srcdir=$srcdir ;;
2582 *) # Relative path.
2583 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2584 ac_top_srcdir=$ac_top_builddir$srcdir ;;
2585 esac
2586 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
2587 # absolute.
2588 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
2589 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
2590 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
2591 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
2594 case $INSTALL in
2595 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
2596 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
2597 esac
2599 if test x"$ac_file" != x-; then
2600 { echo "$as_me:$LINENO: creating $ac_file" >&5
2601 echo "$as_me: creating $ac_file" >&6;}
2602 rm -f "$ac_file"
2604 # Let's still pretend it is `configure' which instantiates (i.e., don't
2605 # use $as_me), people would be surprised to read:
2606 # /* config.h. Generated by config.status. */
2607 if test x"$ac_file" = x-; then
2608 configure_input=
2609 else
2610 configure_input="$ac_file. "
2612 configure_input=$configure_input"Generated from `echo $ac_file_in |
2613 sed 's,.*/,,'` by configure."
2615 # First look for the input files in the build tree, otherwise in the
2616 # src tree.
2617 ac_file_inputs=`IFS=:
2618 for f in $ac_file_in; do
2619 case $f in
2620 -) echo $tmp/stdin ;;
2621 [\\/$]*)
2622 # Absolute (can't be DOS-style, as IFS=:)
2623 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2624 echo "$as_me: error: cannot find input file: $f" >&2;}
2625 { (exit 1); exit 1; }; }
2626 echo "$f";;
2627 *) # Relative
2628 if test -f "$f"; then
2629 # Build tree
2630 echo "$f"
2631 elif test -f "$srcdir/$f"; then
2632 # Source tree
2633 echo "$srcdir/$f"
2634 else
2635 # /dev/null tree
2636 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2637 echo "$as_me: error: cannot find input file: $f" >&2;}
2638 { (exit 1); exit 1; }; }
2639 fi;;
2640 esac
2641 done` || { (exit 1); exit 1; }
2642 _ACEOF
2643 cat >>$CONFIG_STATUS <<_ACEOF
2644 sed "$ac_vpsub
2645 $extrasub
2646 _ACEOF
2647 cat >>$CONFIG_STATUS <<\_ACEOF
2649 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2650 s,@configure_input@,$configure_input,;t t
2651 s,@srcdir@,$ac_srcdir,;t t
2652 s,@abs_srcdir@,$ac_abs_srcdir,;t t
2653 s,@top_srcdir@,$ac_top_srcdir,;t t
2654 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
2655 s,@builddir@,$ac_builddir,;t t
2656 s,@abs_builddir@,$ac_abs_builddir,;t t
2657 s,@top_builddir@,$ac_top_builddir,;t t
2658 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
2659 s,@INSTALL@,$ac_INSTALL,;t t
2660 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
2661 rm -f $tmp/stdin
2662 if test x"$ac_file" != x-; then
2663 mv $tmp/out $ac_file
2664 else
2665 cat $tmp/out
2666 rm -f $tmp/out
2669 done
2670 _ACEOF
2672 cat >>$CONFIG_STATUS <<\_ACEOF
2674 { (exit 0); exit 0; }
2675 _ACEOF
2676 chmod +x $CONFIG_STATUS
2677 ac_clean_files=$ac_clean_files_save
2680 # configure is writing to config.log, and then calls config.status.
2681 # config.status does its own redirection, appending to config.log.
2682 # Unfortunately, on DOS this fails, as config.log is still kept open
2683 # by configure, so config.status won't be able to write to it; its
2684 # output is simply discarded. So we exec the FD to /dev/null,
2685 # effectively closing config.log, so it can be properly (re)opened and
2686 # appended to by config.status. When coming back to configure, we
2687 # need to make the FD available again.
2688 if test "$no_create" != yes; then
2689 ac_cs_success=:
2690 ac_config_status_args=
2691 test "$silent" = yes &&
2692 ac_config_status_args="$ac_config_status_args --quiet"
2693 exec 5>/dev/null
2694 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
2695 exec 5>>config.log
2696 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
2697 # would make configure fail if this is the last instruction.
2698 $ac_cs_success || { (exit 1); exit 1; }