2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.60 for cluster_expansion 0.1.
5 # Report bugs to <rieger@fhi-berlin.mpg.de>.
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
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+"$@"}'='"$@"'
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
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
43 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
51 # Support unset when possible.
52 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
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.)
68 # Find who we are. Look in the path if we contain no directory separator.
70 *[\\/]* ) as_myself
=$0 ;;
71 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
75 test -z "$as_dir" && as_dir
=.
76 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
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
87 if test ! -f "$as_myself"; then
88 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
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
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 \
106 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
107 eval $as_var=C
; export $as_var
109 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
113 # Required to use basename.
114 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
115 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
121 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
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 ||
134 sed '/^.*\/\([^/][^/]*\)\/*$/{
152 if test "x$CONFIG_SHELL" = x
; then
153 if (eval ":") 2>/dev
/null
; then
159 if test $as_have_required = yes && (eval ":
169 as_func_ret_success () {
172 as_func_ret_failure () {
177 if as_func_success; then
181 echo as_func_success failed.
184 if as_func_failure; then
186 echo as_func_failure succeeded.
189 if as_func_ret_success; then
193 echo as_func_ret_success failed.
196 if as_func_ret_failure; then
198 echo as_func_ret_failure succeeded.
201 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
205 echo positional parameters were not saved.
208 test \$exitcode = 0) || { (exit 1); exit 1; }
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
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
223 test -z "$as_dir" && as_dir
=.
226 for as_base
in sh bash ksh sh5
; do
227 as_candidate_shells
="$as_candidate_shells $as_dir/$as_base"
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
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+"$@"}'='"$@"'
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
255 CONFIG_SHELL
=$as_shell
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
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+"$@"}'='"$@"'
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
282 as_func_ret_success
() {
285 as_func_ret_failure
() {
290 if as_func_success
; then
294 echo as_func_success failed.
297 if as_func_failure
; then
299 echo as_func_failure succeeded.
302 if as_func_ret_success
; then
306 echo as_func_ret_success failed.
309 if as_func_ret_failure
; then
311 echo as_func_ret_failure succeeded.
314 if ( set x
; as_func_ret_success y
&& test x
= "$1" ); then
318 echo positional parameters were not saved.
321 test $exitcode = 0) ||
{ (exit 1); exit 1; }
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; }
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
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 () {
371 as_func_ret_success () {
374 as_func_ret_failure () {
379 if as_func_success; then
383 echo as_func_success failed.
386 if as_func_failure; then
388 echo as_func_failure succeeded.
391 if as_func_ret_success; then
395 echo as_func_ret_success failed.
398 if as_func_ret_failure; then
400 echo as_func_ret_failure succeeded.
403 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
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
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
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. :-)
445 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
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).
457 # Exit status is that of the last command.
462 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
468 ECHO_C
= ECHO_N
= ECHO_T
=
472 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
479 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
480 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
486 rm -f conf$$ conf$$.exe conf$$.
file
487 if test -d conf$$.dir
; then
488 rm -f conf$$.dir
/conf$$.
file
494 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
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 ||
502 elif ln conf$$.
file conf$$
2>/dev
/null
; then
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
513 test -d .
/-p && rmdir .
/-p
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
524 if test -x conf$$.
file >/dev
/null
2>&1; then
525 as_executable_p
="test -x"
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
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`
549 ac_default_prefix
=/usr
/local
551 ac_config_libobj_dir
=.
557 SHELL
=${CONFIG_SHELL-/bin/sh}
559 # Identity of this package.
560 PACKAGE_NAME
='cluster_expansion'
561 PACKAGE_TARNAME
='cluster_expansion'
562 PACKAGE_VERSION
='0.1'
563 PACKAGE_STRING
='cluster_expansion 0.1'
564 PACKAGE_BUGREPORT
='rieger@fhi-berlin.mpg.de'
575 program_transform_name
617 INSTALL_STRIP_PROGRAM
650 ac_precious_vars
='build_alias
662 # Initialize some variables set by options.
664 ac_init_version
=false
665 # The variables have the same names as the options, with
666 # dashes changed to underlines.
674 program_transform_name
=s
,x
,x
,
682 # Installation directory options.
683 # These are left unexpanded so users can "make install exec_prefix=/foo"
684 # and all the variables that are supposed to be based on exec_prefix
685 # by default will actually change.
686 # Use braces instead of parens because sh, perl, etc. also accept them.
687 # (The list follows the same order as the GNU Coding Standards.)
688 bindir
='${exec_prefix}/bin'
689 sbindir
='${exec_prefix}/sbin'
690 libexecdir
='${exec_prefix}/libexec'
691 datarootdir
='${prefix}/share'
692 datadir
='${datarootdir}'
693 sysconfdir
='${prefix}/etc'
694 sharedstatedir
='${prefix}/com'
695 localstatedir
='${prefix}/var'
696 includedir
='${prefix}/include'
697 oldincludedir
='/usr/include'
698 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
699 infodir
='${datarootdir}/info'
704 libdir
='${exec_prefix}/lib'
705 localedir
='${datarootdir}/locale'
706 mandir
='${datarootdir}/man'
712 # If the previous option needs an argument, assign it.
713 if test -n "$ac_prev"; then
714 eval $ac_prev=\
$ac_option
720 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
724 # Accept the important Cygnus configure options, so we can diagnose typos.
726 case $ac_dashdash$ac_option in
730 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
732 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
735 -build |
--build |
--buil |
--bui |
--bu)
736 ac_prev
=build_alias
;;
737 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
738 build_alias
=$ac_optarg ;;
740 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
741 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
742 ac_prev
=cache_file
;;
743 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
744 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
745 cache_file
=$ac_optarg ;;
748 cache_file
=config.cache
;;
750 -datadir |
--datadir |
--datadi |
--datad)
752 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
753 datadir
=$ac_optarg ;;
755 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
756 |
--dataroo |
--dataro |
--datar)
757 ac_prev
=datarootdir
;;
758 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
759 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
760 datarootdir
=$ac_optarg ;;
762 -disable-* |
--disable-*)
763 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
764 # Reject names that are not valid shell variable names.
765 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
766 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
767 { (exit 1); exit 1; }; }
768 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
769 eval enable_
$ac_feature=no
;;
771 -docdir |
--docdir |
--docdi |
--doc |
--do)
773 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
776 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
778 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
781 -enable-* |
--enable-*)
782 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
783 # Reject names that are not valid shell variable names.
784 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
785 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
786 { (exit 1); exit 1; }; }
787 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
788 eval enable_
$ac_feature=\
$ac_optarg ;;
790 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
791 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
792 |
--exec |
--exe |
--ex)
793 ac_prev
=exec_prefix
;;
794 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
795 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
796 |
--exec=* |
--exe=* |
--ex=*)
797 exec_prefix
=$ac_optarg ;;
799 -gas |
--gas |
--ga |
--g)
800 # Obsolete; use --with-gas.
803 -help |
--help |
--hel |
--he |
-h)
805 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
806 ac_init_help
=recursive
;;
807 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
808 ac_init_help
=short
;;
810 -host |
--host |
--hos |
--ho)
811 ac_prev
=host_alias
;;
812 -host=* |
--host=* |
--hos=* |
--ho=*)
813 host_alias
=$ac_optarg ;;
815 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
817 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
819 htmldir
=$ac_optarg ;;
821 -includedir |
--includedir |
--includedi |
--included |
--include \
822 |
--includ |
--inclu |
--incl |
--inc)
823 ac_prev
=includedir
;;
824 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
825 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
826 includedir
=$ac_optarg ;;
828 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
830 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
831 infodir
=$ac_optarg ;;
833 -libdir |
--libdir |
--libdi |
--libd)
835 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
838 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
839 |
--libexe |
--libex |
--libe)
840 ac_prev
=libexecdir
;;
841 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
842 |
--libexe=* |
--libex=* |
--libe=*)
843 libexecdir
=$ac_optarg ;;
845 -localedir |
--localedir |
--localedi |
--localed |
--locale)
847 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
848 localedir
=$ac_optarg ;;
850 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
851 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
852 ac_prev
=localstatedir
;;
853 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
854 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
855 localstatedir
=$ac_optarg ;;
857 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
859 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
863 # Obsolete; use --without-fp.
866 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
867 |
--no-cr |
--no-c |
-n)
870 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
871 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
874 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
875 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
876 |
--oldin |
--oldi |
--old |
--ol |
--o)
877 ac_prev
=oldincludedir
;;
878 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
879 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
880 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
881 oldincludedir
=$ac_optarg ;;
883 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
885 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
888 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
889 |
--program-pre |
--program-pr |
--program-p)
890 ac_prev
=program_prefix
;;
891 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
892 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
893 program_prefix
=$ac_optarg ;;
895 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
896 |
--program-suf |
--program-su |
--program-s)
897 ac_prev
=program_suffix
;;
898 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
899 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
900 program_suffix
=$ac_optarg ;;
902 -program-transform-name |
--program-transform-name \
903 |
--program-transform-nam |
--program-transform-na \
904 |
--program-transform-n |
--program-transform- \
905 |
--program-transform |
--program-transfor \
906 |
--program-transfo |
--program-transf \
907 |
--program-trans |
--program-tran \
908 |
--progr-tra |
--program-tr |
--program-t)
909 ac_prev
=program_transform_name
;;
910 -program-transform-name=* |
--program-transform-name=* \
911 |
--program-transform-nam=* |
--program-transform-na=* \
912 |
--program-transform-n=* |
--program-transform-=* \
913 |
--program-transform=* |
--program-transfor=* \
914 |
--program-transfo=* |
--program-transf=* \
915 |
--program-trans=* |
--program-tran=* \
916 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
917 program_transform_name
=$ac_optarg ;;
919 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
921 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
924 -psdir |
--psdir |
--psdi |
--psd |
--ps)
926 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
929 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
930 |
-silent |
--silent |
--silen |
--sile |
--sil)
933 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
935 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
937 sbindir
=$ac_optarg ;;
939 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
940 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
941 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
943 ac_prev
=sharedstatedir
;;
944 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
945 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
946 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
948 sharedstatedir
=$ac_optarg ;;
950 -site |
--site |
--sit)
952 -site=* |
--site=* |
--sit=*)
955 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
957 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
960 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
961 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
962 ac_prev
=sysconfdir
;;
963 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
964 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
965 sysconfdir
=$ac_optarg ;;
967 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
968 ac_prev
=target_alias
;;
969 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
970 target_alias
=$ac_optarg ;;
972 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
975 -version |
--version |
--versio |
--versi |
--vers |
-V)
979 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
980 # Reject names that are not valid shell variable names.
981 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
982 { echo "$as_me: error: invalid package name: $ac_package" >&2
983 { (exit 1); exit 1; }; }
984 ac_package
=`echo $ac_package| sed 's/-/_/g'`
985 eval with_
$ac_package=\
$ac_optarg ;;
987 -without-* |
--without-*)
988 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
989 # Reject names that are not valid shell variable names.
990 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
991 { echo "$as_me: error: invalid package name: $ac_package" >&2
992 { (exit 1); exit 1; }; }
993 ac_package
=`echo $ac_package | sed 's/-/_/g'`
994 eval with_
$ac_package=no
;;
997 # Obsolete; use --with-x.
1000 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1001 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1002 ac_prev
=x_includes
;;
1003 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1004 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1005 x_includes
=$ac_optarg ;;
1007 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1008 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1009 ac_prev
=x_libraries
;;
1010 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1011 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1012 x_libraries
=$ac_optarg ;;
1014 -*) { echo "$as_me: error: unrecognized option: $ac_option
1015 Try \`$0 --help' for more information." >&2
1016 { (exit 1); exit 1; }; }
1020 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1021 # Reject names that are not valid shell variable names.
1022 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1023 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1024 { (exit 1); exit 1; }; }
1025 eval $ac_envvar=\
$ac_optarg
1026 export $ac_envvar ;;
1029 # FIXME: should be removed in autoconf 3.0.
1030 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1031 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1032 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1033 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1039 if test -n "$ac_prev"; then
1040 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1041 { echo "$as_me: error: missing argument to $ac_option" >&2
1042 { (exit 1); exit 1; }; }
1045 # Be sure to have absolute directory names.
1046 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1047 datadir sysconfdir sharedstatedir localstatedir includedir \
1048 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1049 libdir localedir mandir
1051 eval ac_val
=\$
$ac_var
1053 [\\/$
]* | ?
:[\\/]* ) continue;;
1054 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1056 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1057 { (exit 1); exit 1; }; }
1060 # There might be people who depend on the old broken behavior: `$host'
1061 # used to hold the argument of --host etc.
1062 # FIXME: To remove some day.
1065 target
=$target_alias
1067 # FIXME: To remove some day.
1068 if test "x$host_alias" != x
; then
1069 if test "x$build_alias" = x
; then
1070 cross_compiling
=maybe
1071 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1072 If a cross compiler is detected then cross compile mode will be used." >&2
1073 elif test "x$build_alias" != "x$host_alias"; then
1079 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1081 test "$silent" = yes && exec 6>/dev
/null
1084 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1085 ac_ls_di
=`ls -di .` &&
1086 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1087 { echo "$as_me: error: Working directory cannot be determined" >&2
1088 { (exit 1); exit 1; }; }
1089 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1090 { echo "$as_me: error: pwd does not report name of working directory" >&2
1091 { (exit 1); exit 1; }; }
1094 # Find the source files, if location was not specified.
1095 if test -z "$srcdir"; then
1096 ac_srcdir_defaulted
=yes
1097 # Try the directory containing this script, then the parent directory.
1098 ac_confdir
=`$as_dirname -- "$0" ||
1099 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1100 X"$0" : 'X\(//\)[^/]' \| \
1101 X"$0" : 'X\(//\)$' \| \
1102 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1104 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1122 if test ! -r "$srcdir/$ac_unique_file"; then
1126 ac_srcdir_defaulted
=no
1128 if test ! -r "$srcdir/$ac_unique_file"; then
1129 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1130 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1131 { (exit 1); exit 1; }; }
1133 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1135 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1136 { (exit 1); exit 1; }; }
1138 # When building in place, set srcdir=.
1139 if test "$ac_abs_confdir" = "$ac_pwd"; then
1142 # Remove unnecessary trailing slashes from srcdir.
1143 # Double slashes in file names in object file debugging info
1144 # mess up M-x gdb in Emacs.
1146 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1148 for ac_var
in $ac_precious_vars; do
1149 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1150 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1151 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1152 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1156 # Report the --help message.
1158 if test "$ac_init_help" = "long"; then
1159 # Omit some internal or obsolete options to make the list less imposing.
1160 # This message is too long to be a string in the A/UX 3.1 sh.
1162 \`configure' configures cluster_expansion 0.1 to adapt to many kinds of systems.
1164 Usage: $0 [OPTION]... [VAR=VALUE]...
1166 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1167 VAR=VALUE. See below for descriptions of some of the useful variables.
1169 Defaults for the options are specified in brackets.
1172 -h, --help display this help and exit
1173 --help=short display options specific to this package
1174 --help=recursive display the short help of all the included packages
1175 -V, --version display version information and exit
1176 -q, --quiet, --silent do not print \`checking...' messages
1177 --cache-file=FILE cache test results in FILE [disabled]
1178 -C, --config-cache alias for \`--cache-file=config.cache'
1179 -n, --no-create do not create output files
1180 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1182 Installation directories:
1183 --prefix=PREFIX install architecture-independent files in PREFIX
1184 [$ac_default_prefix]
1185 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1188 By default, \`make install' will install all the files in
1189 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1190 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1191 for instance \`--prefix=\$HOME'.
1193 For better control, use the options below.
1195 Fine tuning of the installation directories:
1196 --bindir=DIR user executables [EPREFIX/bin]
1197 --sbindir=DIR system admin executables [EPREFIX/sbin]
1198 --libexecdir=DIR program executables [EPREFIX/libexec]
1199 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1200 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1201 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1202 --libdir=DIR object code libraries [EPREFIX/lib]
1203 --includedir=DIR C header files [PREFIX/include]
1204 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1205 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1206 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1207 --infodir=DIR info documentation [DATAROOTDIR/info]
1208 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1209 --mandir=DIR man documentation [DATAROOTDIR/man]
1210 --docdir=DIR documentation root [DATAROOTDIR/doc/cluster_expansion]
1211 --htmldir=DIR html documentation [DOCDIR]
1212 --dvidir=DIR dvi documentation [DOCDIR]
1213 --pdfdir=DIR pdf documentation [DOCDIR]
1214 --psdir=DIR ps documentation [DOCDIR]
1220 --program-prefix=PREFIX prepend PREFIX to installed program names
1221 --program-suffix=SUFFIX append SUFFIX to installed program names
1222 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1226 if test -n "$ac_init_help"; then
1227 case $ac_init_help in
1228 short | recursive
) echo "Configuration of cluster_expansion 0.1:";;
1233 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1234 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1235 --disable-dependency-tracking speeds up one-time build
1236 --enable-dependency-tracking do not reject slow dependency extractors
1238 Some influential environment variables
:
1239 CC C compiler
command
1240 CFLAGS C compiler flags
1241 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1242 nonstandard directory
<lib dir
>
1243 CPPFLAGS C
/C
++/Objective C preprocessor flags
, e.g.
-I<include dir
> if
1244 you have headers
in a nonstandard directory
<include dir
>
1245 CXX C
++ compiler
command
1246 CXXFLAGS C
++ compiler flags
1248 Use these variables to override the choices made by
`configure' or to help
1249 it to find libraries and programs with nonstandard names/locations.
1251 Report bugs to <rieger@fhi-berlin.mpg.de>.
1256 if test "$ac_init_help" = "recursive"; then
1257 # If there are subdirs, report their specific --help.
1258 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1259 test -d "$ac_dir" || continue
1263 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1265 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
1266 # A ".." for each directory in $ac_dir_suffix.
1267 ac_top_builddir_sub=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,/..,g;s,/,,'`
1268 case $ac_top_builddir_sub in
1269 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1270 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1273 ac_abs_top_builddir=$ac_pwd
1274 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1275 # for backward compatibility:
1276 ac_top_builddir=$ac_top_build_prefix
1279 .) # We are building in place.
1281 ac_top_srcdir=$ac_top_builddir_sub
1282 ac_abs_top_srcdir=$ac_pwd ;;
1283 [\\/]* | ?:[\\/]* ) # Absolute name.
1284 ac_srcdir=$srcdir$ac_dir_suffix;
1285 ac_top_srcdir=$srcdir
1286 ac_abs_top_srcdir=$srcdir ;;
1288 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1289 ac_top_srcdir=$ac_top_build_prefix$srcdir
1290 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1292 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1294 cd "$ac_dir" || { ac_status=$?; continue; }
1295 # Check for guested configure.
1296 if test -f "$ac_srcdir/configure.gnu"; then
1298 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1299 elif test -f "$ac_srcdir/configure"; then
1301 $SHELL "$ac_srcdir/configure" --help=recursive
1303 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1305 cd "$ac_pwd" || { ac_status=$?; break; }
1309 test -n "$ac_init_help" && exit $ac_status
1310 if $ac_init_version; then
1312 cluster_expansion configure 0.1
1313 generated by GNU Autoconf 2.60
1315 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1316 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1317 This configure script is free software; the Free Software Foundation
1318 gives unlimited permission to copy, distribute and modify it.
1322 cat >config.log <<_ACEOF
1323 This file contains any messages produced by compilers while
1324 running configure, to aid debugging if configure makes a mistake.
1326 It was created by cluster_expansion $as_me 0.1, which was
1327 generated by GNU Autoconf 2.60. Invocation command line was
1339 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1340 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1341 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1342 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1343 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1345 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1346 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1348 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1349 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1350 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1351 /usr/bin/hostinfo = `(/usr
/bin
/hostinfo
) 2>/dev
/null ||
echo unknown
`
1352 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1353 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1354 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1362 test -z "$as_dir" && as_dir=.
1363 echo "PATH: $as_dir"
1379 # Keep a trace of the command line.
1380 # Strip out --no-create and --no-recursion so they do not pile up.
1381 # Strip out --silent because we don't want to record it for future runs.
1382 # Also quote any args containing shell meta-characters.
1383 # Make two passes to allow for proper duplicate-argument suppression.
1387 ac_must_keep_next=false
1393 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1394 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1395 | -silent | --silent | --silen | --sile | --sil)
1398 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1401 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1403 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1404 if test $ac_must_keep_next = true; then
1405 ac_must_keep_next=false # Got value, back to normal.
1408 *=* | --config-cache | -C | -disable-* | --disable-* \
1409 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1410 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1411 | -with-* | --with-* | -without-* | --without-* | --x)
1412 case "$ac_configure_args0 " in
1413 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1416 -* ) ac_must_keep_next=true ;;
1419 ac_configure_args="$ac_configure_args '$ac_arg'"
1424 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1425 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1427 # When interrupted or exit'd, cleanup temporary files, and complete
1428 # config.log. We remove comments because anyway the quotes in there
1429 # would cause problems or look ugly.
1430 # WARNING: Use '\'' to represent an apostrophe within the trap.
1431 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1432 trap 'exit_status=$?
1433 # Save into config.log some information that might help in debugging.
1438 ## ---------------- ##
1439 ## Cache variables. ##
1440 ## ---------------- ##
1443 # The following way of writing the cache mishandles newlines in values,
1445 for ac_var in `(set) 2>&1 |
sed -n '\''s
/^\
([a-zA-Z_
][a-zA-Z0-9_
]*\
)=.
*/\
1/p
'\''`; do
1446 eval ac_val=\$$ac_var
1450 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1451 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1454 _ | IFS | as_nl) ;; #(
1455 *) $as_unset $ac_var ;;
1460 case $as_nl`(ac_space
='\'' '\''; set) 2>&1` in #(
1461 *${as_nl}ac_space=\ *)
1463 "s/'\''/'\''\\\\'\'''\''/g;
1464 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1467 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1475 ## ----------------- ##
1476 ## Output variables. ##
1477 ## ----------------- ##
1480 for ac_var in $ac_subst_vars
1482 eval ac_val=\$$ac_var
1484 *\'\''*) ac_val=`echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1486 echo "$ac_var='\''$ac_val'\''"
1490 if test -n "$ac_subst_files"; then
1492 ## ------------------- ##
1493 ## File substitutions. ##
1494 ## ------------------- ##
1497 for ac_var in $ac_subst_files
1499 eval ac_val=\$$ac_var
1501 *\'\''*) ac_val=`echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1503 echo "$ac_var='\''$ac_val'\''"
1508 if test -s confdefs.h; then
1518 test "$ac_signal" != 0 &&
1519 echo "$as_me: caught signal $ac_signal"
1520 echo "$as_me: exit $exit_status"
1522 rm -f core *.core core.conftest.* &&
1523 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1526 for ac_signal in 1 2 13 15; do
1527 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1531 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1532 rm -f -r conftest* confdefs.h
1534 # Predefined preprocessor variables.
1536 cat >>confdefs.h <<_ACEOF
1537 #define PACKAGE_NAME "$PACKAGE_NAME"
1541 cat >>confdefs.h <<_ACEOF
1542 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1546 cat >>confdefs.h <<_ACEOF
1547 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1551 cat >>confdefs.h <<_ACEOF
1552 #define PACKAGE_STRING "$PACKAGE_STRING"
1556 cat >>confdefs.h <<_ACEOF
1557 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1561 # Let the site file select an alternate cache file if it wants to.
1562 # Prefer explicitly selected file to automatically selected ones.
1563 if test -n "$CONFIG_SITE"; then
1564 set x "$CONFIG_SITE"
1565 elif test "x$prefix" != xNONE; then
1566 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1568 set x "$ac_default_prefix/share/config.site" \
1569 "$ac_default_prefix/etc/config.site"
1574 if test -r "$ac_site_file"; then
1575 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1576 echo "$as_me: loading site script $ac_site_file" >&6;}
1577 sed 's/^/| /' "$ac_site_file" >&5
1582 if test -r "$cache_file"; then
1583 # Some versions of bash will fail to source /dev/null (special
1584 # files actually), so we avoid doing that.
1585 if test -f "$cache_file"; then
1586 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1587 echo "$as_me: loading cache $cache_file" >&6;}
1589 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1590 *) . "./$cache_file";;
1594 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1595 echo "$as_me: creating cache $cache_file" >&6;}
1599 # Check that the precious variables saved in the cache have kept the same
1601 ac_cache_corrupted=false
1602 for ac_var in $ac_precious_vars; do
1603 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1604 eval ac_new_set=\$ac_env_${ac_var}_set
1605 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1606 eval ac_new_val=\$ac_env_${ac_var}_value
1607 case $ac_old_set,$ac_new_set in
1609 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&5
1610 echo "$as_me: error
: \
`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1611 ac_cache_corrupted=: ;;
1613 { echo "$as_me:$LINENO: error: \`$ac_var' was not
set in the previous run
" >&5
1614 echo "$as_me: error
: \
`$ac_var' was not set in the previous run" >&2;}
1615 ac_cache_corrupted=: ;;
1618 if test "x$ac_old_val" != "x$ac_new_val"; then
1619 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1620 echo "$as_me: error: \`$ac_var' has changed since the previous run
:" >&2;}
1621 { echo "$as_me:$LINENO: former value
: $ac_old_val" >&5
1622 echo "$as_me: former value
: $ac_old_val" >&2;}
1623 { echo "$as_me:$LINENO: current value
: $ac_new_val" >&5
1624 echo "$as_me: current value
: $ac_new_val" >&2;}
1625 ac_cache_corrupted=:
1628 # Pass precious variables to config.status.
1629 if test "$ac_new_set" = set; then
1631 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s
/'/'\\\\\\\\''/g
"` ;;
1632 *) ac_arg=$ac_var=$ac_new_val ;;
1634 case " $ac_configure_args " in
1635 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1636 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1640 if $ac_cache_corrupted; then
1641 { echo "$as_me:$LINENO: error
: changes
in the environment can compromise the build
" >&5
1642 echo "$as_me: error
: changes
in the environment can compromise the build
" >&2;}
1643 { { echo "$as_me:$LINENO: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&5
1644 echo "$as_me: error: run \`make distclean' and
/or \
`rm $cache_file' and start over" >&2;}
1645 { (exit 1); exit 1; }; }
1673 ac_cpp='$CPP $CPPFLAGS'
1674 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1675 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1676 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1680 for ac_dir in build-aux "$srcdir"/build-aux; do
1681 if test -f "$ac_dir/install-sh"; then
1683 ac_install_sh="$ac_aux_dir/install-sh -c"
1685 elif test -f "$ac_dir/install.sh"; then
1687 ac_install_sh="$ac_aux_dir/install.sh -c"
1689 elif test -f "$ac_dir/shtool"; then
1691 ac_install_sh="$ac_aux_dir/shtool install -c"
1695 if test -z "$ac_aux_dir"; then
1696 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in build-aux \"$srcdir\"/build-aux" >&5
1697 echo "$as_me: error: cannot find install-sh or install.sh in build-aux \"$srcdir\"/build-aux" >&2;}
1698 { (exit 1); exit 1; }; }
1701 # These three variables are undocumented and unsupported,
1702 # and are intended to be withdrawn in a future Autoconf release.
1703 # They can cause serious problems if a builder's source tree is in a directory
1704 # whose full name contains unusual characters.
1705 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1706 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1707 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1710 am__api_version='1.10'
1712 # Find a good install program. We prefer a C program (faster),
1713 # so one script is as good as another. But avoid the broken or
1714 # incompatible versions:
1715 # SysV /etc/install, /usr/sbin/install
1716 # SunOS /usr/etc/install
1717 # IRIX /sbin/install
1719 # AmigaOS /C/install, which installs bootblocks on floppy discs
1720 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1721 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1722 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1723 # OS/2's system install, which has a completely different semantic
1724 # ./install, which can be erroneously created by make from ./install.sh.
1725 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1726 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1727 if test -z "$INSTALL"; then
1728 if test "${ac_cv_path_install+set}" = set; then
1729 echo $ECHO_N "(cached) $ECHO_C" >&6
1731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1735 test -z "$as_dir" && as_dir=.
1736 # Account for people who put trailing slashes in PATH elements.
1738 ./ | .// | /cC/* | \
1739 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1740 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1743 # OSF1 and SCO ODT 3.0 have their own names for install.
1744 # Don't use installbsd from OSF since it installs stuff as root
1746 for ac_prog in ginstall scoinst install; do
1747 for ac_exec_ext in '' $ac_executable_extensions; do
1748 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
1749 if test $ac_prog = install &&
1750 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1751 # AIX install. It has an incompatible calling convention.
1753 elif test $ac_prog = install &&
1754 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1755 # program-specific install script used by HP pwplus--don't use.
1758 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1771 if test "${ac_cv_path_install+set}" = set; then
1772 INSTALL=$ac_cv_path_install
1774 # As a last resort, use the slow shell script. Don't cache a
1775 # value for INSTALL within a source directory, because that will
1776 # break other packages using the cache if that directory is
1777 # removed, or if the value is a relative name.
1778 INSTALL=$ac_install_sh
1781 { echo "$as_me:$LINENO: result: $INSTALL" >&5
1782 echo "${ECHO_T}$INSTALL" >&6; }
1784 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1785 # It thinks the first close brace ends the variable substitution.
1786 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1788 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1790 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1792 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1793 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
1796 echo timestamp > conftest.file
1797 # Do `set' in a subshell so we don't clobber the current shell
's
1798 # arguments. Must try -L first in case configure is actually a
1799 # symlink; some systems play weird games with the mod time of symlinks
1800 # (eg FreeBSD returns the mod time of the symlink's containing
1803 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1804 if test "$*" = "X"; then
1806 set X
`ls -t $srcdir/configure conftest.file`
1809 if test "$*" != "X $srcdir/configure conftest.file" \
1810 && test "$*" != "X conftest.file $srcdir/configure"; then
1812 # If neither matched, then we have a broken ls. This can happen
1813 # if, for instance, CONFIG_SHELL is bash and it inherits a
1814 # broken ls alias from the environment. This has actually
1815 # happened. Such a system could not be considered "sane".
1816 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1817 alias in your environment" >&5
1818 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1819 alias in your environment" >&2;}
1820 { (exit 1); exit 1; }; }
1823 test "$2" = conftest.
file
1829 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1830 Check your system clock" >&5
1831 echo "$as_me: error: newly created file is older than distributed files!
1832 Check your system clock" >&2;}
1833 { (exit 1); exit 1; }; }
1835 { echo "$as_me:$LINENO: result: yes" >&5
1836 echo "${ECHO_T}yes" >&6; }
1837 test "$program_prefix" != NONE
&&
1838 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
1839 # Use a double $ so make ignores it.
1840 test "$program_suffix" != NONE
&&
1841 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
1842 # Double any \ or $. echo might interpret backslashes.
1843 # By default was `s,x,x', remove it if useless.
1844 cat <<\_ACEOF
>conftest.
sed
1845 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1847 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1850 # expand $ac_aux_dir to an absolute path
1851 am_aux_dir
=`cd $ac_aux_dir && pwd`
1853 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
1854 # Use eval to expand $SHELL
1855 if eval "$MISSING --run true"; then
1856 am_missing_run
="$MISSING --run "
1859 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1860 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1863 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
1864 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
1865 if test -z "$MKDIR_P"; then
1866 if test "${ac_cv_path_mkdir+set}" = set; then
1867 echo $ECHO_N "(cached) $ECHO_C" >&6
1869 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1870 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
1873 test -z "$as_dir" && as_dir
=.
1874 for ac_prog
in mkdir gmkdir
; do
1875 for ac_exec_ext
in '' $ac_executable_extensions; do
1876 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; } ||
continue
1877 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
1878 'mkdir (GNU coreutils) '* | \
1879 'mkdir (coreutils) '* | \
1880 'mkdir (fileutils) '4.1*)
1881 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
1891 if test "${ac_cv_path_mkdir+set}" = set; then
1892 MKDIR_P
="$ac_cv_path_mkdir -p"
1894 # As a last resort, use the slow shell script. Don't cache a
1895 # value for MKDIR_P within a source directory, because that will
1896 # break other packages using the cache if that directory is
1897 # removed, or if the value is a relative name.
1898 test -d .
/--version && rmdir .
/--version
1899 MKDIR_P
="$ac_install_sh -d"
1902 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
1903 echo "${ECHO_T}$MKDIR_P" >&6; }
1907 [\\/$
]* | ?
:[\\/]*) ;;
1908 */*) mkdir_p
="\$(top_builddir)/$mkdir_p" ;;
1911 for ac_prog
in gawk mawk nawk
awk
1913 # Extract the first word of "$ac_prog", so it can be a program name with args.
1914 set dummy
$ac_prog; ac_word
=$2
1915 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1916 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1917 if test "${ac_cv_prog_AWK+set}" = set; then
1918 echo $ECHO_N "(cached) $ECHO_C" >&6
1920 if test -n "$AWK"; then
1921 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
1923 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1927 test -z "$as_dir" && as_dir
=.
1928 for ac_exec_ext
in '' $ac_executable_extensions; do
1929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1930 ac_cv_prog_AWK
="$ac_prog"
1931 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1941 if test -n "$AWK"; then
1942 { echo "$as_me:$LINENO: result: $AWK" >&5
1943 echo "${ECHO_T}$AWK" >&6; }
1945 { echo "$as_me:$LINENO: result: no" >&5
1946 echo "${ECHO_T}no" >&6; }
1950 test -n "$AWK" && break
1953 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1954 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
1955 set x
${MAKE-make}; ac_make
=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1956 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
1957 echo $ECHO_N "(cached) $ECHO_C" >&6
1959 cat >conftest.
make <<\_ACEOF
1962 @
echo '@@@%%%=$(MAKE)=@@@%%%'
1964 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1965 case `${MAKE-make} -f conftest.make 2>/dev/null` in
1967 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
1969 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
1973 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
1974 { echo "$as_me:$LINENO: result: yes" >&5
1975 echo "${ECHO_T}yes" >&6; }
1978 { echo "$as_me:$LINENO: result: no" >&5
1979 echo "${ECHO_T}no" >&6; }
1980 SET_MAKE
="MAKE=${MAKE-make}"
1983 rm -rf .tst
2>/dev
/null
1984 mkdir .tst
2>/dev
/null
1985 if test -d .tst
; then
1990 rmdir .tst
2>/dev
/null
1992 if test "`cd $srcdir && pwd`" != "`pwd`"; then
1993 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
1994 # is not polluted with repeated "-I."
1995 am__isrc
=' -I$(srcdir)'
1996 # test to see if srcdir already configured
1997 if test -f $srcdir/config.status
; then
1998 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1999 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2000 { (exit 1); exit 1; }; }
2004 # test whether we have cygpath
2005 if test -z "$CYGPATH_W"; then
2006 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
2007 CYGPATH_W
='cygpath -w'
2014 # Define the identity of the package.
2015 PACKAGE
='cluster_expansion'
2019 cat >>confdefs.h
<<_ACEOF
2020 #define PACKAGE "$PACKAGE"
2024 cat >>confdefs.h
<<_ACEOF
2025 #define VERSION "$VERSION"
2028 # Some tools Automake needs.
2030 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2033 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
2036 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2039 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
2042 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
2044 install_sh
=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2046 # Installed binaries are usually stripped using `strip' when the user
2047 # run `make install-strip'. However `strip' might not be the right
2048 # tool to use in cross-compilation environments, therefore Automake
2049 # will honor the `STRIP' environment variable to overrule this program.
2050 if test "$cross_compiling" != no
; then
2051 if test -n "$ac_tool_prefix"; then
2052 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2053 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2054 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2055 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2056 if test "${ac_cv_prog_STRIP+set}" = set; then
2057 echo $ECHO_N "(cached) $ECHO_C" >&6
2059 if test -n "$STRIP"; then
2060 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2062 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2066 test -z "$as_dir" && as_dir
=.
2067 for ac_exec_ext
in '' $ac_executable_extensions; do
2068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2069 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2070 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2079 STRIP
=$ac_cv_prog_STRIP
2080 if test -n "$STRIP"; then
2081 { echo "$as_me:$LINENO: result: $STRIP" >&5
2082 echo "${ECHO_T}$STRIP" >&6; }
2084 { echo "$as_me:$LINENO: result: no" >&5
2085 echo "${ECHO_T}no" >&6; }
2090 if test -z "$ac_cv_prog_STRIP"; then
2092 # Extract the first word of "strip", so it can be a program name with args.
2093 set dummy strip
; ac_word
=$2
2094 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2095 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2096 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2097 echo $ECHO_N "(cached) $ECHO_C" >&6
2099 if test -n "$ac_ct_STRIP"; then
2100 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
2102 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2106 test -z "$as_dir" && as_dir
=.
2107 for ac_exec_ext
in '' $ac_executable_extensions; do
2108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2109 ac_cv_prog_ac_ct_STRIP
="strip"
2110 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2119 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
2120 if test -n "$ac_ct_STRIP"; then
2121 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2122 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2124 { echo "$as_me:$LINENO: result: no" >&5
2125 echo "${ECHO_T}no" >&6; }
2128 if test "x$ac_ct_STRIP" = x
; then
2131 case $cross_compiling:$ac_tool_warned in
2133 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2134 whose name does not start with the host triplet. If you think this
2135 configuration is useful to you, please write to autoconf@gnu.org." >&5
2136 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2137 whose name does not start with the host triplet. If you think this
2138 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2139 ac_tool_warned
=yes ;;
2144 STRIP
="$ac_cv_prog_STRIP"
2148 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
2150 # We need awk for the "check" target. The system "awk" is bad on
2152 # Always define AMTAR for backward compatibility.
2154 AMTAR
=${AMTAR-"${am_missing_run}tar"}
2156 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
2163 ac_cpp
='$CPP $CPPFLAGS'
2164 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2165 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2166 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2167 if test -n "$ac_tool_prefix"; then
2168 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2169 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2170 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2171 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2172 if test "${ac_cv_prog_CC+set}" = set; then
2173 echo $ECHO_N "(cached) $ECHO_C" >&6
2175 if test -n "$CC"; then
2176 ac_cv_prog_CC
="$CC" # Let the user override the test.
2178 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2182 test -z "$as_dir" && as_dir
=.
2183 for ac_exec_ext
in '' $ac_executable_extensions; do
2184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2185 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2186 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2196 if test -n "$CC"; then
2197 { echo "$as_me:$LINENO: result: $CC" >&5
2198 echo "${ECHO_T}$CC" >&6; }
2200 { echo "$as_me:$LINENO: result: no" >&5
2201 echo "${ECHO_T}no" >&6; }
2206 if test -z "$ac_cv_prog_CC"; then
2208 # Extract the first word of "gcc", so it can be a program name with args.
2209 set dummy gcc
; ac_word
=$2
2210 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2211 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2212 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2213 echo $ECHO_N "(cached) $ECHO_C" >&6
2215 if test -n "$ac_ct_CC"; then
2216 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2218 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2222 test -z "$as_dir" && as_dir
=.
2223 for ac_exec_ext
in '' $ac_executable_extensions; do
2224 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2225 ac_cv_prog_ac_ct_CC
="gcc"
2226 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2235 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2236 if test -n "$ac_ct_CC"; then
2237 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2238 echo "${ECHO_T}$ac_ct_CC" >&6; }
2240 { echo "$as_me:$LINENO: result: no" >&5
2241 echo "${ECHO_T}no" >&6; }
2244 if test "x$ac_ct_CC" = x
; then
2247 case $cross_compiling:$ac_tool_warned in
2249 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2250 whose name does not start with the host triplet. If you think this
2251 configuration is useful to you, please write to autoconf@gnu.org." >&5
2252 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2253 whose name does not start with the host triplet. If you think this
2254 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2255 ac_tool_warned
=yes ;;
2263 if test -z "$CC"; then
2264 if test -n "$ac_tool_prefix"; then
2265 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2266 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2267 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2268 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2269 if test "${ac_cv_prog_CC+set}" = set; then
2270 echo $ECHO_N "(cached) $ECHO_C" >&6
2272 if test -n "$CC"; then
2273 ac_cv_prog_CC
="$CC" # Let the user override the test.
2275 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2279 test -z "$as_dir" && as_dir
=.
2280 for ac_exec_ext
in '' $ac_executable_extensions; do
2281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2282 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2283 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2293 if test -n "$CC"; then
2294 { echo "$as_me:$LINENO: result: $CC" >&5
2295 echo "${ECHO_T}$CC" >&6; }
2297 { echo "$as_me:$LINENO: result: no" >&5
2298 echo "${ECHO_T}no" >&6; }
2304 if test -z "$CC"; then
2305 # Extract the first word of "cc", so it can be a program name with args.
2306 set dummy cc
; ac_word
=$2
2307 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2308 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2309 if test "${ac_cv_prog_CC+set}" = set; then
2310 echo $ECHO_N "(cached) $ECHO_C" >&6
2312 if test -n "$CC"; then
2313 ac_cv_prog_CC
="$CC" # Let the user override the test.
2316 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2320 test -z "$as_dir" && as_dir
=.
2321 for ac_exec_ext
in '' $ac_executable_extensions; do
2322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2323 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2324 ac_prog_rejected
=yes
2328 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2335 if test $ac_prog_rejected = yes; then
2336 # We found a bogon in the path, so make sure we never use it.
2337 set dummy
$ac_cv_prog_CC
2339 if test $# != 0; then
2340 # We chose a different compiler from the bogus one.
2341 # However, it has the same basename, so the bogon will be chosen
2342 # first if we set CC to just the basename; use the full file name.
2344 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2350 if test -n "$CC"; then
2351 { echo "$as_me:$LINENO: result: $CC" >&5
2352 echo "${ECHO_T}$CC" >&6; }
2354 { echo "$as_me:$LINENO: result: no" >&5
2355 echo "${ECHO_T}no" >&6; }
2360 if test -z "$CC"; then
2361 if test -n "$ac_tool_prefix"; then
2362 for ac_prog
in cl.exe
2364 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2365 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2366 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2367 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2368 if test "${ac_cv_prog_CC+set}" = set; then
2369 echo $ECHO_N "(cached) $ECHO_C" >&6
2371 if test -n "$CC"; then
2372 ac_cv_prog_CC
="$CC" # Let the user override the test.
2374 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2378 test -z "$as_dir" && as_dir
=.
2379 for ac_exec_ext
in '' $ac_executable_extensions; do
2380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2381 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2382 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2392 if test -n "$CC"; then
2393 { echo "$as_me:$LINENO: result: $CC" >&5
2394 echo "${ECHO_T}$CC" >&6; }
2396 { echo "$as_me:$LINENO: result: no" >&5
2397 echo "${ECHO_T}no" >&6; }
2401 test -n "$CC" && break
2404 if test -z "$CC"; then
2406 for ac_prog
in cl.exe
2408 # Extract the first word of "$ac_prog", so it can be a program name with args.
2409 set dummy
$ac_prog; ac_word
=$2
2410 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2411 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2412 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2413 echo $ECHO_N "(cached) $ECHO_C" >&6
2415 if test -n "$ac_ct_CC"; then
2416 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2418 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2422 test -z "$as_dir" && as_dir
=.
2423 for ac_exec_ext
in '' $ac_executable_extensions; do
2424 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2425 ac_cv_prog_ac_ct_CC
="$ac_prog"
2426 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2435 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2436 if test -n "$ac_ct_CC"; then
2437 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2438 echo "${ECHO_T}$ac_ct_CC" >&6; }
2440 { echo "$as_me:$LINENO: result: no" >&5
2441 echo "${ECHO_T}no" >&6; }
2445 test -n "$ac_ct_CC" && break
2448 if test "x$ac_ct_CC" = x
; then
2451 case $cross_compiling:$ac_tool_warned in
2453 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2454 whose name does not start with the host triplet. If you think this
2455 configuration is useful to you, please write to autoconf@gnu.org." >&5
2456 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2457 whose name does not start with the host triplet. If you think this
2458 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2459 ac_tool_warned
=yes ;;
2468 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2469 See \`config.log' for more details." >&5
2470 echo "$as_me: error: no acceptable C compiler found in \$PATH
2471 See \`config.log' for more details." >&2;}
2472 { (exit 1); exit 1; }; }
2474 # Provide some information about the compiler.
2475 echo "$as_me:$LINENO: checking for C compiler version" >&5
2476 ac_compiler
=`set X $ac_compile; echo $2`
2477 { (ac_try
="$ac_compiler --version >&5"
2479 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2480 *) ac_try_echo=$ac_try;;
2482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2483 (eval "$ac_compiler --version >&5") 2>&5
2485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2486 (exit $ac_status); }
2487 { (ac_try="$ac_compiler -v >&5"
2489 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2490 *) ac_try_echo
=$ac_try;;
2492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2493 (eval "$ac_compiler -v >&5") 2>&5
2495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2496 (exit $ac_status); }
2497 { (ac_try
="$ac_compiler -V >&5"
2499 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2500 *) ac_try_echo=$ac_try;;
2502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2503 (eval "$ac_compiler -V >&5") 2>&5
2505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2506 (exit $ac_status); }
2508 cat >conftest.$ac_ext <<_ACEOF
2511 cat confdefs.h >>conftest.$ac_ext
2512 cat >>conftest.$ac_ext <<_ACEOF
2513 /* end confdefs.h. */
2523 ac_clean_files_save=$ac_clean_files
2524 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2525 # Try to create an executable without -o first, disregard a.out.
2526 # It will help us diagnose broken compilers, and finding out an intuition
2528 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2529 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2530 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2532 # List of possible output files, starting from the most likely.
2533 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
2534 # only as a last resort. b.out is created by i960 compilers.
2535 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
2537 # The IRIX 6 linker writes into existing files which may not be
2538 # executable, retaining their permissions. Remove them first so a
2539 # subsequent execution test works.
2541 for ac_file in $ac_files
2544 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2545 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2550 if { (ac_try="$ac_link_default"
2552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2553 *) ac_try_echo=$ac_try;;
2555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2556 (eval "$ac_link_default") 2>&5
2558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2559 (exit $ac_status); }; then
2560 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2561 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2562 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2563 # so that the user can short-circuit this test for compilers unknown to
2565 for ac_file
in $ac_files
2567 test -f "$ac_file" ||
continue
2569 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
)
2572 # We found the default executable, but exeext='' is most
2576 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2578 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2580 # We set ac_cv_exeext here because the later test for it is not
2581 # safe: cross compilers may not add the suffix if given an `-o'
2582 # argument, so we may need to know it at that point already.
2583 # Even if this section looks crufty: it has the advantage of
2590 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2593 echo "$as_me: failed program was:" >&5
2594 sed 's/^/| /' conftest.
$ac_ext >&5
2596 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2597 See \`config.log' for more details." >&5
2598 echo "$as_me: error: C compiler cannot create executables
2599 See \`config.log' for more details." >&2;}
2600 { (exit 77); exit 77; }; }
2603 ac_exeext
=$ac_cv_exeext
2604 { echo "$as_me:$LINENO: result: $ac_file" >&5
2605 echo "${ECHO_T}$ac_file" >&6; }
2607 # Check that the compiler produces executables we can run. If not, either
2608 # the compiler is broken, or we cross compile.
2609 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2610 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2611 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2612 # If not cross compiling, check that we can run a simple program.
2613 if test "$cross_compiling" != yes; then
2614 if { ac_try
='./$ac_file'
2615 { (case "(($ac_try" in
2616 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2617 *) ac_try_echo=$ac_try;;
2619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2620 (eval "$ac_try") 2>&5
2622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2623 (exit $ac_status); }; }; then
2626 if test "$cross_compiling" = maybe; then
2629 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2630 If you meant to cross compile, use \`--host'.
2631 See \`config.log' for more details.
" >&5
2632 echo "$as_me: error
: cannot run C compiled programs.
2633 If you meant to cross compile
, use \
`--host'.
2634 See \`config.log
' for more details." >&2;}
2635 { (exit 1); exit 1; }; }
2639 { echo "$as_me:$LINENO: result: yes" >&5
2640 echo "${ECHO_T}yes" >&6; }
2642 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2643 ac_clean_files=$ac_clean_files_save
2644 # Check that the compiler produces executables we can run. If not, either
2645 # the compiler is broken, or we cross compile.
2646 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2647 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2648 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2649 echo "${ECHO_T}$cross_compiling" >&6; }
2651 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2652 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2653 if { (ac_try="$ac_link"
2655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2656 *) ac_try_echo=$ac_try;;
2658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2659 (eval "$ac_link") 2>&5
2661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2662 (exit $ac_status); }; then
2663 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2664 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2665 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2667 for ac_file
in conftest.exe conftest conftest.
*; do
2668 test -f "$ac_file" ||
continue
2670 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
) ;;
2671 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2677 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2678 See \`config.log' for more details." >&5
2679 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2680 See \`config.log' for more details." >&2;}
2681 { (exit 1); exit 1; }; }
2684 rm -f conftest
$ac_cv_exeext
2685 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2686 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2688 rm -f conftest.
$ac_ext
2689 EXEEXT
=$ac_cv_exeext
2691 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2692 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2693 if test "${ac_cv_objext+set}" = set; then
2694 echo $ECHO_N "(cached) $ECHO_C" >&6
2696 cat >conftest.
$ac_ext <<_ACEOF
2699 cat confdefs.h
>>conftest.
$ac_ext
2700 cat >>conftest.
$ac_ext <<_ACEOF
2701 /* end confdefs.h. */
2711 rm -f conftest.o conftest.obj
2712 if { (ac_try
="$ac_compile"
2714 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2715 *) ac_try_echo=$ac_try;;
2717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2718 (eval "$ac_compile") 2>&5
2720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2721 (exit $ac_status); }; then
2722 for ac_file in conftest.o conftest.obj conftest.*; do
2723 test -f "$ac_file" || continue;
2725 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2726 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2731 echo "$as_me: failed program was:" >&5
2732 sed 's/^/| /' conftest.$ac_ext >&5
2734 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2735 See \`config.log
' for more details." >&5
2736 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2737 See \`config.log' for more details.
" >&2;}
2738 { (exit 1); exit 1; }; }
2741 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2743 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
2744 echo "${ECHO_T}$ac_cv_objext" >&6; }
2745 OBJEXT=$ac_cv_objext
2747 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
2748 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
2749 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2750 echo $ECHO_N "(cached
) $ECHO_C" >&6
2752 cat >conftest.$ac_ext <<_ACEOF
2755 cat confdefs.h >>conftest.$ac_ext
2756 cat >>conftest.$ac_ext <<_ACEOF
2757 /* end confdefs.h. */
2770 rm -f conftest.$ac_objext
2771 if { (ac_try="$ac_compile"
2773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2774 *) ac_try_echo=$ac_try;;
2776 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2777 (eval "$ac_compile") 2>conftest.er1
2779 grep -v '^ *+' conftest.er1 >conftest.err
2781 cat conftest.err >&5
2782 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2783 (exit $ac_status); } &&
2784 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2785 { (case "(($ac_try" in
2786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2787 *) ac_try_echo=$ac_try;;
2789 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2790 (eval "$ac_try") 2>&5
2792 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2793 (exit $ac_status); }; } &&
2794 { ac_try='test -s conftest.$ac_objext'
2795 { (case "(($ac_try" in
2796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2797 *) ac_try_echo=$ac_try;;
2799 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2800 (eval "$ac_try") 2>&5
2802 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2803 (exit $ac_status); }; }; then
2806 echo "$as_me: failed program was
:" >&5
2807 sed 's/^/| /' conftest.$ac_ext >&5
2812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2813 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2816 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
2817 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2818 GCC=`test $ac_compiler_gnu = yes && echo yes`
2819 ac_test_CFLAGS=${CFLAGS+set}
2820 ac_save_CFLAGS=$CFLAGS
2821 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
2822 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
2823 if test "${ac_cv_prog_cc_g+set}" = set; then
2824 echo $ECHO_N "(cached
) $ECHO_C" >&6
2826 ac_save_c_werror_flag=$ac_c_werror_flag
2827 ac_c_werror_flag=yes
2830 cat >conftest.$ac_ext <<_ACEOF
2833 cat confdefs.h >>conftest.$ac_ext
2834 cat >>conftest.$ac_ext <<_ACEOF
2835 /* end confdefs.h. */
2845 rm -f conftest.$ac_objext
2846 if { (ac_try="$ac_compile"
2848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2849 *) ac_try_echo=$ac_try;;
2851 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2852 (eval "$ac_compile") 2>conftest.er1
2854 grep -v '^ *+' conftest.er1 >conftest.err
2856 cat conftest.err >&5
2857 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2858 (exit $ac_status); } &&
2859 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2860 { (case "(($ac_try" in
2861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2862 *) ac_try_echo=$ac_try;;
2864 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2865 (eval "$ac_try") 2>&5
2867 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2868 (exit $ac_status); }; } &&
2869 { ac_try='test -s conftest.$ac_objext'
2870 { (case "(($ac_try" in
2871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2872 *) ac_try_echo=$ac_try;;
2874 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2875 (eval "$ac_try") 2>&5
2877 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2878 (exit $ac_status); }; }; then
2881 echo "$as_me: failed program was
:" >&5
2882 sed 's/^/| /' conftest.$ac_ext >&5
2885 cat >conftest.$ac_ext <<_ACEOF
2888 cat confdefs.h >>conftest.$ac_ext
2889 cat >>conftest.$ac_ext <<_ACEOF
2890 /* end confdefs.h. */
2900 rm -f conftest.$ac_objext
2901 if { (ac_try="$ac_compile"
2903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2904 *) ac_try_echo=$ac_try;;
2906 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2907 (eval "$ac_compile") 2>conftest.er1
2909 grep -v '^ *+' conftest.er1 >conftest.err
2911 cat conftest.err >&5
2912 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2913 (exit $ac_status); } &&
2914 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2915 { (case "(($ac_try" in
2916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2917 *) ac_try_echo=$ac_try;;
2919 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2920 (eval "$ac_try") 2>&5
2922 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2923 (exit $ac_status); }; } &&
2924 { ac_try='test -s conftest.$ac_objext'
2925 { (case "(($ac_try" in
2926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2927 *) ac_try_echo=$ac_try;;
2929 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2930 (eval "$ac_try") 2>&5
2932 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2933 (exit $ac_status); }; }; then
2936 echo "$as_me: failed program was
:" >&5
2937 sed 's/^/| /' conftest.$ac_ext >&5
2939 ac_c_werror_flag=$ac_save_c_werror_flag
2941 cat >conftest.$ac_ext <<_ACEOF
2944 cat confdefs.h >>conftest.$ac_ext
2945 cat >>conftest.$ac_ext <<_ACEOF
2946 /* end confdefs.h. */
2956 rm -f conftest.$ac_objext
2957 if { (ac_try="$ac_compile"
2959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2960 *) ac_try_echo=$ac_try;;
2962 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2963 (eval "$ac_compile") 2>conftest.er1
2965 grep -v '^ *+' conftest.er1 >conftest.err
2967 cat conftest.err >&5
2968 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2969 (exit $ac_status); } &&
2970 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2971 { (case "(($ac_try" in
2972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2973 *) ac_try_echo=$ac_try;;
2975 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2976 (eval "$ac_try") 2>&5
2978 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2979 (exit $ac_status); }; } &&
2980 { ac_try='test -s conftest.$ac_objext'
2981 { (case "(($ac_try" in
2982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2983 *) ac_try_echo=$ac_try;;
2985 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2986 (eval "$ac_try") 2>&5
2988 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2989 (exit $ac_status); }; }; then
2992 echo "$as_me: failed program was
:" >&5
2993 sed 's/^/| /' conftest.$ac_ext >&5
2998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3005 ac_c_werror_flag=$ac_save_c_werror_flag
3007 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
3008 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3009 if test "$ac_test_CFLAGS" = set; then
3010 CFLAGS=$ac_save_CFLAGS
3011 elif test $ac_cv_prog_cc_g = yes; then
3012 if test "$GCC" = yes; then
3018 if test "$GCC" = yes; then
3024 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
3025 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
3026 if test "${ac_cv_prog_cc_c89+set}" = set; then
3027 echo $ECHO_N "(cached
) $ECHO_C" >&6
3029 ac_cv_prog_cc_c89=no
3031 cat >conftest.$ac_ext <<_ACEOF
3034 cat confdefs.h >>conftest.$ac_ext
3035 cat >>conftest.$ac_ext <<_ACEOF
3036 /* end confdefs.h. */
3039 #include <sys/types.h>
3040 #include <sys/stat.h>
3041 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3042 struct buf { int x; };
3043 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3044 static char *e (p, i)
3050 static char *f (char * (*g) (char **, int), char **p, ...)
3055 s = g (p, va_arg (v,int));
3060 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3061 function prototypes and stuff, but not '\xHH' hex character constants.
3062 These don't provoke an error unfortunately, instead are silently treated
3063 as 'x'. The following induces an error, until -std is added to get
3064 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3065 array size at least. It's necessary to write '\x00'==0 to get something
3066 that's true only with -std. */
3067 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3069 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3070 inside strings and character constants. */
3072 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3074 int test (int i, double x);
3075 struct s1 {int (*f) (int a);};
3076 struct s2 {int (*f) (double a);};
3077 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3083 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3088 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3089 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3091 CC="$ac_save_CC $ac_arg"
3092 rm -f conftest.$ac_objext
3093 if { (ac_try="$ac_compile"
3095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3096 *) ac_try_echo=$ac_try;;
3098 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3099 (eval "$ac_compile") 2>conftest.er1
3101 grep -v '^ *+' conftest.er1 >conftest.err
3103 cat conftest.err >&5
3104 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3105 (exit $ac_status); } &&
3106 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3107 { (case "(($ac_try" in
3108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3109 *) ac_try_echo=$ac_try;;
3111 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3112 (eval "$ac_try") 2>&5
3114 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3115 (exit $ac_status); }; } &&
3116 { ac_try='test -s conftest.$ac_objext'
3117 { (case "(($ac_try" in
3118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3119 *) ac_try_echo=$ac_try;;
3121 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3122 (eval "$ac_try") 2>&5
3124 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3125 (exit $ac_status); }; }; then
3126 ac_cv_prog_cc_c89=$ac_arg
3128 echo "$as_me: failed program was
:" >&5
3129 sed 's/^/| /' conftest.$ac_ext >&5
3134 rm -f core conftest.err conftest.$ac_objext
3135 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
3137 rm -f conftest.$ac_ext
3142 case "x
$ac_cv_prog_cc_c89" in
3144 { echo "$as_me:$LINENO: result
: none needed
" >&5
3145 echo "${ECHO_T}none needed
" >&6; } ;;
3147 { echo "$as_me:$LINENO: result
: unsupported
" >&5
3148 echo "${ECHO_T}unsupported
" >&6; } ;;
3150 CC="$CC $ac_cv_prog_cc_c89"
3151 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
3152 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3157 ac_cpp='$CPP $CPPFLAGS'
3158 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3159 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3160 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3161 DEPDIR="${am__leading_dot}deps
"
3163 ac_config_commands="$ac_config_commands depfiles
"
3166 am_make=${MAKE-make}
3167 cat > confinc << 'END'
3172 # If we don't find an include directive, just comment out the code.
3173 { echo "$as_me:$LINENO: checking
for style of include used by
$am_make" >&5
3174 echo $ECHO_N "checking
for style of include used by
$am_make...
$ECHO_C" >&6; }
3178 # First try GNU make style include.
3179 echo "include confinc" > confmf
3180 # We grep out `Entering directory' and `Leaving directory'
3181 # messages which can occur if `w' ends up in MAKEFLAGS.
3182 # In particular we don't look at `^make:' because GNU make might
3183 # be invoked under some other name (usually "gmake"), in which
3184 # case it prints its new name instead of `make'.
3185 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
3190 # Now try BSD make style include.
3191 if test "$am__include" = "#"; then
3192 echo '.include "confinc"' > confmf
3193 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
3194 am__include
=.include
3201 { echo "$as_me:$LINENO: result: $_am_result" >&5
3202 echo "${ECHO_T}$_am_result" >&6; }
3203 rm -f confinc confmf
3205 # Check whether --enable-dependency-tracking was given.
3206 if test "${enable_dependency_tracking+set}" = set; then
3207 enableval
=$enable_dependency_tracking;
3210 if test "x$enable_dependency_tracking" != xno
; then
3211 am_depcomp
="$ac_aux_dir/depcomp"
3214 if test "x$enable_dependency_tracking" != xno; then
3224 depcc
="$CC" am_compiler_list
=
3226 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3227 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
3228 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3229 echo $ECHO_N "(cached) $ECHO_C" >&6
3231 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3232 # We make a subdir and do the tests there. Otherwise we can end up
3233 # making bogus files that we don't know about and never remove. For
3234 # instance it was reported that on HP-UX the gcc test will end up
3235 # making a dummy file named `D' -- because `-MD' means `put the output
3238 # Copy depcomp to subdir because otherwise we won't find it if we're
3239 # using a relative directory.
3240 cp "$am_depcomp" conftest.dir
3242 # We will build objects and dependencies in a subdirectory because
3243 # it helps to detect inapplicable dependency modes. For instance
3244 # both Tru64's cc and ICC support -MD to output dependencies as a
3245 # side effect of compilation, but ICC will put the dependencies in
3246 # the current directory while Tru64 will put them in the object
3250 am_cv_CC_dependencies_compiler_type
=none
3251 if test "$am_compiler_list" = ""; then
3252 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3254 for depmode
in $am_compiler_list; do
3255 # Setup a source with many dependencies, because some compilers
3256 # like to wrap large dependency lists on column 80 (with \), and
3257 # we should not choose a depcomp mode which is confused by this.
3259 # We need to recreate these files for each test, as the compiler may
3260 # overwrite some of them when testing with obscure command lines.
3261 # This happens at least with the AIX C compiler.
3263 for i
in 1 2 3 4 5 6; do
3264 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3265 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3266 # Solaris 8's {/usr,}/bin/sh.
3267 touch sub
/conftst
$i.h
3269 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3273 # after this tag, mechanisms are not by side-effect, so they'll
3274 # only be used when explicitly requested
3275 if test "x$enable_dependency_tracking" = xyes
; then
3283 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3284 # mode. It turns out that the SunPro C++ compiler does not properly
3285 # handle `-M -o', and we need to detect this.
3286 if depmode
=$depmode \
3287 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3288 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3289 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3290 >/dev
/null
2>conftest.err
&&
3291 grep sub
/conftst1.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3292 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3293 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3294 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3295 # icc doesn't choke on unknown options, it will just issue warnings
3296 # or remarks (even with -Werror). So we grep stderr for any message
3297 # that says an option was ignored or not supported.
3298 # When given -MP, icc 7.0 and 7.1 complain thusly:
3299 # icc: Command line warning: ignoring option '-M'; no argument required
3300 # The diagnosis changed in icc 8.0:
3301 # icc: Command line remark: option '-MP' not supported
3302 if (grep 'ignoring option' conftest.err ||
3303 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3304 am_cv_CC_dependencies_compiler_type
=$depmode
3313 am_cv_CC_dependencies_compiler_type
=none
3317 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3318 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
3319 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3322 test "x$enable_dependency_tracking" != xno \
3323 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3325 am__fastdepCC_FALSE
='#'
3327 am__fastdepCC_TRUE
='#'
3328 am__fastdepCC_FALSE
=
3333 ac_cpp
='$CXXCPP $CPPFLAGS'
3334 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3335 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3336 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
3337 if test -z "$CXX"; then
3338 if test -n "$CCC"; then
3341 if test -n "$ac_tool_prefix"; then
3342 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
3344 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3345 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3346 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3347 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3348 if test "${ac_cv_prog_CXX+set}" = set; then
3349 echo $ECHO_N "(cached) $ECHO_C" >&6
3351 if test -n "$CXX"; then
3352 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
3354 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3358 test -z "$as_dir" && as_dir
=.
3359 for ac_exec_ext
in '' $ac_executable_extensions; do
3360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3361 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
3362 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3372 if test -n "$CXX"; then
3373 { echo "$as_me:$LINENO: result: $CXX" >&5
3374 echo "${ECHO_T}$CXX" >&6; }
3376 { echo "$as_me:$LINENO: result: no" >&5
3377 echo "${ECHO_T}no" >&6; }
3381 test -n "$CXX" && break
3384 if test -z "$CXX"; then
3386 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
3388 # Extract the first word of "$ac_prog", so it can be a program name with args.
3389 set dummy
$ac_prog; ac_word
=$2
3390 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3391 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3392 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3393 echo $ECHO_N "(cached) $ECHO_C" >&6
3395 if test -n "$ac_ct_CXX"; then
3396 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
3398 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3402 test -z "$as_dir" && as_dir
=.
3403 for ac_exec_ext
in '' $ac_executable_extensions; do
3404 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3405 ac_cv_prog_ac_ct_CXX
="$ac_prog"
3406 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3415 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
3416 if test -n "$ac_ct_CXX"; then
3417 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3418 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3420 { echo "$as_me:$LINENO: result: no" >&5
3421 echo "${ECHO_T}no" >&6; }
3425 test -n "$ac_ct_CXX" && break
3428 if test "x$ac_ct_CXX" = x
; then
3431 case $cross_compiling:$ac_tool_warned in
3433 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3434 whose name does not start with the host triplet. If you think this
3435 configuration is useful to you, please write to autoconf@gnu.org." >&5
3436 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3437 whose name does not start with the host triplet. If you think this
3438 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3439 ac_tool_warned
=yes ;;
3447 # Provide some information about the compiler.
3448 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3449 ac_compiler
=`set X $ac_compile; echo $2`
3450 { (ac_try
="$ac_compiler --version >&5"
3452 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3453 *) ac_try_echo=$ac_try;;
3455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3456 (eval "$ac_compiler --version >&5") 2>&5
3458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3459 (exit $ac_status); }
3460 { (ac_try="$ac_compiler -v >&5"
3462 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3463 *) ac_try_echo
=$ac_try;;
3465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3466 (eval "$ac_compiler -v >&5") 2>&5
3468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3469 (exit $ac_status); }
3470 { (ac_try
="$ac_compiler -V >&5"
3472 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3473 *) ac_try_echo=$ac_try;;
3475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3476 (eval "$ac_compiler -V >&5") 2>&5
3478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3479 (exit $ac_status); }
3481 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3482 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3483 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3484 echo $ECHO_N "(cached) $ECHO_C" >&6
3486 cat >conftest.$ac_ext <<_ACEOF
3489 cat confdefs.h >>conftest.$ac_ext
3490 cat >>conftest.$ac_ext <<_ACEOF
3491 /* end confdefs.h. */
3504 rm -f conftest.$ac_objext
3505 if { (ac_try="$ac_compile"
3507 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3508 *) ac_try_echo
=$ac_try;;
3510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3511 (eval "$ac_compile") 2>conftest.er1
3513 grep -v '^ *+' conftest.er1
>conftest.err
3515 cat conftest.err
>&5
3516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3517 (exit $ac_status); } &&
3518 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3519 { (case "(($ac_try" in
3520 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3521 *) ac_try_echo=$ac_try;;
3523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3524 (eval "$ac_try") 2>&5
3526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3527 (exit $ac_status); }; } &&
3528 { ac_try='test -s conftest.$ac_objext'
3529 { (case "(($ac_try" in
3530 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3531 *) ac_try_echo
=$ac_try;;
3533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3534 (eval "$ac_try") 2>&5
3536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3537 (exit $ac_status); }; }; then
3540 echo "$as_me: failed program was:" >&5
3541 sed 's/^/| /' conftest.
$ac_ext >&5
3546 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3547 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
3550 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3551 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3552 GXX
=`test $ac_compiler_gnu = yes && echo yes`
3553 ac_test_CXXFLAGS
=${CXXFLAGS+set}
3554 ac_save_CXXFLAGS
=$CXXFLAGS
3555 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3556 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3557 if test "${ac_cv_prog_cxx_g+set}" = set; then
3558 echo $ECHO_N "(cached) $ECHO_C" >&6
3560 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
3561 ac_cxx_werror_flag
=yes
3564 cat >conftest.
$ac_ext <<_ACEOF
3567 cat confdefs.h
>>conftest.
$ac_ext
3568 cat >>conftest.
$ac_ext <<_ACEOF
3569 /* end confdefs.h. */
3579 rm -f conftest.
$ac_objext
3580 if { (ac_try
="$ac_compile"
3582 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3583 *) ac_try_echo=$ac_try;;
3585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3586 (eval "$ac_compile") 2>conftest.er1
3588 grep -v '^ *+' conftest.er1 >conftest.err
3590 cat conftest.err >&5
3591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3592 (exit $ac_status); } &&
3593 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3594 { (case "(($ac_try" in
3595 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3596 *) ac_try_echo
=$ac_try;;
3598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3599 (eval "$ac_try") 2>&5
3601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3602 (exit $ac_status); }; } &&
3603 { ac_try
='test -s conftest.$ac_objext'
3604 { (case "(($ac_try" in
3605 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3606 *) ac_try_echo=$ac_try;;
3608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3609 (eval "$ac_try") 2>&5
3611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3612 (exit $ac_status); }; }; then
3613 ac_cv_prog_cxx_g=yes
3615 echo "$as_me: failed program was:" >&5
3616 sed 's/^/| /' conftest.$ac_ext >&5
3619 cat >conftest.$ac_ext <<_ACEOF
3622 cat confdefs.h >>conftest.$ac_ext
3623 cat >>conftest.$ac_ext <<_ACEOF
3624 /* end confdefs.h. */
3634 rm -f conftest.$ac_objext
3635 if { (ac_try="$ac_compile"
3637 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3638 *) ac_try_echo
=$ac_try;;
3640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3641 (eval "$ac_compile") 2>conftest.er1
3643 grep -v '^ *+' conftest.er1
>conftest.err
3645 cat conftest.err
>&5
3646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3647 (exit $ac_status); } &&
3648 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3649 { (case "(($ac_try" in
3650 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3651 *) ac_try_echo=$ac_try;;
3653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3654 (eval "$ac_try") 2>&5
3656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3657 (exit $ac_status); }; } &&
3658 { ac_try='test -s conftest.$ac_objext'
3659 { (case "(($ac_try" in
3660 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3661 *) ac_try_echo
=$ac_try;;
3663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3664 (eval "$ac_try") 2>&5
3666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3667 (exit $ac_status); }; }; then
3670 echo "$as_me: failed program was:" >&5
3671 sed 's/^/| /' conftest.
$ac_ext >&5
3673 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
3675 cat >conftest.
$ac_ext <<_ACEOF
3678 cat confdefs.h
>>conftest.
$ac_ext
3679 cat >>conftest.
$ac_ext <<_ACEOF
3680 /* end confdefs.h. */
3690 rm -f conftest.
$ac_objext
3691 if { (ac_try
="$ac_compile"
3693 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3694 *) ac_try_echo=$ac_try;;
3696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3697 (eval "$ac_compile") 2>conftest.er1
3699 grep -v '^ *+' conftest.er1 >conftest.err
3701 cat conftest.err >&5
3702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3703 (exit $ac_status); } &&
3704 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3705 { (case "(($ac_try" in
3706 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3707 *) ac_try_echo
=$ac_try;;
3709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3710 (eval "$ac_try") 2>&5
3712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3713 (exit $ac_status); }; } &&
3714 { ac_try
='test -s conftest.$ac_objext'
3715 { (case "(($ac_try" in
3716 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3717 *) ac_try_echo=$ac_try;;
3719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3720 (eval "$ac_try") 2>&5
3722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3723 (exit $ac_status); }; }; then
3724 ac_cv_prog_cxx_g=yes
3726 echo "$as_me: failed program was:" >&5
3727 sed 's/^/| /' conftest.$ac_ext >&5
3732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3739 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3741 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3742 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3743 if test "$ac_test_CXXFLAGS" = set; then
3744 CXXFLAGS=$ac_save_CXXFLAGS
3745 elif test $ac_cv_prog_cxx_g = yes; then
3746 if test "$GXX" = yes; then
3752 if test "$GXX" = yes; then
3759 ac_cpp='$CPP $CPPFLAGS'
3760 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3761 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3762 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3764 depcc="$CXX" am_compiler_list=
3766 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3767 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
3768 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
3769 echo $ECHO_N "(cached) $ECHO_C" >&6
3771 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3772 # We make a subdir and do the tests there. Otherwise we can end up
3773 # making bogus files that we don't know about and never remove. For
3774 # instance it was reported that on HP-UX the gcc test will end up
3775 # making a dummy file named `D
' -- because `-MD' means
`put the output
3778 # Copy depcomp to subdir because otherwise we won't find it if we're
3779 # using a relative directory.
3780 cp "$am_depcomp" conftest.dir
3782 # We will build objects and dependencies in a subdirectory because
3783 # it helps to detect inapplicable dependency modes. For instance
3784 # both Tru64's cc and ICC support -MD to output dependencies as a
3785 # side effect of compilation, but ICC will put the dependencies in
3786 # the current directory while Tru64 will put them in the object
3790 am_cv_CXX_dependencies_compiler_type=none
3791 if test "$am_compiler_list" = ""; then
3792 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
3794 for depmode in $am_compiler_list; do
3795 # Setup a source with many dependencies, because some compilers
3796 # like to wrap large dependency lists on column 80 (with \), and
3797 # we should not choose a depcomp mode which is confused by this.
3799 # We need to recreate these files for each test, as the compiler may
3800 # overwrite some of them when testing with obscure command lines.
3801 # This happens at least with the AIX C compiler.
3803 for i in 1 2 3 4 5 6; do
3804 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3805 # Using `: > sub
/conftst
$i.h
' creates only sub/conftst1.h with
3806 # Solaris 8's
{/usr
,}/bin
/sh.
3807 touch sub
/conftst
$i.h
3809 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3813 # after this tag, mechanisms are not by side-effect, so they'll
3814 # only be used when explicitly requested
3815 if test "x$enable_dependency_tracking" = xyes
; then
3823 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3824 # mode. It turns out that the SunPro C++ compiler does not properly
3825 # handle `-M -o', and we need to detect this.
3826 if depmode
=$depmode \
3827 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3828 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3829 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3830 >/dev
/null
2>conftest.err
&&
3831 grep sub
/conftst1.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3832 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3833 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3834 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3835 # icc doesn't choke on unknown options, it will just issue warnings
3836 # or remarks (even with -Werror). So we grep stderr for any message
3837 # that says an option was ignored or not supported.
3838 # When given -MP, icc 7.0 and 7.1 complain thusly:
3839 # icc: Command line warning: ignoring option '-M'; no argument required
3840 # The diagnosis changed in icc 8.0:
3841 # icc: Command line remark: option '-MP' not supported
3842 if (grep 'ignoring option' conftest.err ||
3843 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3844 am_cv_CXX_dependencies_compiler_type
=$depmode
3853 am_cv_CXX_dependencies_compiler_type
=none
3857 { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
3858 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
3859 CXXDEPMODE
=depmode
=$am_cv_CXX_dependencies_compiler_type
3862 test "x$enable_dependency_tracking" != xno \
3863 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3
; then
3864 am__fastdepCXX_TRUE
=
3865 am__fastdepCXX_FALSE
='#'
3867 am__fastdepCXX_TRUE
='#'
3868 am__fastdepCXX_FALSE
=
3872 ac_config_headers
="$ac_config_headers config.h"
3874 ac_config_files
="$ac_config_files Makefile"
3877 cat >confcache
<<\_ACEOF
3878 # This file is a shell script that caches the results of configure
3879 # tests run on this system so they can be shared between configure
3880 # scripts and configure runs, see configure's option --config-cache.
3881 # It is not useful on other systems. If it contains results you don't
3882 # want to keep, you may remove or edit it.
3884 # config.status only pays attention to the cache file if you give it
3885 # the --recheck option to rerun configure.
3887 # `ac_cv_env_foo' variables (set or unset) will be overridden when
3888 # loading this file, other *unset* `ac_cv_foo' will be assigned the
3893 # The following way of writing the cache mishandles newlines in values,
3894 # but we know of no workaround that is simple, portable, and efficient.
3895 # So, we kill variables containing newlines.
3896 # Ultrix sh set writes to stderr and can't be redirected directly,
3897 # and sets the high bit in the cache file unless we assign to the vars.
3899 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3900 eval ac_val
=\$
$ac_var
3904 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
3905 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
3908 _ | IFS | as_nl
) ;; #(
3909 *) $as_unset $ac_var ;;
3915 case $as_nl`(ac_space=' '; set) 2>&1` in #(
3916 *${as_nl}ac_space
=\
*)
3917 # `set' does not quote correctly, so add quotes (double-quote
3918 # substitution turns \\\\ into \\, and sed turns \\ into \).
3921 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3924 # `set' quotes correctly as required by POSIX, so do not add quotes.
3925 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3934 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3936 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3938 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
3939 if test -w "$cache_file"; then
3940 test "x$cache_file" != "x/dev/null" &&
3941 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
3942 echo "$as_me: updating cache $cache_file" >&6;}
3943 cat confcache
>$cache_file
3945 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
3946 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3951 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
3952 # Let make expand exec_prefix.
3953 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
3955 DEFS
=-DHAVE_CONFIG_H
3959 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
3960 # 1. Remove the extension, and $U if already installed.
3961 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
3962 ac_i
=`echo "$ac_i" | sed "$ac_script"`
3963 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
3964 # will be set to the directory where LIBOBJS objects are built.
3965 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3966 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
3970 LTLIBOBJS
=$ac_ltlibobjs
3973 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
3974 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
3975 Usually this means the macro was only invoked conditionally." >&5
3976 echo "$as_me: error: conditional \"AMDEP\" was never defined.
3977 Usually this means the macro was only invoked conditionally." >&2;}
3978 { (exit 1); exit 1; }; }
3980 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
3981 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
3982 Usually this means the macro was only invoked conditionally." >&5
3983 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
3984 Usually this means the macro was only invoked conditionally." >&2;}
3985 { (exit 1); exit 1; }; }
3987 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
3988 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
3989 Usually this means the macro was only invoked conditionally." >&5
3990 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
3991 Usually this means the macro was only invoked conditionally." >&2;}
3992 { (exit 1); exit 1; }; }
3995 : ${CONFIG_STATUS=./config.status}
3996 ac_clean_files_save
=$ac_clean_files
3997 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
3998 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3999 echo "$as_me: creating $CONFIG_STATUS" >&6;}
4000 cat >$CONFIG_STATUS <<_ACEOF
4002 # Generated by $as_me.
4003 # Run this file to recreate the current configuration.
4004 # Compiler output produced by configure, useful for debugging
4005 # configure, is in config.log if it exists.
4010 SHELL=\${CONFIG_SHELL-$SHELL}
4013 cat >>$CONFIG_STATUS <<\_ACEOF
4014 ## --------------------- ##
4015 ## M4sh Initialization. ##
4016 ## --------------------- ##
4018 # Be Bourne compatible
4019 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
4022 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
4023 # is contrary to our usage. Disable this feature.
4024 alias -g '${1+"$@"}'='"$@"'
4025 setopt NO_GLOB_SUBST
4027 case `(set -o) 2>/dev/null` in *posix
*) set -o posix
;; esac
4029 BIN_SH
=xpg4
; export BIN_SH
# for Tru64
4030 DUALCASE
=1; export DUALCASE
# for MKS sh
4034 # Avoid depending upon Character Ranges.
4035 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
4036 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4037 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
4038 as_cr_digits
='0123456789'
4039 as_cr_alnum
=$as_cr_Letters$as_cr_digits
4041 # The user is always right.
4042 if test "${PATH_SEPARATOR+set}" != set; then
4043 echo "#! /bin/sh" >conf$$.sh
4044 echo "exit 0" >>conf$$.sh
4046 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
4054 # Support unset when possible.
4055 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
4063 # We need space, tab and new line, in precisely that order. Quoting is
4064 # there to prevent editors from complaining about space-tab.
4065 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
4066 # splitting by setting IFS to empty value.)
4071 # Find who we are. Look in the path if we contain no directory separator.
4073 *[\\/]* ) as_myself
=$0 ;;
4074 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4078 test -z "$as_dir" && as_dir
=.
4079 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
4085 # We did not find ourselves, most probably we were run as `sh COMMAND'
4086 # in which case we are not to be found in the path.
4087 if test "x$as_myself" = x
; then
4090 if test ! -f "$as_myself"; then
4091 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4092 { (exit 1); exit 1; }
4095 # Work around bugs in pre-3.0 UWIN ksh.
4096 for as_var
in ENV MAIL MAILPATH
4097 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
4105 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
4106 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
4107 LC_TELEPHONE LC_TIME
4109 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
4110 eval $as_var=C
; export $as_var
4112 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
4116 # Required to use basename.
4117 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
4118 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
4124 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
4125 as_basename
=basename
4131 # Name of the executable.
4132 as_me
=`$as_basename -- "$0" ||
4133 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4134 X"$0" : 'X\(//\)$' \| \
4135 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4137 sed '/^.*\/\([^/][^/]*\)\/*$/{
4158 test "x$as_lineno_1" != "x$as_lineno_2" &&
4159 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
4161 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
4162 # uniformly replaced by the line number. The first 'sed' inserts a
4163 # line-number line after each line using $LINENO; the second 'sed'
4164 # does the real work. The second script uses 'N' to pair each
4165 # line-number line with the line containing $LINENO, and appends
4166 # trailing '-' during substitution so that $LINENO is not a special
4168 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
4169 # scripts with optimization help from Paolo Bonzini. Blame Lee
4170 # E. McMahon (1931-1989) for sed's syntax. :-)
4182 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
4186 chmod +x
"$as_me.lineno" ||
4187 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
4188 { (exit 1); exit 1; }; }
4190 # Don't try to exec as it changes $[0], causing all sort of problems
4191 # (the dirname of $[0] is not the place where we might find the
4192 # original and so on. Autoconf is especially sensitive to this).
4194 # Exit status is that of the last command.
4199 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
4205 ECHO_C
= ECHO_N
= ECHO_T
=
4208 case `echo 'x\c'` in
4209 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
4216 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
4217 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
4223 rm -f conf$$ conf$$.exe conf$$.
file
4224 if test -d conf$$.dir
; then
4225 rm -f conf$$.dir
/conf$$.
file
4231 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
4233 # ... but there are two gotchas:
4234 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
4235 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
4236 # In both cases, we have to default to `cp -p'.
4237 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
4239 elif ln conf$$.
file conf$$
2>/dev
/null
; then
4244 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
4245 rmdir conf$$.dir
2>/dev
/null
4247 if mkdir
-p .
2>/dev
/null
; then
4250 test -d .
/-p && rmdir .
/-p
4254 # Find out whether ``test -x'' works. Don't use a zero-byte file, as
4255 # systems may use methods other than mode bits to determine executability.
4256 cat >conf$$.
file <<_ASEOF
4260 chmod +x conf$$.
file
4261 if test -x conf$$.
file >/dev
/null
2>&1; then
4262 as_executable_p
="test -x"
4268 # Sed expression to map a string onto a valid CPP name.
4269 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
4271 # Sed expression to map a string onto a valid variable name.
4272 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4277 # Save the log message, to keep $[0] and so on meaningful, and to
4278 # report actual input values of CONFIG_FILES etc. instead of their
4279 # values after options handling.
4281 This file was extended by cluster_expansion $as_me 0.1, which was
4282 generated by GNU Autoconf 2.60. Invocation command line was
4284 CONFIG_FILES = $CONFIG_FILES
4285 CONFIG_HEADERS = $CONFIG_HEADERS
4286 CONFIG_LINKS = $CONFIG_LINKS
4287 CONFIG_COMMANDS = $CONFIG_COMMANDS
4290 on `(hostname || uname -n) 2>/dev/null | sed 1q`
4295 cat >>$CONFIG_STATUS <<_ACEOF
4296 # Files that config.status was made for.
4297 config_files="$ac_config_files"
4298 config_headers="$ac_config_headers"
4299 config_commands="$ac_config_commands"
4303 cat >>$CONFIG_STATUS <<\_ACEOF
4305 \`$as_me' instantiates files from templates according to the
4306 current configuration.
4308 Usage: $0 [OPTIONS] [FILE]...
4310 -h, --help print this help, then exit
4311 -V, --version print version number, then exit
4312 -q, --quiet do not print progress messages
4313 -d, --debug don't remove temporary files
4314 --recheck update $as_me by reconfiguring in the same conditions
4315 --file=FILE[:TEMPLATE]
4316 instantiate the configuration file FILE
4317 --header=FILE[:TEMPLATE]
4318 instantiate the configuration header FILE
4320 Configuration files:
4323 Configuration headers:
4326 Configuration commands:
4329 Report bugs to <bug-autoconf@gnu.org>."
4332 cat >>$CONFIG_STATUS <<_ACEOF
4334 cluster_expansion config.status 0.1
4335 configured by $0, generated by GNU Autoconf 2.60,
4336 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
4338 Copyright (C) 2006 Free Software Foundation, Inc.
4339 This config.status script is free software; the Free Software Foundation
4340 gives unlimited permission to copy, distribute and modify it."
4348 cat >>$CONFIG_STATUS <<\_ACEOF
4349 # If no file are specified by the user, then we need to provide default
4350 # value. By we need to know if files were specified by the user.
4356 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
4357 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
4368 # Handling of the options.
4369 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
4371 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
4372 echo "$ac_cs_version"; exit ;;
4373 --debug |
--debu |
--deb |
--de |
--d |
-d )
4375 --file |
--fil |
--fi |
--f )
4377 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
4378 ac_need_defaults
=false
;;
4379 --header |
--heade |
--head |
--hea )
4381 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
4382 ac_need_defaults
=false
;;
4384 # Conflict between --help and --header
4385 { echo "$as_me: error: ambiguous option: $1
4386 Try \`$0 --help' for more information." >&2
4387 { (exit 1); exit 1; }; };;
4388 --help |
--hel |
-h )
4389 echo "$ac_cs_usage"; exit ;;
4390 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
4391 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
4395 -*) { echo "$as_me: error: unrecognized option: $1
4396 Try \`$0 --help' for more information." >&2
4397 { (exit 1); exit 1; }; } ;;
4399 *) ac_config_targets
="$ac_config_targets $1"
4400 ac_need_defaults
=false
;;
4406 ac_configure_extra_args
=
4408 if $ac_cs_silent; then
4410 ac_configure_extra_args
="$ac_configure_extra_args --silent"
4414 cat >>$CONFIG_STATUS <<_ACEOF
4415 if \$ac_cs_recheck; then
4416 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
4419 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4423 cat >>$CONFIG_STATUS <<\_ACEOF
4427 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4428 ## Running $as_me. ##
4434 cat >>$CONFIG_STATUS <<_ACEOF
4438 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
4442 cat >>$CONFIG_STATUS <<\_ACEOF
4444 # Handling of arguments.
4445 for ac_config_target
in $ac_config_targets
4447 case $ac_config_target in
4448 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
4449 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h" ;;
4450 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
4452 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
4453 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
4454 { (exit 1); exit 1; }; };;
4459 # If the user did not use the arguments to specify the items to instantiate,
4460 # then the envvar interface is used. Set only those that are not.
4461 # We use the long form for the default assignment because of an extremely
4462 # bizarre bug on SunOS 4.1.3.
4463 if $ac_need_defaults; then
4464 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
4465 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
4466 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
4469 # Have a temporary directory for convenience. Make it in the build tree
4470 # simply because there is no reason against having it here, and in addition,
4471 # creating and moving files from /tmp can sometimes cause problems.
4472 # Hook for its removal unless debugging.
4473 # Note that there is a small window in which the directory will not be cleaned:
4474 # after its creation but before its name has been assigned to `$tmp'.
4478 trap 'exit_status=$?
4479 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
4481 trap '{ (exit 1); exit 1; }' 1 2 13 15
4483 # Create a (secure) tmp directory for tmp files.
4486 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
4487 test -n "$tmp" && test -d "$tmp"
4490 tmp
=.
/conf$$
-$RANDOM
4491 (umask 077 && mkdir
"$tmp")
4494 echo "$me: cannot create a temporary directory in ." >&2
4495 { (exit 1); exit 1; }
4499 # Set up the sed scripts for CONFIG_FILES section.
4502 # No need to generate the scripts if there are no CONFIG_FILES.
4503 # This happens for instance when ./config.status config.h
4504 if test -n "$CONFIG_FILES"; then
4511 for ac_last_try
in false false false false false
:; do
4512 cat >conf$
$subs.
sed <<_ACEOF
4513 SHELL!$SHELL$ac_delim
4514 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
4515 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
4516 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
4517 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
4518 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
4519 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
4520 exec_prefix!$exec_prefix$ac_delim
4521 prefix!$prefix$ac_delim
4522 program_transform_name!$program_transform_name$ac_delim
4523 bindir!$bindir$ac_delim
4524 sbindir!$sbindir$ac_delim
4525 libexecdir!$libexecdir$ac_delim
4526 datarootdir!$datarootdir$ac_delim
4527 datadir!$datadir$ac_delim
4528 sysconfdir!$sysconfdir$ac_delim
4529 sharedstatedir!$sharedstatedir$ac_delim
4530 localstatedir!$localstatedir$ac_delim
4531 includedir!$includedir$ac_delim
4532 oldincludedir!$oldincludedir$ac_delim
4533 docdir!$docdir$ac_delim
4534 infodir!$infodir$ac_delim
4535 htmldir!$htmldir$ac_delim
4536 dvidir!$dvidir$ac_delim
4537 pdfdir!$pdfdir$ac_delim
4538 psdir!$psdir$ac_delim
4539 libdir!$libdir$ac_delim
4540 localedir!$localedir$ac_delim
4541 mandir!$mandir$ac_delim
4543 ECHO_C!$ECHO_C$ac_delim
4544 ECHO_N!$ECHO_N$ac_delim
4545 ECHO_T!$ECHO_T$ac_delim
4547 build_alias!$build_alias$ac_delim
4548 host_alias!$host_alias$ac_delim
4549 target_alias!$target_alias$ac_delim
4550 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
4551 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
4552 INSTALL_DATA!$INSTALL_DATA$ac_delim
4553 am__isrc!$am__isrc$ac_delim
4554 CYGPATH_W!$CYGPATH_W$ac_delim
4555 PACKAGE!$PACKAGE$ac_delim
4556 VERSION!$VERSION$ac_delim
4557 ACLOCAL!$ACLOCAL$ac_delim
4558 AUTOCONF!$AUTOCONF$ac_delim
4559 AUTOMAKE!$AUTOMAKE$ac_delim
4560 AUTOHEADER!$AUTOHEADER$ac_delim
4561 MAKEINFO!$MAKEINFO$ac_delim
4562 install_sh!$install_sh$ac_delim
4563 STRIP!$STRIP$ac_delim
4564 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
4565 mkdir_p!$mkdir_p$ac_delim
4567 SET_MAKE!$SET_MAKE$ac_delim
4568 am__leading_dot!$am__leading_dot$ac_delim
4569 AMTAR!$AMTAR$ac_delim
4570 am__tar!$am__tar$ac_delim
4571 am__untar!$am__untar$ac_delim
4573 CFLAGS!$CFLAGS$ac_delim
4574 LDFLAGS!$LDFLAGS$ac_delim
4575 CPPFLAGS!$CPPFLAGS$ac_delim
4576 ac_ct_CC!$ac_ct_CC$ac_delim
4577 EXEEXT!$EXEEXT$ac_delim
4578 OBJEXT!$OBJEXT$ac_delim
4579 DEPDIR!$DEPDIR$ac_delim
4580 am__include!$am__include$ac_delim
4581 am__quote!$am__quote$ac_delim
4582 AMDEP_TRUE!$AMDEP_TRUE$ac_delim
4583 AMDEP_FALSE!$AMDEP_FALSE$ac_delim
4584 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
4585 CCDEPMODE!$CCDEPMODE$ac_delim
4586 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
4587 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
4589 CXXFLAGS!$CXXFLAGS$ac_delim
4590 ac_ct_CXX!$ac_ct_CXX$ac_delim
4591 CXXDEPMODE!$CXXDEPMODE$ac_delim
4592 am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
4593 am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
4594 LIBOBJS!$LIBOBJS$ac_delim
4595 LTLIBOBJS!$LTLIBOBJS$ac_delim
4598 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 83; then
4600 elif $ac_last_try; then
4601 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
4602 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
4603 { (exit 1); exit 1; }; }
4605 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
4609 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
4610 if test -n "$ac_eof"; then
4611 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
4612 ac_eof
=`expr $ac_eof + 1`
4615 cat >>$CONFIG_STATUS <<_ACEOF
4616 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
4617 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
4620 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
4621 s/^/s,@/; s/!/@,|#_!!_#|/
4624 s/'"$ac_delim"'$/,g/; t
4626 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
4627 ' >>$CONFIG_STATUS <conf$
$subs.
sed
4628 rm -f conf$
$subs.
sed
4629 cat >>$CONFIG_STATUS <<_ACEOF
4636 # VPATH may cause trouble with some makes, so we remove $(srcdir),
4637 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
4638 # trailing colons and then remove the whole line if VPATH becomes empty
4639 # (actually we leave an empty line to preserve line numbers).
4640 if test "x$srcdir" = x.
; then
4641 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
4645 s/^\([^=]*=[ ]*\):*/\1/
4651 cat >>$CONFIG_STATUS <<\_ACEOF
4652 fi # test -n "$CONFIG_FILES"
4655 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
4658 :[FHLC
]) ac_mode
=$ac_tag; continue;;
4660 case $ac_mode$ac_tag in
4662 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
4663 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
4664 { (exit 1); exit 1; }; };;
4665 :[FH
]-) ac_tag
=-:-;;
4666 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
4683 -) ac_f
="$tmp/stdin";;
4684 *) # Look for the file first in the build tree, then in the source tree
4685 # (if the path is not absolute). The absolute path cannot be DOS-style,
4686 # because $ac_f cannot contain `:'.
4690 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
4692 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
4693 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
4694 { (exit 1); exit 1; }; };;
4696 ac_file_inputs
="$ac_file_inputs $ac_f"
4699 # Let's still pretend it is `configure' which instantiates (i.e., don't
4700 # use $as_me), people would be surprised to read:
4701 # /* config.h. Generated by config.status. */
4702 configure_input
="Generated from "`IFS=:
4703 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
4704 if test x
"$ac_file" != x-
; then
4705 configure_input
="$ac_file. $configure_input"
4706 { echo "$as_me:$LINENO: creating $ac_file" >&5
4707 echo "$as_me: creating $ac_file" >&6;}
4711 *:-:* |
*:-) cat >"$tmp/stdin";;
4716 ac_dir
=`$as_dirname -- "$ac_file" ||
4717 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4718 X"$ac_file" : 'X\(//\)[^/]' \| \
4719 X"$ac_file" : 'X\(//\)$' \| \
4720 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
4722 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4741 -*) as_dir
=.
/$as_dir;;
4743 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
4747 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
4748 *) as_qdir
=$as_dir;;
4750 as_dirs
="'$as_qdir' $as_dirs"
4751 as_dir
=`$as_dirname -- "$as_dir" ||
4752 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4753 X"$as_dir" : 'X\(//\)[^/]' \| \
4754 X"$as_dir" : 'X\(//\)$' \| \
4755 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4757 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4774 test -d "$as_dir" && break
4776 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
4777 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
4778 echo "$as_me: error: cannot create directory $as_dir" >&2;}
4779 { (exit 1); exit 1; }; }; }
4783 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
4785 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
4786 # A ".." for each directory in $ac_dir_suffix.
4787 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
4788 case $ac_top_builddir_sub in
4789 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
4790 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
4793 ac_abs_top_builddir
=$ac_pwd
4794 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
4795 # for backward compatibility:
4796 ac_top_builddir
=$ac_top_build_prefix
4799 .
) # We are building in place.
4801 ac_top_srcdir
=$ac_top_builddir_sub
4802 ac_abs_top_srcdir
=$ac_pwd ;;
4803 [\\/]* | ?
:[\\/]* ) # Absolute name.
4804 ac_srcdir
=$srcdir$ac_dir_suffix;
4805 ac_top_srcdir
=$srcdir
4806 ac_abs_top_srcdir
=$srcdir ;;
4808 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
4809 ac_top_srcdir
=$ac_top_build_prefix$srcdir
4810 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
4812 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
4822 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
4823 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
4827 [\\/$
]* | ?
:[\\/]* ) ;;
4828 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
4832 cat >>$CONFIG_STATUS <<\_ACEOF
4833 # If the template does not know about datarootdir, expand it.
4834 # FIXME: This hack should be removed a few years after 2.60.
4835 ac_datarootdir_hack
=; ac_datarootdir_seen
=
4837 case `sed -n '/datarootdir/ {
4846 ' $ac_file_inputs` in
4847 *datarootdir
*) ac_datarootdir_seen
=yes;;
4848 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
4849 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4850 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
4852 cat >>$CONFIG_STATUS <<_ACEOF
4853 ac_datarootdir_hack='
4854 s&@datadir@&$datadir&g
4855 s&@docdir@&$docdir&g
4856 s&@infodir@&$infodir&g
4857 s&@localedir@&$localedir&g
4858 s&@mandir@&$mandir&g
4859 s&\\\${datarootdir}&$datarootdir&g' ;;
4863 # Neutralize VPATH when `$srcdir' = `.'.
4864 # Shell code in configure.ac might set extrasub.
4865 # FIXME: do we really want to maintain this feature?
4866 cat >>$CONFIG_STATUS <<_ACEOF
4870 cat >>$CONFIG_STATUS <<\_ACEOF
4872 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
4873 s
&@configure_input@
&$configure_input&;t t
4874 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
4875 s
&@srcdir@
&$ac_srcdir&;t t
4876 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
4877 s
&@top_srcdir@
&$ac_top_srcdir&;t t
4878 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
4879 s
&@builddir@
&$ac_builddir&;t t
4880 s
&@abs_builddir@
&$ac_abs_builddir&;t t
4881 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
4882 s
&@INSTALL@
&$ac_INSTALL&;t t
4883 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
4884 $ac_datarootdir_hack
4885 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" >$tmp/out
4887 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
4888 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
4889 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
4890 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
4891 which seems to be undefined. Please make sure it is defined." >&5
4892 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
4893 which seems to be undefined. Please make sure it is defined." >&2;}
4897 -) cat "$tmp/out"; rm -f "$tmp/out";;
4898 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
4907 # Transform confdefs.h into a sed script `conftest.defines', that
4908 # substitutes the proper values into config.h.in to produce config.h.
4909 rm -f conftest.defines conftest.
tail
4910 # First, append a space to every undef/define line, to ease matching.
4911 echo 's/$/ /' >conftest.defines
4912 # Then, protect against being on the right side of a sed subst, or in
4913 # an unquoted here document, in config.status. If some macros were
4914 # called several times there might be several #defines for the same
4915 # symbol, which is useless. But do not sort them, since the last
4916 # AC_DEFINE must be honored.
4917 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
4918 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
4919 # NAME is the cpp macro being defined, VALUE is the value it is being given.
4920 # PARAMS is the parameter list in the macro definition--in most cases, it's
4921 # just an empty string.
4922 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
4923 ac_dB
='\\)[ (].*,\\1define\\2'
4931 s/^[ ]*#[ ]*define[ ][ ]*//
4936 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
4937 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
4938 ' >>conftest.defines
4940 # Remove the space that was appended to ease matching.
4941 # Then replace #undef with comments. This is necessary, for
4942 # example, in the case of _POSIX_SOURCE, which is predefined and required
4943 # on some systems where configure will not decide to define it.
4944 # (The regexp can be short, since the line contains either #define or #undef.)
4946 s,^[ #]*u.*,/* & */,' >>conftest.defines
4948 # Break up conftest.defines:
4951 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
4952 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
4953 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
4955 ac_in
='$ac_file_inputs'
4956 ac_out
='"$tmp/out1"'
4957 ac_nxt
='"$tmp/out2"'
4961 # Write a here document:
4962 cat >>$CONFIG_STATUS <<_ACEOF
4963 # First, check the format of the line:
4964 cat >"\$tmp/defines.sed" <<\\CEOF
4965 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
4966 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
4970 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
4972 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
4973 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
4974 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
4975 grep . conftest.
tail >/dev
/null ||
break
4976 rm -f conftest.defines
4977 mv conftest.
tail conftest.defines
4979 rm -f conftest.defines conftest.
tail
4981 echo "ac_result=$ac_in" >>$CONFIG_STATUS
4982 cat >>$CONFIG_STATUS <<\_ACEOF
4983 if test x
"$ac_file" != x-
; then
4984 echo "/* $configure_input */" >"$tmp/config.h"
4985 cat "$ac_result" >>"$tmp/config.h"
4986 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
4987 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
4988 echo "$as_me: $ac_file is unchanged" >&6;}
4991 mv "$tmp/config.h" $ac_file
4994 echo "/* $configure_input */"
4998 # Compute $ac_file's index in $config_headers.
5001 for _am_header
in $config_headers :; do
5003 $_am_arg |
$_am_arg:* )
5006 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
5009 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
5010 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5011 X"$_am_arg" : 'X\(//\)[^/]' \| \
5012 X"$_am_arg" : 'X\(//\)$' \| \
5013 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
5015 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5031 s/.*/./; q'`/stamp-h
$_am_stamp_count
5034 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
5035 echo "$as_me: executing $ac_file commands" >&6;}
5040 case $ac_file$ac_mode in
5041 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
5042 # Strip MF so we end up with the name of the file.
5043 mf
=`echo "$mf" | sed -e 's/:.*$//'`
5044 # Check whether this is an Automake generated Makefile or not.
5045 # We used to match only the files named `Makefile.in', but
5046 # some people rename them; so instead we look at the file content.
5047 # Grep'ing the first line is not enough: some people post-process
5048 # each Makefile.in and add a new line on top of each file to say so.
5049 # Grep'ing the whole file is not good either: AIX grep has a line
5050 # limit of 2048, but all sed's we know have understand at least 4000.
5051 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
5052 dirpart
=`$as_dirname -- "$mf" ||
5053 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5054 X"$mf" : 'X\(//\)[^/]' \| \
5055 X"$mf" : 'X\(//\)$' \| \
5056 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
5058 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5078 # Extract the definition of DEPDIR, am__include, and am__quote
5079 # from the Makefile without running `make'.
5080 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
5081 test -z "$DEPDIR" && continue
5082 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
5083 test -z "am__include" && continue
5084 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
5085 # When using ansi2knr, U may be empty or an underscore; expand it
5086 U
=`sed -n 's/^U = //p' < "$mf"`
5087 # Find all dependency output files, they are included files with
5088 # $(DEPDIR) in their names. We invoke sed twice because it is the
5089 # simplest approach to changing $(DEPDIR) to its actual value in the
5091 for file in `sed -n "
5092 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
5093 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
5094 # Make sure the directory exists.
5095 test -f "$dirpart/$file" && continue
5096 fdir
=`$as_dirname -- "$file" ||
5097 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5098 X"$file" : 'X\(//\)[^/]' \| \
5099 X"$file" : 'X\(//\)$' \| \
5100 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
5102 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5119 { as_dir
=$dirpart/$fdir
5121 -*) as_dir
=.
/$as_dir;;
5123 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
5127 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
5128 *) as_qdir
=$as_dir;;
5130 as_dirs
="'$as_qdir' $as_dirs"
5131 as_dir
=`$as_dirname -- "$as_dir" ||
5132 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5133 X"$as_dir" : 'X\(//\)[^/]' \| \
5134 X"$as_dir" : 'X\(//\)$' \| \
5135 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
5137 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5154 test -d "$as_dir" && break
5156 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
5157 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
5158 echo "$as_me: error: cannot create directory $as_dir" >&2;}
5159 { (exit 1); exit 1; }; }; }
5160 # echo "creating $dirpart/$file"
5161 echo '# dummy' > "$dirpart/$file"
5170 { (exit 0); exit 0; }
5172 chmod +x
$CONFIG_STATUS
5173 ac_clean_files
=$ac_clean_files_save
5176 # configure is writing to config.log, and then calls config.status.
5177 # config.status does its own redirection, appending to config.log.
5178 # Unfortunately, on DOS this fails, as config.log is still kept open
5179 # by configure, so config.status won't be able to write to it; its
5180 # output is simply discarded. So we exec the FD to /dev/null,
5181 # effectively closing config.log, so it can be properly (re)opened and
5182 # appended to by config.status. When coming back to configure, we
5183 # need to make the FD available again.
5184 if test "$no_create" != yes; then
5186 ac_config_status_args
=
5187 test "$silent" = yes &&
5188 ac_config_status_args
="$ac_config_status_args --quiet"
5190 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
5192 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5193 # would make configure fail if this is the last instruction.
5194 $ac_cs_success ||
{ (exit 1); exit 1; }