* NEWS: Mark de-ANSI-fication as being obsolete.
[automake.git] / configure
blob89bcc108d98960ff308a44681af8473f296b007e
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.60 for GNU Automake 1.9c.
5 # Report bugs to <bug-automake@gnu.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be Bourne compatible
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17 emulate sh
18 NULLCMD=:
19 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20 # is contrary to our usage. Disable this feature.
21 alias -g '${1+"$@"}'='"$@"'
22 setopt NO_GLOB_SUBST
23 else
24 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
26 BIN_SH=xpg4; export BIN_SH # for Tru64
27 DUALCASE=1; export DUALCASE # for MKS sh
30 # PATH needs CR
31 # Avoid depending upon Character Ranges.
32 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
33 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
34 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
35 as_cr_digits='0123456789'
36 as_cr_alnum=$as_cr_Letters$as_cr_digits
38 # The user is always right.
39 if test "${PATH_SEPARATOR+set}" != set; then
40 echo "#! /bin/sh" >conf$$.sh
41 echo "exit 0" >>conf$$.sh
42 chmod +x conf$$.sh
43 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
44 PATH_SEPARATOR=';'
45 else
46 PATH_SEPARATOR=:
48 rm -f conf$$.sh
51 # Support unset when possible.
52 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
53 as_unset=unset
54 else
55 as_unset=false
59 # IFS
60 # We need space, tab and new line, in precisely that order. Quoting is
61 # there to prevent editors from complaining about space-tab.
62 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
63 # splitting by setting IFS to empty value.)
64 as_nl='
66 IFS=" "" $as_nl"
68 # Find who we are. Look in the path if we contain no directory separator.
69 case $0 in
70 *[\\/]* ) as_myself=$0 ;;
71 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
72 for as_dir in $PATH
74 IFS=$as_save_IFS
75 test -z "$as_dir" && as_dir=.
76 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
77 done
78 IFS=$as_save_IFS
81 esac
82 # We did not find ourselves, most probably we were run as `sh COMMAND'
83 # in which case we are not to be found in the path.
84 if test "x$as_myself" = x; then
85 as_myself=$0
87 if test ! -f "$as_myself"; then
88 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
89 { (exit 1); exit 1; }
92 # Work around bugs in pre-3.0 UWIN ksh.
93 for as_var in ENV MAIL MAILPATH
94 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
95 done
96 PS1='$ '
97 PS2='> '
98 PS4='+ '
100 # NLS nuisances.
101 for as_var in \
102 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
103 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
104 LC_TELEPHONE LC_TIME
106 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
107 eval $as_var=C; export $as_var
108 else
109 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
111 done
113 # Required to use basename.
114 if expr a : '\(a\)' >/dev/null 2>&1 &&
115 test "X`expr 00001 : '.*\(...\)'`" = X001; then
116 as_expr=expr
117 else
118 as_expr=false
121 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
122 as_basename=basename
123 else
124 as_basename=false
128 # Name of the executable.
129 as_me=`$as_basename -- "$0" ||
130 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
131 X"$0" : 'X\(//\)$' \| \
132 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
133 echo X/"$0" |
134 sed '/^.*\/\([^/][^/]*\)\/*$/{
135 s//\1/
138 /^X\/\(\/\/\)$/{
139 s//\1/
142 /^X\/\(\/\).*/{
143 s//\1/
146 s/.*/./; q'`
148 # CDPATH.
149 $as_unset CDPATH
152 if test "x$CONFIG_SHELL" = x; then
153 if (eval ":") 2>/dev/null; then
154 as_have_required=yes
155 else
156 as_have_required=no
159 if test $as_have_required = yes && (eval ":
160 (as_func_return () {
161 (exit \$1)
163 as_func_success () {
164 as_func_return 0
166 as_func_failure () {
167 as_func_return 1
169 as_func_ret_success () {
170 return 0
172 as_func_ret_failure () {
173 return 1
176 exitcode=0
177 if as_func_success; then
179 else
180 exitcode=1
181 echo as_func_success failed.
184 if as_func_failure; then
185 exitcode=1
186 echo as_func_failure succeeded.
189 if as_func_ret_success; then
191 else
192 exitcode=1
193 echo as_func_ret_success failed.
196 if as_func_ret_failure; then
197 exitcode=1
198 echo as_func_ret_failure succeeded.
201 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
203 else
204 exitcode=1
205 echo positional parameters were not saved.
208 test \$exitcode = 0) || { (exit 1); exit 1; }
211 as_lineno_1=\$LINENO
212 as_lineno_2=\$LINENO
213 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
214 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
215 ") 2> /dev/null; then
217 else
218 as_candidate_shells=
219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
220 for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
222 IFS=$as_save_IFS
223 test -z "$as_dir" && as_dir=.
224 case $as_dir in
226 for as_base in sh bash ksh sh5; do
227 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
228 done;;
229 esac
230 done
231 IFS=$as_save_IFS
234 for as_shell in $as_candidate_shells $SHELL; do
235 # Try only shells that exist, to save several forks.
236 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
237 { ("$as_shell") 2> /dev/null <<\_ASEOF
238 # Be Bourne compatible
239 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
240 emulate sh
241 NULLCMD=:
242 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
243 # is contrary to our usage. Disable this feature.
244 alias -g '${1+"$@"}'='"$@"'
245 setopt NO_GLOB_SUBST
246 else
247 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
249 BIN_SH=xpg4; export BIN_SH # for Tru64
250 DUALCASE=1; export DUALCASE # for MKS sh
253 _ASEOF
254 }; then
255 CONFIG_SHELL=$as_shell
256 as_have_required=yes
257 if { "$as_shell" 2> /dev/null <<\_ASEOF
258 # Be Bourne compatible
259 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
260 emulate sh
261 NULLCMD=:
262 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
263 # is contrary to our usage. Disable this feature.
264 alias -g '${1+"$@"}'='"$@"'
265 setopt NO_GLOB_SUBST
266 else
267 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
269 BIN_SH=xpg4; export BIN_SH # for Tru64
270 DUALCASE=1; export DUALCASE # for MKS sh
273 (as_func_return () {
274 (exit $1)
276 as_func_success () {
277 as_func_return 0
279 as_func_failure () {
280 as_func_return 1
282 as_func_ret_success () {
283 return 0
285 as_func_ret_failure () {
286 return 1
289 exitcode=0
290 if as_func_success; then
292 else
293 exitcode=1
294 echo as_func_success failed.
297 if as_func_failure; then
298 exitcode=1
299 echo as_func_failure succeeded.
302 if as_func_ret_success; then
304 else
305 exitcode=1
306 echo as_func_ret_success failed.
309 if as_func_ret_failure; then
310 exitcode=1
311 echo as_func_ret_failure succeeded.
314 if ( set x; as_func_ret_success y && test x = "$1" ); then
316 else
317 exitcode=1
318 echo positional parameters were not saved.
321 test $exitcode = 0) || { (exit 1); exit 1; }
324 as_lineno_1=$LINENO
325 as_lineno_2=$LINENO
326 test "x$as_lineno_1" != "x$as_lineno_2" &&
327 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
329 _ASEOF
330 }; then
331 break
336 done
338 if test "x$CONFIG_SHELL" != x; then
339 for as_var in BASH_ENV ENV
340 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
341 done
342 export CONFIG_SHELL
343 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
347 if test $as_have_required = no; then
348 echo This script requires a shell more modern than all the
349 echo shells that I found on your system. Please install a
350 echo modern shell, or manually run the script under such a
351 echo shell if you do have one.
352 { (exit 1); exit 1; }
362 (eval "as_func_return () {
363 (exit \$1)
365 as_func_success () {
366 as_func_return 0
368 as_func_failure () {
369 as_func_return 1
371 as_func_ret_success () {
372 return 0
374 as_func_ret_failure () {
375 return 1
378 exitcode=0
379 if as_func_success; then
381 else
382 exitcode=1
383 echo as_func_success failed.
386 if as_func_failure; then
387 exitcode=1
388 echo as_func_failure succeeded.
391 if as_func_ret_success; then
393 else
394 exitcode=1
395 echo as_func_ret_success failed.
398 if as_func_ret_failure; then
399 exitcode=1
400 echo as_func_ret_failure succeeded.
403 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
405 else
406 exitcode=1
407 echo positional parameters were not saved.
410 test \$exitcode = 0") || {
411 echo No shell found that supports shell functions.
412 echo Please tell autoconf@gnu.org about your system,
413 echo including any error possibly output before this
414 echo message
419 as_lineno_1=$LINENO
420 as_lineno_2=$LINENO
421 test "x$as_lineno_1" != "x$as_lineno_2" &&
422 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
424 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
425 # uniformly replaced by the line number. The first 'sed' inserts a
426 # line-number line after each line using $LINENO; the second 'sed'
427 # does the real work. The second script uses 'N' to pair each
428 # line-number line with the line containing $LINENO, and appends
429 # trailing '-' during substitution so that $LINENO is not a special
430 # case at line end.
431 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
432 # scripts with optimization help from Paolo Bonzini. Blame Lee
433 # E. McMahon (1931-1989) for sed's syntax. :-)
434 sed -n '
436 /[$]LINENO/=
437 ' <$as_myself |
438 sed '
439 s/[$]LINENO.*/&-/
440 t lineno
442 :lineno
444 :loop
445 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
446 t loop
447 s/-\n.*//
448 ' >$as_me.lineno &&
449 chmod +x "$as_me.lineno" ||
450 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
451 { (exit 1); exit 1; }; }
453 # Don't try to exec as it changes $[0], causing all sort of problems
454 # (the dirname of $[0] is not the place where we might find the
455 # original and so on. Autoconf is especially sensitive to this).
456 . "./$as_me.lineno"
457 # Exit status is that of the last command.
458 exit
462 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
463 as_dirname=dirname
464 else
465 as_dirname=false
468 ECHO_C= ECHO_N= ECHO_T=
469 case `echo -n x` in
470 -n*)
471 case `echo 'x\c'` in
472 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
473 *) ECHO_C='\c';;
474 esac;;
476 ECHO_N='-n';;
477 esac
479 if expr a : '\(a\)' >/dev/null 2>&1 &&
480 test "X`expr 00001 : '.*\(...\)'`" = X001; then
481 as_expr=expr
482 else
483 as_expr=false
486 rm -f conf$$ conf$$.exe conf$$.file
487 if test -d conf$$.dir; then
488 rm -f conf$$.dir/conf$$.file
489 else
490 rm -f conf$$.dir
491 mkdir conf$$.dir
493 echo >conf$$.file
494 if ln -s conf$$.file conf$$ 2>/dev/null; then
495 as_ln_s='ln -s'
496 # ... but there are two gotchas:
497 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
498 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
499 # In both cases, we have to default to `cp -p'.
500 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
501 as_ln_s='cp -p'
502 elif ln conf$$.file conf$$ 2>/dev/null; then
503 as_ln_s=ln
504 else
505 as_ln_s='cp -p'
507 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
508 rmdir conf$$.dir 2>/dev/null
510 if mkdir -p . 2>/dev/null; then
511 as_mkdir_p=:
512 else
513 test -d ./-p && rmdir ./-p
514 as_mkdir_p=false
517 # Find out whether ``test -x'' works. Don't use a zero-byte file, as
518 # systems may use methods other than mode bits to determine executability.
519 cat >conf$$.file <<_ASEOF
520 #! /bin/sh
521 exit 0
522 _ASEOF
523 chmod +x conf$$.file
524 if test -x conf$$.file >/dev/null 2>&1; then
525 as_executable_p="test -x"
526 else
527 as_executable_p=:
529 rm -f conf$$.file
531 # Sed expression to map a string onto a valid CPP name.
532 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
534 # Sed expression to map a string onto a valid variable name.
535 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
539 exec 7<&0 </dev/null 6>&1
541 # Name of the host.
542 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
543 # so uname gets run too.
544 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
547 # Initializations.
549 ac_default_prefix=/usr/local
550 ac_clean_files=
551 ac_config_libobj_dir=.
552 LIBOBJS=
553 cross_compiling=no
554 subdirs=
555 MFLAGS=
556 MAKEFLAGS=
557 SHELL=${CONFIG_SHELL-/bin/sh}
559 # Identity of this package.
560 PACKAGE_NAME='GNU Automake'
561 PACKAGE_TARNAME='automake'
562 PACKAGE_VERSION='1.9c'
563 PACKAGE_STRING='GNU Automake 1.9c'
564 PACKAGE_BUGREPORT='bug-automake@gnu.org'
566 ac_unique_file="automake.in"
567 ac_subst_vars='SHELL
568 PATH_SEPARATOR
569 PACKAGE_NAME
570 PACKAGE_TARNAME
571 PACKAGE_VERSION
572 PACKAGE_STRING
573 PACKAGE_BUGREPORT
574 exec_prefix
575 prefix
576 program_transform_name
577 bindir
578 sbindir
579 libexecdir
580 datarootdir
581 datadir
582 sysconfdir
583 sharedstatedir
584 localstatedir
585 includedir
586 oldincludedir
587 docdir
588 infodir
589 htmldir
590 dvidir
591 pdfdir
592 psdir
593 libdir
594 localedir
595 mandir
596 DEFS
597 ECHO_C
598 ECHO_N
599 ECHO_T
600 LIBS
601 build_alias
602 host_alias
603 target_alias
604 build
605 build_cpu
606 build_vendor
607 build_os
608 am_AUTOCONF
609 INSTALL_PROGRAM
610 INSTALL_SCRIPT
611 INSTALL_DATA
612 CYGPATH_W
613 PACKAGE
614 VERSION
615 ACLOCAL
616 AUTOCONF
617 AUTOMAKE
618 AUTOHEADER
619 MAKEINFO
620 install_sh
621 STRIP
622 INSTALL_STRIP_PROGRAM
623 mkdir_p
625 SET_MAKE
626 am__leading_dot
627 AMTAR
628 am__tar
629 am__untar
630 APIVERSION
631 pkgvdatadir
632 PERL
635 MODIFICATION_DELAY
636 GREP
637 EGREP
638 FGREP
639 LIBOBJS
640 LTLIBOBJS'
641 ac_subst_files=''
642 ac_precious_vars='build_alias
643 host_alias
644 target_alias'
647 # Initialize some variables set by options.
648 ac_init_help=
649 ac_init_version=false
650 # The variables have the same names as the options, with
651 # dashes changed to underlines.
652 cache_file=/dev/null
653 exec_prefix=NONE
654 no_create=
655 no_recursion=
656 prefix=NONE
657 program_prefix=NONE
658 program_suffix=NONE
659 program_transform_name=s,x,x,
660 silent=
661 site=
662 srcdir=
663 verbose=
664 x_includes=NONE
665 x_libraries=NONE
667 # Installation directory options.
668 # These are left unexpanded so users can "make install exec_prefix=/foo"
669 # and all the variables that are supposed to be based on exec_prefix
670 # by default will actually change.
671 # Use braces instead of parens because sh, perl, etc. also accept them.
672 # (The list follows the same order as the GNU Coding Standards.)
673 bindir='${exec_prefix}/bin'
674 sbindir='${exec_prefix}/sbin'
675 libexecdir='${exec_prefix}/libexec'
676 datarootdir='${prefix}/share'
677 datadir='${datarootdir}'
678 sysconfdir='${prefix}/etc'
679 sharedstatedir='${prefix}/com'
680 localstatedir='${prefix}/var'
681 includedir='${prefix}/include'
682 oldincludedir='/usr/include'
683 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
684 infodir='${datarootdir}/info'
685 htmldir='${docdir}'
686 dvidir='${docdir}'
687 pdfdir='${docdir}'
688 psdir='${docdir}'
689 libdir='${exec_prefix}/lib'
690 localedir='${datarootdir}/locale'
691 mandir='${datarootdir}/man'
693 ac_prev=
694 ac_dashdash=
695 for ac_option
697 # If the previous option needs an argument, assign it.
698 if test -n "$ac_prev"; then
699 eval $ac_prev=\$ac_option
700 ac_prev=
701 continue
704 case $ac_option in
705 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
706 *) ac_optarg=yes ;;
707 esac
709 # Accept the important Cygnus configure options, so we can diagnose typos.
711 case $ac_dashdash$ac_option in
713 ac_dashdash=yes ;;
715 -bindir | --bindir | --bindi | --bind | --bin | --bi)
716 ac_prev=bindir ;;
717 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
718 bindir=$ac_optarg ;;
720 -build | --build | --buil | --bui | --bu)
721 ac_prev=build_alias ;;
722 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
723 build_alias=$ac_optarg ;;
725 -cache-file | --cache-file | --cache-fil | --cache-fi \
726 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
727 ac_prev=cache_file ;;
728 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
729 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
730 cache_file=$ac_optarg ;;
732 --config-cache | -C)
733 cache_file=config.cache ;;
735 -datadir | --datadir | --datadi | --datad)
736 ac_prev=datadir ;;
737 -datadir=* | --datadir=* | --datadi=* | --datad=*)
738 datadir=$ac_optarg ;;
740 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
741 | --dataroo | --dataro | --datar)
742 ac_prev=datarootdir ;;
743 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
744 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
745 datarootdir=$ac_optarg ;;
747 -disable-* | --disable-*)
748 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
749 # Reject names that are not valid shell variable names.
750 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
751 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
752 { (exit 1); exit 1; }; }
753 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
754 eval enable_$ac_feature=no ;;
756 -docdir | --docdir | --docdi | --doc | --do)
757 ac_prev=docdir ;;
758 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
759 docdir=$ac_optarg ;;
761 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
762 ac_prev=dvidir ;;
763 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
764 dvidir=$ac_optarg ;;
766 -enable-* | --enable-*)
767 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
768 # Reject names that are not valid shell variable names.
769 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
770 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
771 { (exit 1); exit 1; }; }
772 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
773 eval enable_$ac_feature=\$ac_optarg ;;
775 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
776 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
777 | --exec | --exe | --ex)
778 ac_prev=exec_prefix ;;
779 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
780 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
781 | --exec=* | --exe=* | --ex=*)
782 exec_prefix=$ac_optarg ;;
784 -gas | --gas | --ga | --g)
785 # Obsolete; use --with-gas.
786 with_gas=yes ;;
788 -help | --help | --hel | --he | -h)
789 ac_init_help=long ;;
790 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
791 ac_init_help=recursive ;;
792 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
793 ac_init_help=short ;;
795 -host | --host | --hos | --ho)
796 ac_prev=host_alias ;;
797 -host=* | --host=* | --hos=* | --ho=*)
798 host_alias=$ac_optarg ;;
800 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
801 ac_prev=htmldir ;;
802 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
803 | --ht=*)
804 htmldir=$ac_optarg ;;
806 -includedir | --includedir | --includedi | --included | --include \
807 | --includ | --inclu | --incl | --inc)
808 ac_prev=includedir ;;
809 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
810 | --includ=* | --inclu=* | --incl=* | --inc=*)
811 includedir=$ac_optarg ;;
813 -infodir | --infodir | --infodi | --infod | --info | --inf)
814 ac_prev=infodir ;;
815 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
816 infodir=$ac_optarg ;;
818 -libdir | --libdir | --libdi | --libd)
819 ac_prev=libdir ;;
820 -libdir=* | --libdir=* | --libdi=* | --libd=*)
821 libdir=$ac_optarg ;;
823 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
824 | --libexe | --libex | --libe)
825 ac_prev=libexecdir ;;
826 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
827 | --libexe=* | --libex=* | --libe=*)
828 libexecdir=$ac_optarg ;;
830 -localedir | --localedir | --localedi | --localed | --locale)
831 ac_prev=localedir ;;
832 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
833 localedir=$ac_optarg ;;
835 -localstatedir | --localstatedir | --localstatedi | --localstated \
836 | --localstate | --localstat | --localsta | --localst | --locals)
837 ac_prev=localstatedir ;;
838 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
839 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
840 localstatedir=$ac_optarg ;;
842 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
843 ac_prev=mandir ;;
844 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
845 mandir=$ac_optarg ;;
847 -nfp | --nfp | --nf)
848 # Obsolete; use --without-fp.
849 with_fp=no ;;
851 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
852 | --no-cr | --no-c | -n)
853 no_create=yes ;;
855 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
856 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
857 no_recursion=yes ;;
859 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
860 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
861 | --oldin | --oldi | --old | --ol | --o)
862 ac_prev=oldincludedir ;;
863 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
864 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
865 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
866 oldincludedir=$ac_optarg ;;
868 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
869 ac_prev=prefix ;;
870 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
871 prefix=$ac_optarg ;;
873 -program-prefix | --program-prefix | --program-prefi | --program-pref \
874 | --program-pre | --program-pr | --program-p)
875 ac_prev=program_prefix ;;
876 -program-prefix=* | --program-prefix=* | --program-prefi=* \
877 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
878 program_prefix=$ac_optarg ;;
880 -program-suffix | --program-suffix | --program-suffi | --program-suff \
881 | --program-suf | --program-su | --program-s)
882 ac_prev=program_suffix ;;
883 -program-suffix=* | --program-suffix=* | --program-suffi=* \
884 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
885 program_suffix=$ac_optarg ;;
887 -program-transform-name | --program-transform-name \
888 | --program-transform-nam | --program-transform-na \
889 | --program-transform-n | --program-transform- \
890 | --program-transform | --program-transfor \
891 | --program-transfo | --program-transf \
892 | --program-trans | --program-tran \
893 | --progr-tra | --program-tr | --program-t)
894 ac_prev=program_transform_name ;;
895 -program-transform-name=* | --program-transform-name=* \
896 | --program-transform-nam=* | --program-transform-na=* \
897 | --program-transform-n=* | --program-transform-=* \
898 | --program-transform=* | --program-transfor=* \
899 | --program-transfo=* | --program-transf=* \
900 | --program-trans=* | --program-tran=* \
901 | --progr-tra=* | --program-tr=* | --program-t=*)
902 program_transform_name=$ac_optarg ;;
904 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
905 ac_prev=pdfdir ;;
906 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
907 pdfdir=$ac_optarg ;;
909 -psdir | --psdir | --psdi | --psd | --ps)
910 ac_prev=psdir ;;
911 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
912 psdir=$ac_optarg ;;
914 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
915 | -silent | --silent | --silen | --sile | --sil)
916 silent=yes ;;
918 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
919 ac_prev=sbindir ;;
920 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
921 | --sbi=* | --sb=*)
922 sbindir=$ac_optarg ;;
924 -sharedstatedir | --sharedstatedir | --sharedstatedi \
925 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
926 | --sharedst | --shareds | --shared | --share | --shar \
927 | --sha | --sh)
928 ac_prev=sharedstatedir ;;
929 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
930 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
931 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
932 | --sha=* | --sh=*)
933 sharedstatedir=$ac_optarg ;;
935 -site | --site | --sit)
936 ac_prev=site ;;
937 -site=* | --site=* | --sit=*)
938 site=$ac_optarg ;;
940 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
941 ac_prev=srcdir ;;
942 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
943 srcdir=$ac_optarg ;;
945 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
946 | --syscon | --sysco | --sysc | --sys | --sy)
947 ac_prev=sysconfdir ;;
948 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
949 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
950 sysconfdir=$ac_optarg ;;
952 -target | --target | --targe | --targ | --tar | --ta | --t)
953 ac_prev=target_alias ;;
954 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
955 target_alias=$ac_optarg ;;
957 -v | -verbose | --verbose | --verbos | --verbo | --verb)
958 verbose=yes ;;
960 -version | --version | --versio | --versi | --vers | -V)
961 ac_init_version=: ;;
963 -with-* | --with-*)
964 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
965 # Reject names that are not valid shell variable names.
966 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
967 { echo "$as_me: error: invalid package name: $ac_package" >&2
968 { (exit 1); exit 1; }; }
969 ac_package=`echo $ac_package| sed 's/-/_/g'`
970 eval with_$ac_package=\$ac_optarg ;;
972 -without-* | --without-*)
973 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
974 # Reject names that are not valid shell variable names.
975 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
976 { echo "$as_me: error: invalid package name: $ac_package" >&2
977 { (exit 1); exit 1; }; }
978 ac_package=`echo $ac_package | sed 's/-/_/g'`
979 eval with_$ac_package=no ;;
981 --x)
982 # Obsolete; use --with-x.
983 with_x=yes ;;
985 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
986 | --x-incl | --x-inc | --x-in | --x-i)
987 ac_prev=x_includes ;;
988 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
989 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
990 x_includes=$ac_optarg ;;
992 -x-libraries | --x-libraries | --x-librarie | --x-librari \
993 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
994 ac_prev=x_libraries ;;
995 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
996 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
997 x_libraries=$ac_optarg ;;
999 -*) { echo "$as_me: error: unrecognized option: $ac_option
1000 Try \`$0 --help' for more information." >&2
1001 { (exit 1); exit 1; }; }
1004 *=*)
1005 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1006 # Reject names that are not valid shell variable names.
1007 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1008 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1009 { (exit 1); exit 1; }; }
1010 eval $ac_envvar=\$ac_optarg
1011 export $ac_envvar ;;
1014 # FIXME: should be removed in autoconf 3.0.
1015 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1016 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1017 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1018 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1021 esac
1022 done
1024 if test -n "$ac_prev"; then
1025 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1026 { echo "$as_me: error: missing argument to $ac_option" >&2
1027 { (exit 1); exit 1; }; }
1030 # Be sure to have absolute directory names.
1031 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1032 datadir sysconfdir sharedstatedir localstatedir includedir \
1033 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1034 libdir localedir mandir
1036 eval ac_val=\$$ac_var
1037 case $ac_val in
1038 [\\/$]* | ?:[\\/]* ) continue;;
1039 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1040 esac
1041 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1042 { (exit 1); exit 1; }; }
1043 done
1045 # There might be people who depend on the old broken behavior: `$host'
1046 # used to hold the argument of --host etc.
1047 # FIXME: To remove some day.
1048 build=$build_alias
1049 host=$host_alias
1050 target=$target_alias
1052 # FIXME: To remove some day.
1053 if test "x$host_alias" != x; then
1054 if test "x$build_alias" = x; then
1055 cross_compiling=maybe
1056 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1057 If a cross compiler is detected then cross compile mode will be used." >&2
1058 elif test "x$build_alias" != "x$host_alias"; then
1059 cross_compiling=yes
1063 ac_tool_prefix=
1064 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1066 test "$silent" = yes && exec 6>/dev/null
1069 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1070 ac_ls_di=`ls -di .` &&
1071 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1072 { echo "$as_me: error: Working directory cannot be determined" >&2
1073 { (exit 1); exit 1; }; }
1074 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1075 { echo "$as_me: error: pwd does not report name of working directory" >&2
1076 { (exit 1); exit 1; }; }
1079 # Find the source files, if location was not specified.
1080 if test -z "$srcdir"; then
1081 ac_srcdir_defaulted=yes
1082 # Try the directory containing this script, then the parent directory.
1083 ac_confdir=`$as_dirname -- "$0" ||
1084 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1085 X"$0" : 'X\(//\)[^/]' \| \
1086 X"$0" : 'X\(//\)$' \| \
1087 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1088 echo X"$0" |
1089 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1090 s//\1/
1093 /^X\(\/\/\)[^/].*/{
1094 s//\1/
1097 /^X\(\/\/\)$/{
1098 s//\1/
1101 /^X\(\/\).*/{
1102 s//\1/
1105 s/.*/./; q'`
1106 srcdir=$ac_confdir
1107 if test ! -r "$srcdir/$ac_unique_file"; then
1108 srcdir=..
1110 else
1111 ac_srcdir_defaulted=no
1113 if test ! -r "$srcdir/$ac_unique_file"; then
1114 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1115 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1116 { (exit 1); exit 1; }; }
1118 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1119 ac_abs_confdir=`(
1120 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1121 { (exit 1); exit 1; }; }
1122 pwd)`
1123 # When building in place, set srcdir=.
1124 if test "$ac_abs_confdir" = "$ac_pwd"; then
1125 srcdir=.
1127 # Remove unnecessary trailing slashes from srcdir.
1128 # Double slashes in file names in object file debugging info
1129 # mess up M-x gdb in Emacs.
1130 case $srcdir in
1131 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1132 esac
1133 for ac_var in $ac_precious_vars; do
1134 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1135 eval ac_env_${ac_var}_value=\$${ac_var}
1136 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1137 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1138 done
1141 # Report the --help message.
1143 if test "$ac_init_help" = "long"; then
1144 # Omit some internal or obsolete options to make the list less imposing.
1145 # This message is too long to be a string in the A/UX 3.1 sh.
1146 cat <<_ACEOF
1147 \`configure' configures GNU Automake 1.9c to adapt to many kinds of systems.
1149 Usage: $0 [OPTION]... [VAR=VALUE]...
1151 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1152 VAR=VALUE. See below for descriptions of some of the useful variables.
1154 Defaults for the options are specified in brackets.
1156 Configuration:
1157 -h, --help display this help and exit
1158 --help=short display options specific to this package
1159 --help=recursive display the short help of all the included packages
1160 -V, --version display version information and exit
1161 -q, --quiet, --silent do not print \`checking...' messages
1162 --cache-file=FILE cache test results in FILE [disabled]
1163 -C, --config-cache alias for \`--cache-file=config.cache'
1164 -n, --no-create do not create output files
1165 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1167 Installation directories:
1168 --prefix=PREFIX install architecture-independent files in PREFIX
1169 [$ac_default_prefix]
1170 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1171 [PREFIX]
1173 By default, \`make install' will install all the files in
1174 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1175 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1176 for instance \`--prefix=\$HOME'.
1178 For better control, use the options below.
1180 Fine tuning of the installation directories:
1181 --bindir=DIR user executables [EPREFIX/bin]
1182 --sbindir=DIR system admin executables [EPREFIX/sbin]
1183 --libexecdir=DIR program executables [EPREFIX/libexec]
1184 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1185 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1186 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1187 --libdir=DIR object code libraries [EPREFIX/lib]
1188 --includedir=DIR C header files [PREFIX/include]
1189 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1190 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1191 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1192 --infodir=DIR info documentation [DATAROOTDIR/info]
1193 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1194 --mandir=DIR man documentation [DATAROOTDIR/man]
1195 --docdir=DIR documentation root [DATAROOTDIR/doc/automake]
1196 --htmldir=DIR html documentation [DOCDIR]
1197 --dvidir=DIR dvi documentation [DOCDIR]
1198 --pdfdir=DIR pdf documentation [DOCDIR]
1199 --psdir=DIR ps documentation [DOCDIR]
1200 _ACEOF
1202 cat <<\_ACEOF
1204 Program names:
1205 --program-prefix=PREFIX prepend PREFIX to installed program names
1206 --program-suffix=SUFFIX append SUFFIX to installed program names
1207 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1209 System types:
1210 --build=BUILD configure for building on BUILD [guessed]
1211 _ACEOF
1214 if test -n "$ac_init_help"; then
1215 case $ac_init_help in
1216 short | recursive ) echo "Configuration of GNU Automake 1.9c:";;
1217 esac
1218 cat <<\_ACEOF
1220 Report bugs to <bug-automake@gnu.org>.
1221 _ACEOF
1222 ac_status=$?
1225 if test "$ac_init_help" = "recursive"; then
1226 # If there are subdirs, report their specific --help.
1227 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1228 test -d "$ac_dir" || continue
1229 ac_builddir=.
1231 case "$ac_dir" in
1232 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1234 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1235 # A ".." for each directory in $ac_dir_suffix.
1236 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1237 case $ac_top_builddir_sub in
1238 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1239 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1240 esac ;;
1241 esac
1242 ac_abs_top_builddir=$ac_pwd
1243 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1244 # for backward compatibility:
1245 ac_top_builddir=$ac_top_build_prefix
1247 case $srcdir in
1248 .) # We are building in place.
1249 ac_srcdir=.
1250 ac_top_srcdir=$ac_top_builddir_sub
1251 ac_abs_top_srcdir=$ac_pwd ;;
1252 [\\/]* | ?:[\\/]* ) # Absolute name.
1253 ac_srcdir=$srcdir$ac_dir_suffix;
1254 ac_top_srcdir=$srcdir
1255 ac_abs_top_srcdir=$srcdir ;;
1256 *) # Relative name.
1257 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1258 ac_top_srcdir=$ac_top_build_prefix$srcdir
1259 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1260 esac
1261 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1263 cd "$ac_dir" || { ac_status=$?; continue; }
1264 # Check for guested configure.
1265 if test -f "$ac_srcdir/configure.gnu"; then
1266 echo &&
1267 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1268 elif test -f "$ac_srcdir/configure"; then
1269 echo &&
1270 $SHELL "$ac_srcdir/configure" --help=recursive
1271 else
1272 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1273 fi || ac_status=$?
1274 cd "$ac_pwd" || { ac_status=$?; break; }
1275 done
1278 test -n "$ac_init_help" && exit $ac_status
1279 if $ac_init_version; then
1280 cat <<\_ACEOF
1281 GNU Automake configure 1.9c
1282 generated by GNU Autoconf 2.60
1284 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1285 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1286 This configure script is free software; the Free Software Foundation
1287 gives unlimited permission to copy, distribute and modify it.
1288 _ACEOF
1289 exit
1291 cat >config.log <<_ACEOF
1292 This file contains any messages produced by compilers while
1293 running configure, to aid debugging if configure makes a mistake.
1295 It was created by GNU Automake $as_me 1.9c, which was
1296 generated by GNU Autoconf 2.60. Invocation command line was
1298 $ $0 $@
1300 _ACEOF
1301 exec 5>>config.log
1303 cat <<_ASUNAME
1304 ## --------- ##
1305 ## Platform. ##
1306 ## --------- ##
1308 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1309 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1310 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1311 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1312 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1314 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1315 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1317 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1318 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1319 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1320 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1321 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1322 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1323 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1325 _ASUNAME
1327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1328 for as_dir in $PATH
1330 IFS=$as_save_IFS
1331 test -z "$as_dir" && as_dir=.
1332 echo "PATH: $as_dir"
1333 done
1334 IFS=$as_save_IFS
1336 } >&5
1338 cat >&5 <<_ACEOF
1341 ## ----------- ##
1342 ## Core tests. ##
1343 ## ----------- ##
1345 _ACEOF
1348 # Keep a trace of the command line.
1349 # Strip out --no-create and --no-recursion so they do not pile up.
1350 # Strip out --silent because we don't want to record it for future runs.
1351 # Also quote any args containing shell meta-characters.
1352 # Make two passes to allow for proper duplicate-argument suppression.
1353 ac_configure_args=
1354 ac_configure_args0=
1355 ac_configure_args1=
1356 ac_must_keep_next=false
1357 for ac_pass in 1 2
1359 for ac_arg
1361 case $ac_arg in
1362 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1363 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1364 | -silent | --silent | --silen | --sile | --sil)
1365 continue ;;
1366 *\'*)
1367 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1368 esac
1369 case $ac_pass in
1370 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1372 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1373 if test $ac_must_keep_next = true; then
1374 ac_must_keep_next=false # Got value, back to normal.
1375 else
1376 case $ac_arg in
1377 *=* | --config-cache | -C | -disable-* | --disable-* \
1378 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1379 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1380 | -with-* | --with-* | -without-* | --without-* | --x)
1381 case "$ac_configure_args0 " in
1382 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1383 esac
1385 -* ) ac_must_keep_next=true ;;
1386 esac
1388 ac_configure_args="$ac_configure_args '$ac_arg'"
1390 esac
1391 done
1392 done
1393 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1394 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1396 # When interrupted or exit'd, cleanup temporary files, and complete
1397 # config.log. We remove comments because anyway the quotes in there
1398 # would cause problems or look ugly.
1399 # WARNING: Use '\'' to represent an apostrophe within the trap.
1400 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1401 trap 'exit_status=$?
1402 # Save into config.log some information that might help in debugging.
1404 echo
1406 cat <<\_ASBOX
1407 ## ---------------- ##
1408 ## Cache variables. ##
1409 ## ---------------- ##
1410 _ASBOX
1411 echo
1412 # The following way of writing the cache mishandles newlines in values,
1414 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1415 eval ac_val=\$$ac_var
1416 case $ac_val in #(
1417 *${as_nl}*)
1418 case $ac_var in #(
1419 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1420 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1421 esac
1422 case $ac_var in #(
1423 _ | IFS | as_nl) ;; #(
1424 *) $as_unset $ac_var ;;
1425 esac ;;
1426 esac
1427 done
1428 (set) 2>&1 |
1429 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1430 *${as_nl}ac_space=\ *)
1431 sed -n \
1432 "s/'\''/'\''\\\\'\'''\''/g;
1433 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1434 ;; #(
1436 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1438 esac |
1439 sort
1441 echo
1443 cat <<\_ASBOX
1444 ## ----------------- ##
1445 ## Output variables. ##
1446 ## ----------------- ##
1447 _ASBOX
1448 echo
1449 for ac_var in $ac_subst_vars
1451 eval ac_val=\$$ac_var
1452 case $ac_val in
1453 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1454 esac
1455 echo "$ac_var='\''$ac_val'\''"
1456 done | sort
1457 echo
1459 if test -n "$ac_subst_files"; then
1460 cat <<\_ASBOX
1461 ## ------------------- ##
1462 ## File substitutions. ##
1463 ## ------------------- ##
1464 _ASBOX
1465 echo
1466 for ac_var in $ac_subst_files
1468 eval ac_val=\$$ac_var
1469 case $ac_val in
1470 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1471 esac
1472 echo "$ac_var='\''$ac_val'\''"
1473 done | sort
1474 echo
1477 if test -s confdefs.h; then
1478 cat <<\_ASBOX
1479 ## ----------- ##
1480 ## confdefs.h. ##
1481 ## ----------- ##
1482 _ASBOX
1483 echo
1484 cat confdefs.h
1485 echo
1487 test "$ac_signal" != 0 &&
1488 echo "$as_me: caught signal $ac_signal"
1489 echo "$as_me: exit $exit_status"
1490 } >&5
1491 rm -f core *.core core.conftest.* &&
1492 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1493 exit $exit_status
1495 for ac_signal in 1 2 13 15; do
1496 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1497 done
1498 ac_signal=0
1500 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1501 rm -f -r conftest* confdefs.h
1503 # Predefined preprocessor variables.
1505 cat >>confdefs.h <<_ACEOF
1506 #define PACKAGE_NAME "$PACKAGE_NAME"
1507 _ACEOF
1510 cat >>confdefs.h <<_ACEOF
1511 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1512 _ACEOF
1515 cat >>confdefs.h <<_ACEOF
1516 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1517 _ACEOF
1520 cat >>confdefs.h <<_ACEOF
1521 #define PACKAGE_STRING "$PACKAGE_STRING"
1522 _ACEOF
1525 cat >>confdefs.h <<_ACEOF
1526 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1527 _ACEOF
1530 # Let the site file select an alternate cache file if it wants to.
1531 # Prefer explicitly selected file to automatically selected ones.
1532 if test -n "$CONFIG_SITE"; then
1533 set x "$CONFIG_SITE"
1534 elif test "x$prefix" != xNONE; then
1535 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1536 else
1537 set x "$ac_default_prefix/share/config.site" \
1538 "$ac_default_prefix/etc/config.site"
1540 shift
1541 for ac_site_file
1543 if test -r "$ac_site_file"; then
1544 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1545 echo "$as_me: loading site script $ac_site_file" >&6;}
1546 sed 's/^/| /' "$ac_site_file" >&5
1547 . "$ac_site_file"
1549 done
1551 if test -r "$cache_file"; then
1552 # Some versions of bash will fail to source /dev/null (special
1553 # files actually), so we avoid doing that.
1554 if test -f "$cache_file"; then
1555 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1556 echo "$as_me: loading cache $cache_file" >&6;}
1557 case $cache_file in
1558 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1559 *) . "./$cache_file";;
1560 esac
1562 else
1563 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1564 echo "$as_me: creating cache $cache_file" >&6;}
1565 >$cache_file
1568 # Check that the precious variables saved in the cache have kept the same
1569 # value.
1570 ac_cache_corrupted=false
1571 for ac_var in $ac_precious_vars; do
1572 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1573 eval ac_new_set=\$ac_env_${ac_var}_set
1574 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1575 eval ac_new_val=\$ac_env_${ac_var}_value
1576 case $ac_old_set,$ac_new_set in
1577 set,)
1578 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1579 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1580 ac_cache_corrupted=: ;;
1581 ,set)
1582 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1583 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1584 ac_cache_corrupted=: ;;
1585 ,);;
1587 if test "x$ac_old_val" != "x$ac_new_val"; then
1588 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1589 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1590 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1591 echo "$as_me: former value: $ac_old_val" >&2;}
1592 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1593 echo "$as_me: current value: $ac_new_val" >&2;}
1594 ac_cache_corrupted=:
1595 fi;;
1596 esac
1597 # Pass precious variables to config.status.
1598 if test "$ac_new_set" = set; then
1599 case $ac_new_val in
1600 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1601 *) ac_arg=$ac_var=$ac_new_val ;;
1602 esac
1603 case " $ac_configure_args " in
1604 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1605 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1606 esac
1608 done
1609 if $ac_cache_corrupted; then
1610 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1611 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1612 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1613 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1614 { (exit 1); exit 1; }; }
1641 ac_ext=c
1642 ac_cpp='$CPP $CPPFLAGS'
1643 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1644 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1645 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1650 ac_aux_dir=
1651 for ac_dir in lib "$srcdir"/lib; do
1652 if test -f "$ac_dir/install-sh"; then
1653 ac_aux_dir=$ac_dir
1654 ac_install_sh="$ac_aux_dir/install-sh -c"
1655 break
1656 elif test -f "$ac_dir/install.sh"; then
1657 ac_aux_dir=$ac_dir
1658 ac_install_sh="$ac_aux_dir/install.sh -c"
1659 break
1660 elif test -f "$ac_dir/shtool"; then
1661 ac_aux_dir=$ac_dir
1662 ac_install_sh="$ac_aux_dir/shtool install -c"
1663 break
1665 done
1666 if test -z "$ac_aux_dir"; then
1667 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in lib \"$srcdir\"/lib" >&5
1668 echo "$as_me: error: cannot find install-sh or install.sh in lib \"$srcdir\"/lib" >&2;}
1669 { (exit 1); exit 1; }; }
1672 # These three variables are undocumented and unsupported,
1673 # and are intended to be withdrawn in a future Autoconf release.
1674 # They can cause serious problems if a builder's source tree is in a directory
1675 # whose full name contains unusual characters.
1676 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1677 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1678 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1682 # Make sure we can run config.sub.
1683 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1684 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
1685 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1686 { (exit 1); exit 1; }; }
1688 { echo "$as_me:$LINENO: checking build system type" >&5
1689 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
1690 if test "${ac_cv_build+set}" = set; then
1691 echo $ECHO_N "(cached) $ECHO_C" >&6
1692 else
1693 ac_build_alias=$build_alias
1694 test "x$ac_build_alias" = x &&
1695 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1696 test "x$ac_build_alias" = x &&
1697 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1698 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1699 { (exit 1); exit 1; }; }
1700 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1701 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
1702 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1703 { (exit 1); exit 1; }; }
1706 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1707 echo "${ECHO_T}$ac_cv_build" >&6; }
1708 case $ac_cv_build in
1709 *-*-*) ;;
1710 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1711 echo "$as_me: error: invalid value of canonical build" >&2;}
1712 { (exit 1); exit 1; }; };;
1713 esac
1714 build=$ac_cv_build
1715 ac_save_IFS=$IFS; IFS='-'
1716 set x $ac_cv_build
1717 shift
1718 build_cpu=$1
1719 build_vendor=$2
1720 shift; shift
1721 # Remember, the first character of IFS is used to create $*,
1722 # except with old shells:
1723 build_os=$*
1724 IFS=$ac_save_IFS
1725 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1729 # Save the AUTOCONF setting before AM_INIT_AUTOMAKE overrides it; this
1730 # way we can run Autoconf tests from configure (or from the test
1731 # suite) without being bothered by `missing'.
1732 am_AUTOCONF="${AUTOCONF-autoconf}"
1735 am__api_version='1.9c'
1737 # Find a good install program. We prefer a C program (faster),
1738 # so one script is as good as another. But avoid the broken or
1739 # incompatible versions:
1740 # SysV /etc/install, /usr/sbin/install
1741 # SunOS /usr/etc/install
1742 # IRIX /sbin/install
1743 # AIX /bin/install
1744 # AmigaOS /C/install, which installs bootblocks on floppy discs
1745 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1746 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1747 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1748 # OS/2's system install, which has a completely different semantic
1749 # ./install, which can be erroneously created by make from ./install.sh.
1750 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1751 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1752 if test -z "$INSTALL"; then
1753 if test "${ac_cv_path_install+set}" = set; then
1754 echo $ECHO_N "(cached) $ECHO_C" >&6
1755 else
1756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1757 for as_dir in $PATH
1759 IFS=$as_save_IFS
1760 test -z "$as_dir" && as_dir=.
1761 # Account for people who put trailing slashes in PATH elements.
1762 case $as_dir/ in
1763 ./ | .// | /cC/* | \
1764 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1765 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1766 /usr/ucb/* ) ;;
1768 # OSF1 and SCO ODT 3.0 have their own names for install.
1769 # Don't use installbsd from OSF since it installs stuff as root
1770 # by default.
1771 for ac_prog in ginstall scoinst install; do
1772 for ac_exec_ext in '' $ac_executable_extensions; do
1773 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
1774 if test $ac_prog = install &&
1775 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1776 # AIX install. It has an incompatible calling convention.
1778 elif test $ac_prog = install &&
1779 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1780 # program-specific install script used by HP pwplus--don't use.
1782 else
1783 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1784 break 3
1787 done
1788 done
1790 esac
1791 done
1792 IFS=$as_save_IFS
1796 if test "${ac_cv_path_install+set}" = set; then
1797 INSTALL=$ac_cv_path_install
1798 else
1799 # As a last resort, use the slow shell script. Don't cache a
1800 # value for INSTALL within a source directory, because that will
1801 # break other packages using the cache if that directory is
1802 # removed, or if the value is a relative name.
1803 INSTALL=$ac_install_sh
1806 { echo "$as_me:$LINENO: result: $INSTALL" >&5
1807 echo "${ECHO_T}$INSTALL" >&6; }
1809 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1810 # It thinks the first close brace ends the variable substitution.
1811 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1813 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1815 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1817 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1818 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
1819 # Just in case
1820 sleep 1
1821 echo timestamp > conftest.file
1822 # Do `set' in a subshell so we don't clobber the current shell's
1823 # arguments. Must try -L first in case configure is actually a
1824 # symlink; some systems play weird games with the mod time of symlinks
1825 # (eg FreeBSD returns the mod time of the symlink's containing
1826 # directory).
1827 if (
1828 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1829 if test "$*" = "X"; then
1830 # -L didn't work.
1831 set X `ls -t $srcdir/configure conftest.file`
1833 rm -f conftest.file
1834 if test "$*" != "X $srcdir/configure conftest.file" \
1835 && test "$*" != "X conftest.file $srcdir/configure"; then
1837 # If neither matched, then we have a broken ls. This can happen
1838 # if, for instance, CONFIG_SHELL is bash and it inherits a
1839 # broken ls alias from the environment. This has actually
1840 # happened. Such a system could not be considered "sane".
1841 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1842 alias in your environment" >&5
1843 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1844 alias in your environment" >&2;}
1845 { (exit 1); exit 1; }; }
1848 test "$2" = conftest.file
1850 then
1851 # Ok.
1853 else
1854 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1855 Check your system clock" >&5
1856 echo "$as_me: error: newly created file is older than distributed files!
1857 Check your system clock" >&2;}
1858 { (exit 1); exit 1; }; }
1860 { echo "$as_me:$LINENO: result: yes" >&5
1861 echo "${ECHO_T}yes" >&6; }
1862 test "$program_prefix" != NONE &&
1863 program_transform_name="s&^&$program_prefix&;$program_transform_name"
1864 # Use a double $ so make ignores it.
1865 test "$program_suffix" != NONE &&
1866 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1867 # Double any \ or $. echo might interpret backslashes.
1868 # By default was `s,x,x', remove it if useless.
1869 cat <<\_ACEOF >conftest.sed
1870 s/[\\$]/&&/g;s/;s,x,x,$//
1871 _ACEOF
1872 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1873 rm -f conftest.sed
1875 # expand $ac_aux_dir to an absolute path
1876 am_aux_dir=`cd $ac_aux_dir && pwd`
1878 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1879 # Use eval to expand $SHELL
1880 if eval "$MISSING --run true"; then
1881 am_missing_run="$MISSING --run "
1882 else
1883 am_missing_run=
1884 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1885 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1888 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
1889 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
1890 if test -z "$MKDIR_P"; then
1891 if test "${ac_cv_path_mkdir+set}" = set; then
1892 echo $ECHO_N "(cached) $ECHO_C" >&6
1893 else
1894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1895 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
1897 IFS=$as_save_IFS
1898 test -z "$as_dir" && as_dir=.
1899 for ac_prog in mkdir gmkdir; do
1900 for ac_exec_ext in '' $ac_executable_extensions; do
1901 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; } || continue
1902 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
1903 'mkdir (GNU coreutils) '* | \
1904 'mkdir (coreutils) '* | \
1905 'mkdir (fileutils) '4.1*)
1906 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
1907 break 3;;
1908 esac
1909 done
1910 done
1911 done
1912 IFS=$as_save_IFS
1916 if test "${ac_cv_path_mkdir+set}" = set; then
1917 MKDIR_P="$ac_cv_path_mkdir -p"
1918 else
1919 # As a last resort, use the slow shell script. Don't cache a
1920 # value for MKDIR_P within a source directory, because that will
1921 # break other packages using the cache if that directory is
1922 # removed, or if the value is a relative name.
1923 test -d ./--version && rmdir ./--version
1924 MKDIR_P="$ac_install_sh -d"
1927 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
1928 echo "${ECHO_T}$MKDIR_P" >&6; }
1930 mkdir_p="$MKDIR_P"
1931 case $mkdir_p in
1932 [\\/$]* | ?:[\\/]*) ;;
1933 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
1934 esac
1936 for ac_prog in gawk mawk nawk awk
1938 # Extract the first word of "$ac_prog", so it can be a program name with args.
1939 set dummy $ac_prog; ac_word=$2
1940 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1941 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1942 if test "${ac_cv_prog_AWK+set}" = set; then
1943 echo $ECHO_N "(cached) $ECHO_C" >&6
1944 else
1945 if test -n "$AWK"; then
1946 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1947 else
1948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1949 for as_dir in $PATH
1951 IFS=$as_save_IFS
1952 test -z "$as_dir" && as_dir=.
1953 for ac_exec_ext in '' $ac_executable_extensions; do
1954 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1955 ac_cv_prog_AWK="$ac_prog"
1956 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1957 break 2
1959 done
1960 done
1961 IFS=$as_save_IFS
1965 AWK=$ac_cv_prog_AWK
1966 if test -n "$AWK"; then
1967 { echo "$as_me:$LINENO: result: $AWK" >&5
1968 echo "${ECHO_T}$AWK" >&6; }
1969 else
1970 { echo "$as_me:$LINENO: result: no" >&5
1971 echo "${ECHO_T}no" >&6; }
1975 test -n "$AWK" && break
1976 done
1978 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1979 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
1980 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1981 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
1982 echo $ECHO_N "(cached) $ECHO_C" >&6
1983 else
1984 cat >conftest.make <<\_ACEOF
1985 SHELL = /bin/sh
1986 all:
1987 @echo '@@@%%%=$(MAKE)=@@@%%%'
1988 _ACEOF
1989 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1990 case `${MAKE-make} -f conftest.make 2>/dev/null` in
1991 *@@@%%%=?*=@@@%%%*)
1992 eval ac_cv_prog_make_${ac_make}_set=yes;;
1994 eval ac_cv_prog_make_${ac_make}_set=no;;
1995 esac
1996 rm -f conftest.make
1998 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
1999 { echo "$as_me:$LINENO: result: yes" >&5
2000 echo "${ECHO_T}yes" >&6; }
2001 SET_MAKE=
2002 else
2003 { echo "$as_me:$LINENO: result: no" >&5
2004 echo "${ECHO_T}no" >&6; }
2005 SET_MAKE="MAKE=${MAKE-make}"
2008 rm -rf .tst 2>/dev/null
2009 mkdir .tst 2>/dev/null
2010 if test -d .tst; then
2011 am__leading_dot=.
2012 else
2013 am__leading_dot=_
2015 rmdir .tst 2>/dev/null
2017 # test to see if srcdir already configured
2018 if test "`cd $srcdir && pwd`" != "`pwd`" &&
2019 test -f $srcdir/config.status; then
2020 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2021 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2022 { (exit 1); exit 1; }; }
2025 # test whether we have cygpath
2026 if test -z "$CYGPATH_W"; then
2027 if (cygpath --version) >/dev/null 2>/dev/null; then
2028 CYGPATH_W='cygpath -w'
2029 else
2030 CYGPATH_W=echo
2035 # Define the identity of the package.
2036 PACKAGE='automake'
2037 VERSION='1.9c'
2040 cat >>confdefs.h <<_ACEOF
2041 #define PACKAGE "$PACKAGE"
2042 _ACEOF
2045 cat >>confdefs.h <<_ACEOF
2046 #define VERSION "$VERSION"
2047 _ACEOF
2049 # Some tools Automake needs.
2051 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2054 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2057 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2060 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2063 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2065 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2067 # Installed binaries are usually stripped using `strip' when the user
2068 # run `make install-strip'. However `strip' might not be the right
2069 # tool to use in cross-compilation environments, therefore Automake
2070 # will honor the `STRIP' environment variable to overrule this program.
2071 if test "$cross_compiling" != no; then
2072 if test -n "$ac_tool_prefix"; then
2073 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2074 set dummy ${ac_tool_prefix}strip; ac_word=$2
2075 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2076 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2077 if test "${ac_cv_prog_STRIP+set}" = set; then
2078 echo $ECHO_N "(cached) $ECHO_C" >&6
2079 else
2080 if test -n "$STRIP"; then
2081 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2082 else
2083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2084 for as_dir in $PATH
2086 IFS=$as_save_IFS
2087 test -z "$as_dir" && as_dir=.
2088 for ac_exec_ext in '' $ac_executable_extensions; do
2089 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2090 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2091 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2092 break 2
2094 done
2095 done
2096 IFS=$as_save_IFS
2100 STRIP=$ac_cv_prog_STRIP
2101 if test -n "$STRIP"; then
2102 { echo "$as_me:$LINENO: result: $STRIP" >&5
2103 echo "${ECHO_T}$STRIP" >&6; }
2104 else
2105 { echo "$as_me:$LINENO: result: no" >&5
2106 echo "${ECHO_T}no" >&6; }
2111 if test -z "$ac_cv_prog_STRIP"; then
2112 ac_ct_STRIP=$STRIP
2113 # Extract the first word of "strip", so it can be a program name with args.
2114 set dummy strip; ac_word=$2
2115 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2116 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2117 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2118 echo $ECHO_N "(cached) $ECHO_C" >&6
2119 else
2120 if test -n "$ac_ct_STRIP"; then
2121 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2122 else
2123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2124 for as_dir in $PATH
2126 IFS=$as_save_IFS
2127 test -z "$as_dir" && as_dir=.
2128 for ac_exec_ext in '' $ac_executable_extensions; do
2129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2130 ac_cv_prog_ac_ct_STRIP="strip"
2131 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2132 break 2
2134 done
2135 done
2136 IFS=$as_save_IFS
2140 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2141 if test -n "$ac_ct_STRIP"; then
2142 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2143 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2144 else
2145 { echo "$as_me:$LINENO: result: no" >&5
2146 echo "${ECHO_T}no" >&6; }
2149 if test "x$ac_ct_STRIP" = x; then
2150 STRIP=":"
2151 else
2152 case $cross_compiling:$ac_tool_warned in
2153 yes:)
2154 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2155 whose name does not start with the host triplet. If you think this
2156 configuration is useful to you, please write to autoconf@gnu.org." >&5
2157 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2158 whose name does not start with the host triplet. If you think this
2159 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2160 ac_tool_warned=yes ;;
2161 esac
2162 STRIP=$ac_ct_STRIP
2164 else
2165 STRIP="$ac_cv_prog_STRIP"
2169 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2171 # We need awk for the "check" target. The system "awk" is bad on
2172 # some platforms.
2173 # Always define AMTAR for backward compatibility.
2175 AMTAR=${AMTAR-"${am_missing_run}tar"}
2177 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2184 # The API version is the base version. We must guarantee
2185 # compatibility for all releases with the same API version.
2186 # Our current rule is that:
2187 # * All releases, including the prereleases, in an X.Y series
2188 # are compatible. So 1.5.1c is compatible with 1.5.
2189 # * Prereleases on the trunk are all incompatible -- 1.5b and 1.5c
2190 # aren't the same.
2191 APIVERSION=`echo "$VERSION" | sed -e 's/^\([0-9]*\.[0-9]*[a-z]*\).*$/\1/'`
2194 # A versioned directory, defined here for convenience.
2195 pkgvdatadir="\${datadir}/$PACKAGE-$APIVERSION"
2198 # $AUTOMAKE and $ACLOCAL are always run after a `cd $top_srcdir',
2199 # hence `.' is really what we want for perllibdir, libdir, and acdir.
2200 ACLOCAL="perllibdir=`pwd`\"/lib$PATH_SEPARATOR./lib\" `pwd`/aclocal --acdir=m4 -I m4"
2201 AUTOMAKE="perllibdir=`pwd`\"/lib$PATH_SEPARATOR./lib\" `pwd`/automake --libdir=lib"
2203 # Extract the first word of "perl", so it can be a program name with args.
2204 set dummy perl; ac_word=$2
2205 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2206 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2207 if test "${ac_cv_path_PERL+set}" = set; then
2208 echo $ECHO_N "(cached) $ECHO_C" >&6
2209 else
2210 case $PERL in
2211 [\\/]* | ?:[\\/]*)
2212 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
2215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2216 for as_dir in $PATH
2218 IFS=$as_save_IFS
2219 test -z "$as_dir" && as_dir=.
2220 for ac_exec_ext in '' $ac_executable_extensions; do
2221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2222 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
2223 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2224 break 2
2226 done
2227 done
2228 IFS=$as_save_IFS
2231 esac
2233 PERL=$ac_cv_path_PERL
2234 if test -n "$PERL"; then
2235 { echo "$as_me:$LINENO: result: $PERL" >&5
2236 echo "${ECHO_T}$PERL" >&6; }
2237 else
2238 { echo "$as_me:$LINENO: result: no" >&5
2239 echo "${ECHO_T}no" >&6; }
2243 if test -z "$PERL"; then
2244 { { echo "$as_me:$LINENO: error: perl not found" >&5
2245 echo "$as_me: error: perl not found" >&2;}
2246 { (exit 1); exit 1; }; }
2248 $PERL -e 'require 5.006;' || {
2249 { { echo "$as_me:$LINENO: error: perl 5.6 or better is required; perl 5.8.2 or better
2250 is recommended. If you have several perl versions
2251 installed, select the one Automake should use using
2252 ./configure PERL=/path/to/perl" >&5
2253 echo "$as_me: error: perl 5.6 or better is required; perl 5.8.2 or better
2254 is recommended. If you have several perl versions
2255 installed, select the one Automake should use using
2256 ./configure PERL=/path/to/perl" >&2;}
2257 { (exit 1); exit 1; }; }
2260 # The test suite will skip some tests if tex is absent.
2261 # Extract the first word of "tex", so it can be a program name with args.
2262 set dummy tex; ac_word=$2
2263 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2264 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2265 if test "${ac_cv_prog_TEX+set}" = set; then
2266 echo $ECHO_N "(cached) $ECHO_C" >&6
2267 else
2268 if test -n "$TEX"; then
2269 ac_cv_prog_TEX="$TEX" # Let the user override the test.
2270 else
2271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2272 for as_dir in $PATH
2274 IFS=$as_save_IFS
2275 test -z "$as_dir" && as_dir=.
2276 for ac_exec_ext in '' $ac_executable_extensions; do
2277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2278 ac_cv_prog_TEX="tex"
2279 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2280 break 2
2282 done
2283 done
2284 IFS=$as_save_IFS
2288 TEX=$ac_cv_prog_TEX
2289 if test -n "$TEX"; then
2290 { echo "$as_me:$LINENO: result: $TEX" >&5
2291 echo "${ECHO_T}$TEX" >&6; }
2292 else
2293 { echo "$as_me:$LINENO: result: no" >&5
2294 echo "${ECHO_T}no" >&6; }
2299 # Test for Autoconf. We run Autoconf in a subdirectory to ease
2300 # deletion of any files created (such as those added to
2301 # autom4te.cache). We used to perform only the last of the three
2302 # following tests, but some users were unable to figure out that their
2303 # installation was broken since --version appeared to work.
2305 { echo "$as_me:$LINENO: checking whether autoconf is installed" >&5
2306 echo $ECHO_N "checking whether autoconf is installed... $ECHO_C" >&6; }
2307 if test "${am_cv_autoconf_installed+set}" = set; then
2308 echo $ECHO_N "(cached) $ECHO_C" >&6
2309 else
2310 if { echo "$as_me:$LINENO: eval $am_AUTOCONF --version" >&5
2311 (eval $am_AUTOCONF --version) >&5 2>&5
2312 ac_status=$?
2313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2314 (exit $ac_status); };
2315 then
2316 am_cv_autoconf_installed=yes
2317 else
2318 am_cv_autoconf_installed=no
2321 { echo "$as_me:$LINENO: result: $am_cv_autoconf_installed" >&5
2322 echo "${ECHO_T}$am_cv_autoconf_installed" >&6; }
2323 if test "$am_cv_autoconf_installed" = no; then
2324 { { echo "$as_me:$LINENO: error: Autoconf 2.58 or better is required.
2325 Please make sure it is installed and in your PATH." >&5
2326 echo "$as_me: error: Autoconf 2.58 or better is required.
2327 Please make sure it is installed and in your PATH." >&2;}
2328 { (exit 1); exit 1; }; }
2331 { echo "$as_me:$LINENO: checking whether autoconf works" >&5
2332 echo $ECHO_N "checking whether autoconf works... $ECHO_C" >&6; }
2333 if test "${am_cv_autoconf_works+set}" = set; then
2334 echo $ECHO_N "(cached) $ECHO_C" >&6
2335 else
2336 mkdir conftest
2337 echo 'AC''_INIT' > conftest/conftest.ac
2338 if { echo "$as_me:$LINENO: cd conftest && eval $am_AUTOCONF -o /dev/null conftest.ac" >&5
2339 (cd conftest && eval $am_AUTOCONF -o /dev/null conftest.ac) >&5 2>&5
2340 ac_status=$?
2341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2342 (exit $ac_status); };
2343 then
2344 am_cv_autoconf_works=yes
2345 else
2346 am_cv_autoconf_works=no
2348 rm -rf conftest
2350 { echo "$as_me:$LINENO: result: $am_cv_autoconf_works" >&5
2351 echo "${ECHO_T}$am_cv_autoconf_works" >&6; }
2352 if test "$am_cv_autoconf_works" = no; then
2353 { { echo "$as_me:$LINENO: error: The installed version of autoconf does not work.
2354 Please check config.log for error messages before this one." >&5
2355 echo "$as_me: error: The installed version of autoconf does not work.
2356 Please check config.log for error messages before this one." >&2;}
2357 { (exit 1); exit 1; }; }
2360 { echo "$as_me:$LINENO: checking whether autoconf is recent enough" >&5
2361 echo $ECHO_N "checking whether autoconf is recent enough... $ECHO_C" >&6; }
2362 if test "${am_cv_autoconf_version+set}" = set; then
2363 echo $ECHO_N "(cached) $ECHO_C" >&6
2364 else
2365 mkdir conftest
2366 echo 'AC''_PREREQ(2.58)' > conftest/conftest.ac
2367 if { echo "$as_me:$LINENO: cd conftest && eval $am_AUTOCONF -o /dev/null conftest.ac" >&5
2368 (cd conftest && eval $am_AUTOCONF -o /dev/null conftest.ac) >&5 2>&5
2369 ac_status=$?
2370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2371 (exit $ac_status); };
2372 then
2373 am_cv_autoconf_version=yes
2374 else
2375 am_cv_autoconf_version=no
2377 rm -rf conftest
2379 { echo "$as_me:$LINENO: result: $am_cv_autoconf_version" >&5
2380 echo "${ECHO_T}$am_cv_autoconf_version" >&6; }
2381 if test "$am_cv_autoconf_version" = no; then
2382 { { echo "$as_me:$LINENO: error: Autoconf 2.58 or better is required." >&5
2383 echo "$as_me: error: Autoconf 2.58 or better is required." >&2;}
2384 { (exit 1); exit 1; }; }
2387 # Test for ln. We need use it to install the versioned binaries.
2388 { echo "$as_me:$LINENO: checking whether ln works" >&5
2389 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
2390 if test "${am_cv_prog_ln+set}" = set; then
2391 echo $ECHO_N "(cached) $ECHO_C" >&6
2392 else
2394 rm -f conftest conftest.file
2395 : >conftest.file
2396 if ln conftest.file conftest 2>/dev/null; then
2397 am_cv_prog_ln=ln
2398 else
2399 am_cv_prog_ln='cp -p'
2401 rm -f conftest conftest.file
2404 LN=$am_cv_prog_ln
2406 result=no
2407 test "x$am_cv_prog_ln" = xln && result=yes
2408 { echo "$as_me:$LINENO: result: $result" >&5
2409 echo "${ECHO_T}$result" >&6; }
2411 # The amount we should wait after modifying files depends on the platform.
2412 # On Windows '95, '98 and ME, files modifications have 2-seconds
2413 # granularity and can be up to 3 seconds in the future w.r.t. the
2414 # system clock. When it is important to ensure one file is older
2415 # than another we wait at least 5 seconds between creations.
2416 case $build in
2417 *-pc-msdosdjgpp) MODIFICATION_DELAY=5;;
2418 *) MODIFICATION_DELAY=2;;
2419 esac
2422 # Test for things needed by the test suite.
2423 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
2424 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
2425 if test "${ac_cv_path_GREP+set}" = set; then
2426 echo $ECHO_N "(cached) $ECHO_C" >&6
2427 else
2428 # Extract the first word of "grep ggrep" to use in msg output
2429 if test -z "$GREP"; then
2430 set dummy grep ggrep; ac_prog_name=$2
2431 if test "${ac_cv_path_GREP+set}" = set; then
2432 echo $ECHO_N "(cached) $ECHO_C" >&6
2433 else
2434 ac_path_GREP_found=false
2435 # Loop through the user's path and test for each of PROGNAME-LIST
2436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2437 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
2439 IFS=$as_save_IFS
2440 test -z "$as_dir" && as_dir=.
2441 for ac_prog in grep ggrep; do
2442 for ac_exec_ext in '' $ac_executable_extensions; do
2443 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
2444 { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue
2445 # Check for GNU ac_path_GREP and select it if it is found.
2446 # Check for GNU $ac_path_GREP
2447 case `"$ac_path_GREP" --version 2>&1` in
2448 *GNU*)
2449 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
2451 ac_count=0
2452 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
2453 while :
2455 cat "conftest.in" "conftest.in" >"conftest.tmp"
2456 mv "conftest.tmp" "conftest.in"
2457 cp "conftest.in" "conftest.nl"
2458 echo 'GREP' >> "conftest.nl"
2459 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
2460 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2461 ac_count=`expr $ac_count + 1`
2462 if test $ac_count -gt ${ac_path_GREP_max-0}; then
2463 # Best one so far, save it but keep looking for a better one
2464 ac_cv_path_GREP="$ac_path_GREP"
2465 ac_path_GREP_max=$ac_count
2467 # 10*(2^10) chars as input seems more than enough
2468 test $ac_count -gt 10 && break
2469 done
2470 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2471 esac
2474 $ac_path_GREP_found && break 3
2475 done
2476 done
2478 done
2479 IFS=$as_save_IFS
2484 GREP="$ac_cv_path_GREP"
2485 if test -z "$GREP"; then
2486 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
2487 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
2488 { (exit 1); exit 1; }; }
2491 else
2492 ac_cv_path_GREP=$GREP
2497 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
2498 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
2499 GREP="$ac_cv_path_GREP"
2502 { echo "$as_me:$LINENO: checking for egrep" >&5
2503 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
2504 if test "${ac_cv_path_EGREP+set}" = set; then
2505 echo $ECHO_N "(cached) $ECHO_C" >&6
2506 else
2507 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
2508 then ac_cv_path_EGREP="$GREP -E"
2509 else
2510 # Extract the first word of "egrep" to use in msg output
2511 if test -z "$EGREP"; then
2512 set dummy egrep; ac_prog_name=$2
2513 if test "${ac_cv_path_EGREP+set}" = set; then
2514 echo $ECHO_N "(cached) $ECHO_C" >&6
2515 else
2516 ac_path_EGREP_found=false
2517 # Loop through the user's path and test for each of PROGNAME-LIST
2518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2519 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
2521 IFS=$as_save_IFS
2522 test -z "$as_dir" && as_dir=.
2523 for ac_prog in egrep; do
2524 for ac_exec_ext in '' $ac_executable_extensions; do
2525 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
2526 { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue
2527 # Check for GNU ac_path_EGREP and select it if it is found.
2528 # Check for GNU $ac_path_EGREP
2529 case `"$ac_path_EGREP" --version 2>&1` in
2530 *GNU*)
2531 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
2533 ac_count=0
2534 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
2535 while :
2537 cat "conftest.in" "conftest.in" >"conftest.tmp"
2538 mv "conftest.tmp" "conftest.in"
2539 cp "conftest.in" "conftest.nl"
2540 echo 'EGREP' >> "conftest.nl"
2541 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
2542 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2543 ac_count=`expr $ac_count + 1`
2544 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
2545 # Best one so far, save it but keep looking for a better one
2546 ac_cv_path_EGREP="$ac_path_EGREP"
2547 ac_path_EGREP_max=$ac_count
2549 # 10*(2^10) chars as input seems more than enough
2550 test $ac_count -gt 10 && break
2551 done
2552 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2553 esac
2556 $ac_path_EGREP_found && break 3
2557 done
2558 done
2560 done
2561 IFS=$as_save_IFS
2566 EGREP="$ac_cv_path_EGREP"
2567 if test -z "$EGREP"; then
2568 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
2569 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
2570 { (exit 1); exit 1; }; }
2573 else
2574 ac_cv_path_EGREP=$EGREP
2580 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
2581 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
2582 EGREP="$ac_cv_path_EGREP"
2585 { echo "$as_me:$LINENO: checking for fgrep" >&5
2586 echo $ECHO_N "checking for fgrep... $ECHO_C" >&6; }
2587 if test "${ac_cv_path_FGREP+set}" = set; then
2588 echo $ECHO_N "(cached) $ECHO_C" >&6
2589 else
2590 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
2591 then ac_cv_path_FGREP="$GREP -F"
2592 else
2593 # Extract the first word of "fgrep" to use in msg output
2594 if test -z "$FGREP"; then
2595 set dummy fgrep; ac_prog_name=$2
2596 if test "${ac_cv_path_FGREP+set}" = set; then
2597 echo $ECHO_N "(cached) $ECHO_C" >&6
2598 else
2599 ac_path_FGREP_found=false
2600 # Loop through the user's path and test for each of PROGNAME-LIST
2601 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2602 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
2604 IFS=$as_save_IFS
2605 test -z "$as_dir" && as_dir=.
2606 for ac_prog in fgrep; do
2607 for ac_exec_ext in '' $ac_executable_extensions; do
2608 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
2609 { test -f "$ac_path_FGREP" && $as_executable_p "$ac_path_FGREP"; } || continue
2610 # Check for GNU ac_path_FGREP and select it if it is found.
2611 # Check for GNU $ac_path_FGREP
2612 case `"$ac_path_FGREP" --version 2>&1` in
2613 *GNU*)
2614 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
2616 ac_count=0
2617 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
2618 while :
2620 cat "conftest.in" "conftest.in" >"conftest.tmp"
2621 mv "conftest.tmp" "conftest.in"
2622 cp "conftest.in" "conftest.nl"
2623 echo 'FGREP' >> "conftest.nl"
2624 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
2625 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2626 ac_count=`expr $ac_count + 1`
2627 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
2628 # Best one so far, save it but keep looking for a better one
2629 ac_cv_path_FGREP="$ac_path_FGREP"
2630 ac_path_FGREP_max=$ac_count
2632 # 10*(2^10) chars as input seems more than enough
2633 test $ac_count -gt 10 && break
2634 done
2635 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2636 esac
2639 $ac_path_FGREP_found && break 3
2640 done
2641 done
2643 done
2644 IFS=$as_save_IFS
2649 FGREP="$ac_cv_path_FGREP"
2650 if test -z "$FGREP"; then
2651 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
2652 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
2653 { (exit 1); exit 1; }; }
2656 else
2657 ac_cv_path_FGREP=$FGREP
2663 { echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
2664 echo "${ECHO_T}$ac_cv_path_FGREP" >&6; }
2665 FGREP="$ac_cv_path_FGREP"
2669 ac_config_files="$ac_config_files Makefile doc/Makefile lib/Automake/Makefile lib/Automake/tests/Makefile lib/Makefile lib/am/Makefile m4/Makefile tests/Makefile tests/defs"
2671 ac_config_files="$ac_config_files tests/aclocal-${APIVERSION}:tests/aclocal.in"
2673 ac_config_files="$ac_config_files tests/automake-${APIVERSION}:tests/automake.in"
2676 cat >confcache <<\_ACEOF
2677 # This file is a shell script that caches the results of configure
2678 # tests run on this system so they can be shared between configure
2679 # scripts and configure runs, see configure's option --config-cache.
2680 # It is not useful on other systems. If it contains results you don't
2681 # want to keep, you may remove or edit it.
2683 # config.status only pays attention to the cache file if you give it
2684 # the --recheck option to rerun configure.
2686 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2687 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2688 # following values.
2690 _ACEOF
2692 # The following way of writing the cache mishandles newlines in values,
2693 # but we know of no workaround that is simple, portable, and efficient.
2694 # So, we kill variables containing newlines.
2695 # Ultrix sh set writes to stderr and can't be redirected directly,
2696 # and sets the high bit in the cache file unless we assign to the vars.
2698 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2699 eval ac_val=\$$ac_var
2700 case $ac_val in #(
2701 *${as_nl}*)
2702 case $ac_var in #(
2703 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2704 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2705 esac
2706 case $ac_var in #(
2707 _ | IFS | as_nl) ;; #(
2708 *) $as_unset $ac_var ;;
2709 esac ;;
2710 esac
2711 done
2713 (set) 2>&1 |
2714 case $as_nl`(ac_space=' '; set) 2>&1` in #(
2715 *${as_nl}ac_space=\ *)
2716 # `set' does not quote correctly, so add quotes (double-quote
2717 # substitution turns \\\\ into \\, and sed turns \\ into \).
2718 sed -n \
2719 "s/'/'\\\\''/g;
2720 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2721 ;; #(
2723 # `set' quotes correctly as required by POSIX, so do not add quotes.
2724 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2726 esac |
2727 sort
2729 sed '
2730 /^ac_cv_env_/b end
2731 t clear
2732 :clear
2733 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2734 t end
2735 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2736 :end' >>confcache
2737 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2738 if test -w "$cache_file"; then
2739 test "x$cache_file" != "x/dev/null" &&
2740 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
2741 echo "$as_me: updating cache $cache_file" >&6;}
2742 cat confcache >$cache_file
2743 else
2744 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
2745 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2748 rm -f confcache
2750 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2751 # Let make expand exec_prefix.
2752 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2754 # Transform confdefs.h into DEFS.
2755 # Protect against shell expansion while executing Makefile rules.
2756 # Protect against Makefile macro expansion.
2758 # If the first sed substitution is executed (which looks for macros that
2759 # take arguments), then branch to the quote section. Otherwise,
2760 # look for a macro that doesn't take arguments.
2761 ac_script='
2762 t clear
2763 :clear
2764 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
2765 t quote
2766 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
2767 t quote
2768 b any
2769 :quote
2770 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2771 s/\[/\\&/g
2772 s/\]/\\&/g
2773 s/\$/$$/g
2775 :any
2778 s/^\n//
2779 s/\n/ /g
2783 DEFS=`sed -n "$ac_script" confdefs.h`
2786 ac_libobjs=
2787 ac_ltlibobjs=
2788 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2789 # 1. Remove the extension, and $U if already installed.
2790 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2791 ac_i=`echo "$ac_i" | sed "$ac_script"`
2792 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
2793 # will be set to the directory where LIBOBJS objects are built.
2794 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2795 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
2796 done
2797 LIBOBJS=$ac_libobjs
2799 LTLIBOBJS=$ac_ltlibobjs
2803 : ${CONFIG_STATUS=./config.status}
2804 ac_clean_files_save=$ac_clean_files
2805 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2806 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2807 echo "$as_me: creating $CONFIG_STATUS" >&6;}
2808 cat >$CONFIG_STATUS <<_ACEOF
2809 #! $SHELL
2810 # Generated by $as_me.
2811 # Run this file to recreate the current configuration.
2812 # Compiler output produced by configure, useful for debugging
2813 # configure, is in config.log if it exists.
2815 debug=false
2816 ac_cs_recheck=false
2817 ac_cs_silent=false
2818 SHELL=\${CONFIG_SHELL-$SHELL}
2819 _ACEOF
2821 cat >>$CONFIG_STATUS <<\_ACEOF
2822 ## --------------------- ##
2823 ## M4sh Initialization. ##
2824 ## --------------------- ##
2826 # Be Bourne compatible
2827 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2828 emulate sh
2829 NULLCMD=:
2830 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2831 # is contrary to our usage. Disable this feature.
2832 alias -g '${1+"$@"}'='"$@"'
2833 setopt NO_GLOB_SUBST
2834 else
2835 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
2837 BIN_SH=xpg4; export BIN_SH # for Tru64
2838 DUALCASE=1; export DUALCASE # for MKS sh
2841 # PATH needs CR
2842 # Avoid depending upon Character Ranges.
2843 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2844 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2845 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2846 as_cr_digits='0123456789'
2847 as_cr_alnum=$as_cr_Letters$as_cr_digits
2849 # The user is always right.
2850 if test "${PATH_SEPARATOR+set}" != set; then
2851 echo "#! /bin/sh" >conf$$.sh
2852 echo "exit 0" >>conf$$.sh
2853 chmod +x conf$$.sh
2854 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2855 PATH_SEPARATOR=';'
2856 else
2857 PATH_SEPARATOR=:
2859 rm -f conf$$.sh
2862 # Support unset when possible.
2863 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2864 as_unset=unset
2865 else
2866 as_unset=false
2870 # IFS
2871 # We need space, tab and new line, in precisely that order. Quoting is
2872 # there to prevent editors from complaining about space-tab.
2873 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
2874 # splitting by setting IFS to empty value.)
2875 as_nl='
2877 IFS=" "" $as_nl"
2879 # Find who we are. Look in the path if we contain no directory separator.
2880 case $0 in
2881 *[\\/]* ) as_myself=$0 ;;
2882 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2883 for as_dir in $PATH
2885 IFS=$as_save_IFS
2886 test -z "$as_dir" && as_dir=.
2887 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2888 done
2889 IFS=$as_save_IFS
2892 esac
2893 # We did not find ourselves, most probably we were run as `sh COMMAND'
2894 # in which case we are not to be found in the path.
2895 if test "x$as_myself" = x; then
2896 as_myself=$0
2898 if test ! -f "$as_myself"; then
2899 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2900 { (exit 1); exit 1; }
2903 # Work around bugs in pre-3.0 UWIN ksh.
2904 for as_var in ENV MAIL MAILPATH
2905 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2906 done
2907 PS1='$ '
2908 PS2='> '
2909 PS4='+ '
2911 # NLS nuisances.
2912 for as_var in \
2913 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2914 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2915 LC_TELEPHONE LC_TIME
2917 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2918 eval $as_var=C; export $as_var
2919 else
2920 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2922 done
2924 # Required to use basename.
2925 if expr a : '\(a\)' >/dev/null 2>&1 &&
2926 test "X`expr 00001 : '.*\(...\)'`" = X001; then
2927 as_expr=expr
2928 else
2929 as_expr=false
2932 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2933 as_basename=basename
2934 else
2935 as_basename=false
2939 # Name of the executable.
2940 as_me=`$as_basename -- "$0" ||
2941 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2942 X"$0" : 'X\(//\)$' \| \
2943 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2944 echo X/"$0" |
2945 sed '/^.*\/\([^/][^/]*\)\/*$/{
2946 s//\1/
2949 /^X\/\(\/\/\)$/{
2950 s//\1/
2953 /^X\/\(\/\).*/{
2954 s//\1/
2957 s/.*/./; q'`
2959 # CDPATH.
2960 $as_unset CDPATH
2964 as_lineno_1=$LINENO
2965 as_lineno_2=$LINENO
2966 test "x$as_lineno_1" != "x$as_lineno_2" &&
2967 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
2969 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2970 # uniformly replaced by the line number. The first 'sed' inserts a
2971 # line-number line after each line using $LINENO; the second 'sed'
2972 # does the real work. The second script uses 'N' to pair each
2973 # line-number line with the line containing $LINENO, and appends
2974 # trailing '-' during substitution so that $LINENO is not a special
2975 # case at line end.
2976 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2977 # scripts with optimization help from Paolo Bonzini. Blame Lee
2978 # E. McMahon (1931-1989) for sed's syntax. :-)
2979 sed -n '
2981 /[$]LINENO/=
2982 ' <$as_myself |
2983 sed '
2984 s/[$]LINENO.*/&-/
2985 t lineno
2987 :lineno
2989 :loop
2990 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
2991 t loop
2992 s/-\n.*//
2993 ' >$as_me.lineno &&
2994 chmod +x "$as_me.lineno" ||
2995 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
2996 { (exit 1); exit 1; }; }
2998 # Don't try to exec as it changes $[0], causing all sort of problems
2999 # (the dirname of $[0] is not the place where we might find the
3000 # original and so on. Autoconf is especially sensitive to this).
3001 . "./$as_me.lineno"
3002 # Exit status is that of the last command.
3003 exit
3007 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3008 as_dirname=dirname
3009 else
3010 as_dirname=false
3013 ECHO_C= ECHO_N= ECHO_T=
3014 case `echo -n x` in
3015 -n*)
3016 case `echo 'x\c'` in
3017 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
3018 *) ECHO_C='\c';;
3019 esac;;
3021 ECHO_N='-n';;
3022 esac
3024 if expr a : '\(a\)' >/dev/null 2>&1 &&
3025 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3026 as_expr=expr
3027 else
3028 as_expr=false
3031 rm -f conf$$ conf$$.exe conf$$.file
3032 if test -d conf$$.dir; then
3033 rm -f conf$$.dir/conf$$.file
3034 else
3035 rm -f conf$$.dir
3036 mkdir conf$$.dir
3038 echo >conf$$.file
3039 if ln -s conf$$.file conf$$ 2>/dev/null; then
3040 as_ln_s='ln -s'
3041 # ... but there are two gotchas:
3042 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3043 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3044 # In both cases, we have to default to `cp -p'.
3045 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3046 as_ln_s='cp -p'
3047 elif ln conf$$.file conf$$ 2>/dev/null; then
3048 as_ln_s=ln
3049 else
3050 as_ln_s='cp -p'
3052 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3053 rmdir conf$$.dir 2>/dev/null
3055 if mkdir -p . 2>/dev/null; then
3056 as_mkdir_p=:
3057 else
3058 test -d ./-p && rmdir ./-p
3059 as_mkdir_p=false
3062 # Find out whether ``test -x'' works. Don't use a zero-byte file, as
3063 # systems may use methods other than mode bits to determine executability.
3064 cat >conf$$.file <<_ASEOF
3065 #! /bin/sh
3066 exit 0
3067 _ASEOF
3068 chmod +x conf$$.file
3069 if test -x conf$$.file >/dev/null 2>&1; then
3070 as_executable_p="test -x"
3071 else
3072 as_executable_p=:
3074 rm -f conf$$.file
3076 # Sed expression to map a string onto a valid CPP name.
3077 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3079 # Sed expression to map a string onto a valid variable name.
3080 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3083 exec 6>&1
3085 # Save the log message, to keep $[0] and so on meaningful, and to
3086 # report actual input values of CONFIG_FILES etc. instead of their
3087 # values after options handling.
3088 ac_log="
3089 This file was extended by GNU Automake $as_me 1.9c, which was
3090 generated by GNU Autoconf 2.60. Invocation command line was
3092 CONFIG_FILES = $CONFIG_FILES
3093 CONFIG_HEADERS = $CONFIG_HEADERS
3094 CONFIG_LINKS = $CONFIG_LINKS
3095 CONFIG_COMMANDS = $CONFIG_COMMANDS
3096 $ $0 $@
3098 on `(hostname || uname -n) 2>/dev/null | sed 1q`
3101 _ACEOF
3103 cat >>$CONFIG_STATUS <<_ACEOF
3104 # Files that config.status was made for.
3105 config_files="$ac_config_files"
3107 _ACEOF
3109 cat >>$CONFIG_STATUS <<\_ACEOF
3110 ac_cs_usage="\
3111 \`$as_me' instantiates files from templates according to the
3112 current configuration.
3114 Usage: $0 [OPTIONS] [FILE]...
3116 -h, --help print this help, then exit
3117 -V, --version print version number, then exit
3118 -q, --quiet do not print progress messages
3119 -d, --debug don't remove temporary files
3120 --recheck update $as_me by reconfiguring in the same conditions
3121 --file=FILE[:TEMPLATE]
3122 instantiate the configuration file FILE
3124 Configuration files:
3125 $config_files
3127 Report bugs to <bug-autoconf@gnu.org>."
3129 _ACEOF
3130 cat >>$CONFIG_STATUS <<_ACEOF
3131 ac_cs_version="\\
3132 GNU Automake config.status 1.9c
3133 configured by $0, generated by GNU Autoconf 2.60,
3134 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
3136 Copyright (C) 2006 Free Software Foundation, Inc.
3137 This config.status script is free software; the Free Software Foundation
3138 gives unlimited permission to copy, distribute and modify it."
3140 ac_pwd='$ac_pwd'
3141 srcdir='$srcdir'
3142 INSTALL='$INSTALL'
3143 MKDIR_P='$MKDIR_P'
3144 _ACEOF
3146 cat >>$CONFIG_STATUS <<\_ACEOF
3147 # If no file are specified by the user, then we need to provide default
3148 # value. By we need to know if files were specified by the user.
3149 ac_need_defaults=:
3150 while test $# != 0
3152 case $1 in
3153 --*=*)
3154 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3155 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3156 ac_shift=:
3159 ac_option=$1
3160 ac_optarg=$2
3161 ac_shift=shift
3163 esac
3165 case $ac_option in
3166 # Handling of the options.
3167 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3168 ac_cs_recheck=: ;;
3169 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3170 echo "$ac_cs_version"; exit ;;
3171 --debug | --debu | --deb | --de | --d | -d )
3172 debug=: ;;
3173 --file | --fil | --fi | --f )
3174 $ac_shift
3175 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3176 ac_need_defaults=false;;
3177 --he | --h | --help | --hel | -h )
3178 echo "$ac_cs_usage"; exit ;;
3179 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3180 | -silent | --silent | --silen | --sile | --sil | --si | --s)
3181 ac_cs_silent=: ;;
3183 # This is an error.
3184 -*) { echo "$as_me: error: unrecognized option: $1
3185 Try \`$0 --help' for more information." >&2
3186 { (exit 1); exit 1; }; } ;;
3188 *) ac_config_targets="$ac_config_targets $1"
3189 ac_need_defaults=false ;;
3191 esac
3192 shift
3193 done
3195 ac_configure_extra_args=
3197 if $ac_cs_silent; then
3198 exec 6>/dev/null
3199 ac_configure_extra_args="$ac_configure_extra_args --silent"
3202 _ACEOF
3203 cat >>$CONFIG_STATUS <<_ACEOF
3204 if \$ac_cs_recheck; then
3205 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3206 CONFIG_SHELL=$SHELL
3207 export CONFIG_SHELL
3208 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3211 _ACEOF
3212 cat >>$CONFIG_STATUS <<\_ACEOF
3213 exec 5>>config.log
3215 echo
3216 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3217 ## Running $as_me. ##
3218 _ASBOX
3219 echo "$ac_log"
3220 } >&5
3222 _ACEOF
3223 cat >>$CONFIG_STATUS <<_ACEOF
3225 # INIT-COMMANDS
3227 APIVERSION=$APIVERSION
3229 _ACEOF
3231 cat >>$CONFIG_STATUS <<\_ACEOF
3233 # Handling of arguments.
3234 for ac_config_target in $ac_config_targets
3236 case $ac_config_target in
3237 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3238 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
3239 "lib/Automake/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Automake/Makefile" ;;
3240 "lib/Automake/tests/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Automake/tests/Makefile" ;;
3241 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
3242 "lib/am/Makefile") CONFIG_FILES="$CONFIG_FILES lib/am/Makefile" ;;
3243 "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
3244 "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
3245 "tests/defs") CONFIG_FILES="$CONFIG_FILES tests/defs" ;;
3246 "tests/aclocal-${APIVERSION}") CONFIG_FILES="$CONFIG_FILES tests/aclocal-${APIVERSION}:tests/aclocal.in" ;;
3247 "tests/automake-${APIVERSION}") CONFIG_FILES="$CONFIG_FILES tests/automake-${APIVERSION}:tests/automake.in" ;;
3249 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3250 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3251 { (exit 1); exit 1; }; };;
3252 esac
3253 done
3256 # If the user did not use the arguments to specify the items to instantiate,
3257 # then the envvar interface is used. Set only those that are not.
3258 # We use the long form for the default assignment because of an extremely
3259 # bizarre bug on SunOS 4.1.3.
3260 if $ac_need_defaults; then
3261 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3264 # Have a temporary directory for convenience. Make it in the build tree
3265 # simply because there is no reason against having it here, and in addition,
3266 # creating and moving files from /tmp can sometimes cause problems.
3267 # Hook for its removal unless debugging.
3268 # Note that there is a small window in which the directory will not be cleaned:
3269 # after its creation but before its name has been assigned to `$tmp'.
3270 $debug ||
3272 tmp=
3273 trap 'exit_status=$?
3274 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
3276 trap '{ (exit 1); exit 1; }' 1 2 13 15
3278 # Create a (secure) tmp directory for tmp files.
3281 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3282 test -n "$tmp" && test -d "$tmp"
3283 } ||
3285 tmp=./conf$$-$RANDOM
3286 (umask 077 && mkdir "$tmp")
3287 } ||
3289 echo "$me: cannot create a temporary directory in ." >&2
3290 { (exit 1); exit 1; }
3294 # Set up the sed scripts for CONFIG_FILES section.
3297 # No need to generate the scripts if there are no CONFIG_FILES.
3298 # This happens for instance when ./config.status config.h
3299 if test -n "$CONFIG_FILES"; then
3301 _ACEOF
3305 ac_delim='%!_!# '
3306 for ac_last_try in false false false false false :; do
3307 cat >conf$$subs.sed <<_ACEOF
3308 SHELL!$SHELL$ac_delim
3309 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
3310 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
3311 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
3312 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
3313 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
3314 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
3315 exec_prefix!$exec_prefix$ac_delim
3316 prefix!$prefix$ac_delim
3317 program_transform_name!$program_transform_name$ac_delim
3318 bindir!$bindir$ac_delim
3319 sbindir!$sbindir$ac_delim
3320 libexecdir!$libexecdir$ac_delim
3321 datarootdir!$datarootdir$ac_delim
3322 datadir!$datadir$ac_delim
3323 sysconfdir!$sysconfdir$ac_delim
3324 sharedstatedir!$sharedstatedir$ac_delim
3325 localstatedir!$localstatedir$ac_delim
3326 includedir!$includedir$ac_delim
3327 oldincludedir!$oldincludedir$ac_delim
3328 docdir!$docdir$ac_delim
3329 infodir!$infodir$ac_delim
3330 htmldir!$htmldir$ac_delim
3331 dvidir!$dvidir$ac_delim
3332 pdfdir!$pdfdir$ac_delim
3333 psdir!$psdir$ac_delim
3334 libdir!$libdir$ac_delim
3335 localedir!$localedir$ac_delim
3336 mandir!$mandir$ac_delim
3337 DEFS!$DEFS$ac_delim
3338 ECHO_C!$ECHO_C$ac_delim
3339 ECHO_N!$ECHO_N$ac_delim
3340 ECHO_T!$ECHO_T$ac_delim
3341 LIBS!$LIBS$ac_delim
3342 build_alias!$build_alias$ac_delim
3343 host_alias!$host_alias$ac_delim
3344 target_alias!$target_alias$ac_delim
3345 build!$build$ac_delim
3346 build_cpu!$build_cpu$ac_delim
3347 build_vendor!$build_vendor$ac_delim
3348 build_os!$build_os$ac_delim
3349 am_AUTOCONF!$am_AUTOCONF$ac_delim
3350 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
3351 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
3352 INSTALL_DATA!$INSTALL_DATA$ac_delim
3353 CYGPATH_W!$CYGPATH_W$ac_delim
3354 PACKAGE!$PACKAGE$ac_delim
3355 VERSION!$VERSION$ac_delim
3356 ACLOCAL!$ACLOCAL$ac_delim
3357 AUTOCONF!$AUTOCONF$ac_delim
3358 AUTOMAKE!$AUTOMAKE$ac_delim
3359 AUTOHEADER!$AUTOHEADER$ac_delim
3360 MAKEINFO!$MAKEINFO$ac_delim
3361 install_sh!$install_sh$ac_delim
3362 STRIP!$STRIP$ac_delim
3363 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
3364 mkdir_p!$mkdir_p$ac_delim
3365 AWK!$AWK$ac_delim
3366 SET_MAKE!$SET_MAKE$ac_delim
3367 am__leading_dot!$am__leading_dot$ac_delim
3368 AMTAR!$AMTAR$ac_delim
3369 am__tar!$am__tar$ac_delim
3370 am__untar!$am__untar$ac_delim
3371 APIVERSION!$APIVERSION$ac_delim
3372 pkgvdatadir!$pkgvdatadir$ac_delim
3373 PERL!$PERL$ac_delim
3374 TEX!$TEX$ac_delim
3375 LN!$LN$ac_delim
3376 MODIFICATION_DELAY!$MODIFICATION_DELAY$ac_delim
3377 GREP!$GREP$ac_delim
3378 EGREP!$EGREP$ac_delim
3379 FGREP!$FGREP$ac_delim
3380 LIBOBJS!$LIBOBJS$ac_delim
3381 LTLIBOBJS!$LTLIBOBJS$ac_delim
3382 _ACEOF
3384 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 74; then
3385 break
3386 elif $ac_last_try; then
3387 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3388 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
3389 { (exit 1); exit 1; }; }
3390 else
3391 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3393 done
3395 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
3396 if test -n "$ac_eof"; then
3397 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
3398 ac_eof=`expr $ac_eof + 1`
3401 cat >>$CONFIG_STATUS <<_ACEOF
3402 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
3403 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
3404 _ACEOF
3405 sed '
3406 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
3407 s/^/s,@/; s/!/@,|#_!!_#|/
3410 s/'"$ac_delim"'$/,g/; t
3411 s/$/\\/; p
3412 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
3413 ' >>$CONFIG_STATUS <conf$$subs.sed
3414 rm -f conf$$subs.sed
3415 cat >>$CONFIG_STATUS <<_ACEOF
3416 :end
3417 s/|#_!!_#|//g
3418 CEOF$ac_eof
3419 _ACEOF
3422 # VPATH may cause trouble with some makes, so we remove $(srcdir),
3423 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3424 # trailing colons and then remove the whole line if VPATH becomes empty
3425 # (actually we leave an empty line to preserve line numbers).
3426 if test "x$srcdir" = x.; then
3427 ac_vpsub='/^[ ]*VPATH[ ]*=/{
3428 s/:*\$(srcdir):*/:/
3429 s/:*\${srcdir}:*/:/
3430 s/:*@srcdir@:*/:/
3431 s/^\([^=]*=[ ]*\):*/\1/
3432 s/:*$//
3433 s/^[^=]*=[ ]*$//
3437 cat >>$CONFIG_STATUS <<\_ACEOF
3438 fi # test -n "$CONFIG_FILES"
3441 for ac_tag in :F $CONFIG_FILES
3443 case $ac_tag in
3444 :[FHLC]) ac_mode=$ac_tag; continue;;
3445 esac
3446 case $ac_mode$ac_tag in
3447 :[FHL]*:*);;
3448 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
3449 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
3450 { (exit 1); exit 1; }; };;
3451 :[FH]-) ac_tag=-:-;;
3452 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3453 esac
3454 ac_save_IFS=$IFS
3455 IFS=:
3456 set x $ac_tag
3457 IFS=$ac_save_IFS
3458 shift
3459 ac_file=$1
3460 shift
3462 case $ac_mode in
3463 :L) ac_source=$1;;
3464 :[FH])
3465 ac_file_inputs=
3466 for ac_f
3468 case $ac_f in
3469 -) ac_f="$tmp/stdin";;
3470 *) # Look for the file first in the build tree, then in the source tree
3471 # (if the path is not absolute). The absolute path cannot be DOS-style,
3472 # because $ac_f cannot contain `:'.
3473 test -f "$ac_f" ||
3474 case $ac_f in
3475 [\\/$]*) false;;
3476 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3477 esac ||
3478 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
3479 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
3480 { (exit 1); exit 1; }; };;
3481 esac
3482 ac_file_inputs="$ac_file_inputs $ac_f"
3483 done
3485 # Let's still pretend it is `configure' which instantiates (i.e., don't
3486 # use $as_me), people would be surprised to read:
3487 # /* config.h. Generated by config.status. */
3488 configure_input="Generated from "`IFS=:
3489 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
3490 if test x"$ac_file" != x-; then
3491 configure_input="$ac_file. $configure_input"
3492 { echo "$as_me:$LINENO: creating $ac_file" >&5
3493 echo "$as_me: creating $ac_file" >&6;}
3496 case $ac_tag in
3497 *:-:* | *:-) cat >"$tmp/stdin";;
3498 esac
3500 esac
3502 ac_dir=`$as_dirname -- "$ac_file" ||
3503 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3504 X"$ac_file" : 'X\(//\)[^/]' \| \
3505 X"$ac_file" : 'X\(//\)$' \| \
3506 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3507 echo X"$ac_file" |
3508 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3509 s//\1/
3512 /^X\(\/\/\)[^/].*/{
3513 s//\1/
3516 /^X\(\/\/\)$/{
3517 s//\1/
3520 /^X\(\/\).*/{
3521 s//\1/
3524 s/.*/./; q'`
3525 { as_dir="$ac_dir"
3526 case $as_dir in #(
3527 -*) as_dir=./$as_dir;;
3528 esac
3529 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
3530 as_dirs=
3531 while :; do
3532 case $as_dir in #(
3533 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
3534 *) as_qdir=$as_dir;;
3535 esac
3536 as_dirs="'$as_qdir' $as_dirs"
3537 as_dir=`$as_dirname -- "$as_dir" ||
3538 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3539 X"$as_dir" : 'X\(//\)[^/]' \| \
3540 X"$as_dir" : 'X\(//\)$' \| \
3541 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3542 echo X"$as_dir" |
3543 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3544 s//\1/
3547 /^X\(\/\/\)[^/].*/{
3548 s//\1/
3551 /^X\(\/\/\)$/{
3552 s//\1/
3555 /^X\(\/\).*/{
3556 s//\1/
3559 s/.*/./; q'`
3560 test -d "$as_dir" && break
3561 done
3562 test -z "$as_dirs" || eval "mkdir $as_dirs"
3563 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
3564 echo "$as_me: error: cannot create directory $as_dir" >&2;}
3565 { (exit 1); exit 1; }; }; }
3566 ac_builddir=.
3568 case "$ac_dir" in
3569 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3571 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3572 # A ".." for each directory in $ac_dir_suffix.
3573 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
3574 case $ac_top_builddir_sub in
3575 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3576 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3577 esac ;;
3578 esac
3579 ac_abs_top_builddir=$ac_pwd
3580 ac_abs_builddir=$ac_pwd$ac_dir_suffix
3581 # for backward compatibility:
3582 ac_top_builddir=$ac_top_build_prefix
3584 case $srcdir in
3585 .) # We are building in place.
3586 ac_srcdir=.
3587 ac_top_srcdir=$ac_top_builddir_sub
3588 ac_abs_top_srcdir=$ac_pwd ;;
3589 [\\/]* | ?:[\\/]* ) # Absolute name.
3590 ac_srcdir=$srcdir$ac_dir_suffix;
3591 ac_top_srcdir=$srcdir
3592 ac_abs_top_srcdir=$srcdir ;;
3593 *) # Relative name.
3594 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3595 ac_top_srcdir=$ac_top_build_prefix$srcdir
3596 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3597 esac
3598 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3601 case $ac_mode in
3604 # CONFIG_FILE
3607 case $INSTALL in
3608 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3609 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3610 esac
3611 ac_MKDIR_P=$MKDIR_P
3612 case $MKDIR_P in
3613 [\\/$]* | ?:[\\/]* ) ;;
3614 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
3615 esac
3616 _ACEOF
3618 cat >>$CONFIG_STATUS <<\_ACEOF
3619 # If the template does not know about datarootdir, expand it.
3620 # FIXME: This hack should be removed a few years after 2.60.
3621 ac_datarootdir_hack=; ac_datarootdir_seen=
3623 case `sed -n '/datarootdir/ {
3627 /@datadir@/p
3628 /@docdir@/p
3629 /@infodir@/p
3630 /@localedir@/p
3631 /@mandir@/p
3632 ' $ac_file_inputs` in
3633 *datarootdir*) ac_datarootdir_seen=yes;;
3634 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3635 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3636 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3637 _ACEOF
3638 cat >>$CONFIG_STATUS <<_ACEOF
3639 ac_datarootdir_hack='
3640 s&@datadir@&$datadir&g
3641 s&@docdir@&$docdir&g
3642 s&@infodir@&$infodir&g
3643 s&@localedir@&$localedir&g
3644 s&@mandir@&$mandir&g
3645 s&\\\${datarootdir}&$datarootdir&g' ;;
3646 esac
3647 _ACEOF
3649 # Neutralize VPATH when `$srcdir' = `.'.
3650 # Shell code in configure.ac might set extrasub.
3651 # FIXME: do we really want to maintain this feature?
3652 cat >>$CONFIG_STATUS <<_ACEOF
3653 sed "$ac_vpsub
3654 $extrasub
3655 _ACEOF
3656 cat >>$CONFIG_STATUS <<\_ACEOF
3658 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3659 s&@configure_input@&$configure_input&;t t
3660 s&@top_builddir@&$ac_top_builddir_sub&;t t
3661 s&@srcdir@&$ac_srcdir&;t t
3662 s&@abs_srcdir@&$ac_abs_srcdir&;t t
3663 s&@top_srcdir@&$ac_top_srcdir&;t t
3664 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3665 s&@builddir@&$ac_builddir&;t t
3666 s&@abs_builddir@&$ac_abs_builddir&;t t
3667 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3668 s&@INSTALL@&$ac_INSTALL&;t t
3669 s&@MKDIR_P@&$ac_MKDIR_P&;t t
3670 $ac_datarootdir_hack
3671 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
3673 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3674 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
3675 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
3676 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3677 which seems to be undefined. Please make sure it is defined." >&5
3678 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3679 which seems to be undefined. Please make sure it is defined." >&2;}
3681 rm -f "$tmp/stdin"
3682 case $ac_file in
3683 -) cat "$tmp/out"; rm -f "$tmp/out";;
3684 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
3685 esac
3690 esac
3693 case $ac_file$ac_mode in
3694 "tests/aclocal-${APIVERSION}":F) chmod +x tests/aclocal-${APIVERSION} ;;
3695 "tests/automake-${APIVERSION}":F) chmod +x tests/automake-${APIVERSION} ;;
3697 esac
3698 done # for ac_tag
3701 { (exit 0); exit 0; }
3702 _ACEOF
3703 chmod +x $CONFIG_STATUS
3704 ac_clean_files=$ac_clean_files_save
3707 # configure is writing to config.log, and then calls config.status.
3708 # config.status does its own redirection, appending to config.log.
3709 # Unfortunately, on DOS this fails, as config.log is still kept open
3710 # by configure, so config.status won't be able to write to it; its
3711 # output is simply discarded. So we exec the FD to /dev/null,
3712 # effectively closing config.log, so it can be properly (re)opened and
3713 # appended to by config.status. When coming back to configure, we
3714 # need to make the FD available again.
3715 if test "$no_create" != yes; then
3716 ac_cs_success=:
3717 ac_config_status_args=
3718 test "$silent" = yes &&
3719 ac_config_status_args="$ac_config_status_args --quiet"
3720 exec 5>/dev/null
3721 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3722 exec 5>>config.log
3723 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3724 # would make configure fail if this is the last instruction.
3725 $ac_cs_success || { (exit 1); exit 1; }