aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:47:28 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:47:28 +0300
commit6719bb6e1c5576e857ab6fc121ec31a75161a3e7 (patch)
tree97cba951750ceb73899e48490dbb33674e5b29e1 /configure.in
parent558ba97bdeac5a68bb9248a5c4cdf2feeb24e771 (diff)
downloadegawk-6719bb6e1c5576e857ab6fc121ec31a75161a3e7.tar.gz
egawk-6719bb6e1c5576e857ab6fc121ec31a75161a3e7.tar.bz2
egawk-6719bb6e1c5576e857ab6fc121ec31a75161a3e7.zip
Move to gawk-3.0.2.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index c92e6425..c5a9661c 100644
--- a/configure.in
+++ b/configure.in
@@ -28,7 +28,7 @@ dnl define(AC_CONFIG_AUX_DIR,)
dnl This is the configure.in script proper
AC_INIT(awk.h)
-AC_PREREQ(2.7)
+AC_PREREQ(2.12)
AC_CONFIG_HEADER(config.h:configh.in)
dnl checks for programs
@@ -62,9 +62,6 @@ AC_AIX
AC_ISC_POSIX
AC_MINIX
-dnl see if the C compiler really works
-AM_SANITY_CHECK_CC
-
dnl checks for header files
AC_HEADER_STDC
AC_HEADER_SYS_WAIT