diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-25 22:08:53 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-25 22:08:53 +0200 |
commit | 44cd8b0b374419f77febc504b0053b87c894810c (patch) | |
tree | e0016bafbc35ee5df461aed0cc09640ad9d0257c /configure | |
parent | a2f4c46ba3d4cd3de6be372316abc0e0e6518d4c (diff) | |
parent | a3d40d091d31ec54b85240209afddb0212de085c (diff) | |
download | egawk-44cd8b0b374419f77febc504b0053b87c894810c.tar.gz egawk-44cd8b0b374419f77febc504b0053b87c894810c.tar.bz2 egawk-44cd8b0b374419f77febc504b0053b87c894810c.zip |
Merge branch 'gawk-4.0-stable'
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 41 |
1 files changed, 1 insertions, 40 deletions
@@ -639,8 +639,6 @@ GMSGFMT MSGFMT GETTEXT_MACRO_VERSION USE_NLS -ANSI2KNR -U LN_S YFLAGS YACC @@ -5823,44 +5821,6 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for function prototypes" >&5 -$as_echo_n "checking for function prototypes... " >&6; } -if test "$ac_cv_prog_cc_c89" != no; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - -$as_echo "#define PROTOTYPES 1" >>confdefs.h - - -$as_echo "#define __PROTOTYPES 1" >>confdefs.h - -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -if test "$ac_cv_prog_cc_stdc" != no; then - U= ANSI2KNR= -else - U=_ ANSI2KNR=./ansi2knr -fi -# Ensure some checks needed by ansi2knr itself. - -for ac_header in string.h -do : - ac_fn_c_check_header_mongrel "$LINENO" "string.h" "ac_cv_header_string_h" "$ac_includes_default" -if test "x$ac_cv_header_string_h" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_STRING_H 1 -_ACEOF - -fi - -done - - - case `(uname) 2> /dev/null` in *CYGWIN*) with_libiconv_prefix=no @@ -10817,6 +10777,7 @@ DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= +U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |