diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-27 20:46:58 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-27 20:46:58 +0200 |
commit | cd64f695ec51f4f9e67cc0380d30b429e1be298b (patch) | |
tree | 6fb4d3597bfcb540cfc6bae8a4753947a3d86cd8 | |
parent | e014f3b24e02d746a3982f3061796569ff294a03 (diff) | |
download | gawk-cd64f695ec51f4f9e67cc0380d30b429e1be298b.tar.gz |
Remove old ISC Unix cruft.
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 5 | ||||
-rw-r--r-- | configure.ac | 6 |
3 files changed, 5 insertions, 11 deletions
@@ -5,6 +5,11 @@ * io.c (GAWK_AIX): Check _AIX instead. * custom.h (_AIX): Add define of _XOPEN_SOURCE_EXTENDED. + Unrelated: + + * configure.ac: Remove old stuff for ISC Unix, no longer needed. + * configure: Regenerated. + 2016-01-25 John E. Malmberg <wb8tyw@qsl.net> * io.c (redirect): Need to call close_one more than once after @@ -6234,11 +6234,6 @@ rm -f conftest* { $as_echo "$as_me:${as_lineno-$LINENO}: result: $use_ebcdic" >&5 $as_echo "$use_ebcdic" >&6; } -if test "$ISC" = 1 # will be set by test for ISC -then - CFLAGS="$CFLAGS -D_SYSV3" -fi - ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' diff --git a/configure.ac b/configure.ac index 8d6895ea..f57d2a77 100644 --- a/configure.ac +++ b/configure.ac @@ -123,12 +123,6 @@ gnu_gawk_in_ebcdic [use_ebcdic=no]) AC_MSG_RESULT([$use_ebcdic]) -if test "$ISC" = 1 # will be set by test for ISC -then -dnl need -D_SYSV3 for ISC - CFLAGS="$CFLAGS -D_SYSV3" -fi - dnl Set the programming language for checks. Fortunately, dnl this only needs to be set once, since everything is in C. AC_LANG([C]) |