comparison configure @ 108268:43dc83feb3b6

Regenerate configure.
author Glenn Morris <rgm@gnu.org>
date Thu, 06 May 2010 01:07:12 -0700
parents de744425d5c4
children 8416c8d075e3
comparison
equal deleted inserted replaced
108267:16386d4adba0 108268:43dc83feb3b6
692 EXEEXT 692 EXEEXT
693 OBJEXT 693 OBJEXT
694 CPP 694 CPP
695 GREP 695 GREP
696 EGREP 696 EGREP
697 LN_S
698 INSTALL_PROGRAM 697 INSTALL_PROGRAM
699 INSTALL_SCRIPT 698 INSTALL_SCRIPT
700 INSTALL_DATA 699 INSTALL_DATA
701 RANLIB 700 RANLIB
702 INSTALL_INFO 701 INSTALL_INFO
5024 unset has_option 5023 unset has_option
5025 unset SAVE_CFLAGS 5024 unset SAVE_CFLAGS
5026 5025
5027 #### Some other nice autoconf tests. 5026 #### Some other nice autoconf tests.
5028 5027
5029 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
5030 $as_echo_n "checking whether ln -s works... " >&6; }
5031 LN_S=$as_ln_s
5032 if test "$LN_S" = "ln -s"; then
5033 { $as_echo "$as_me:$LINENO: result: yes" >&5
5034 $as_echo "yes" >&6; }
5035 else
5036 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
5037 $as_echo "no, using $LN_S" >&6; }
5038 fi
5039
5040 ac_ext=c 5028 ac_ext=c
5041 ac_cpp='$CPP $CPPFLAGS' 5029 ac_cpp='$CPP $CPPFLAGS'
5042 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5030 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5043 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5031 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5044 ac_compiler_gnu=$ac_cv_c_compiler_gnu 5032 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6019 6007
6020 C_SWITCH_SYSTEM= 6008 C_SWITCH_SYSTEM=
6021 ## Some programs in src produce warnings saying certain subprograms 6009 ## Some programs in src produce warnings saying certain subprograms
6022 ## are too complex and need a MAXMEM value greater than 2000 for 6010 ## are too complex and need a MAXMEM value greater than 2000 for
6023 ## additional optimization. --nils@exp-math.uni-essen.de 6011 ## additional optimization. --nils@exp-math.uni-essen.de
6024 test "$opsys" = "aix4.2" && test "x$GCC" = "xyes" && \ 6012 test "$opsys" = "aix4.2" && test "x$GCC" != "xyes" && \
6025 C_SWITCH_SYSTEM="-ma -qmaxmem=4000" 6013 C_SWITCH_SYSTEM="-ma -qmaxmem=4000"
6026 ## gnu-linux might need -D_BSD_SOURCE on old libc5 systems. 6014 ## gnu-linux might need -D_BSD_SOURCE on old libc5 systems.
6027 ## It is redundant in glibc2, since we define _GNU_SOURCE. 6015 ## It is redundant in glibc2, since we define _GNU_SOURCE.
6028 6016
6029 6017