diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-01-05 20:39:51 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-01-05 20:39:51 +0200 |
commit | 0efc1fb65a3b1787b0dd78e5ec6369d67a5351a5 (patch) | |
tree | 8c466f6eb7ebb71ad8c75025326aa13085055321 /configure | |
parent | 72bc84e8200de324ca4d24753bfd5f4773e221f5 (diff) | |
download | egawk-0efc1fb65a3b1787b0dd78e5ec6369d67a5351a5.tar.gz egawk-0efc1fb65a3b1787b0dd78e5ec6369d67a5351a5.tar.bz2 egawk-0efc1fb65a3b1787b0dd78e5ec6369d67a5351a5.zip |
Improve autoconf. More doc updates.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -5816,6 +5816,13 @@ then CFLAGS="$CFLAGS -D_SYSV3" fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +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 @@ -10283,12 +10290,6 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readline via \"$_combo\" is present and sane" >&5 $as_echo_n "checking whether readline via \"$_combo\" is present and sane... " >&6; } - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ |