aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-11-12 12:23:33 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-11-12 12:23:33 +0200
commit40b3741f63c19e38077d57f4ce4737916ec5073e (patch)
tree89e086fabdfc738b379901d86733e6c260c22f35 /configure.ac
parent00ef0423acd97cb964a2bae54c93a03a8ab50e5e (diff)
downloadegawk-40b3741f63c19e38077d57f4ce4737916ec5073e.tar.gz
egawk-40b3741f63c19e38077d57f4ce4737916ec5073e.tar.bz2
egawk-40b3741f63c19e38077d57f4ce4737916ec5073e.zip
Bring in development gawk changes.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 1 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index 0fa00781..1ccdf775 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([GNU Awk], 3.1.8, bug-gawk@gnu.org, gawk)
+AC_INIT([GNU Awk], 3.1.70, bug-gawk@gnu.org, gawk)
# This is a hack. Different versions of install on different systems
# are just too different. Chuck it and use install-sh.
@@ -64,18 +64,6 @@ AC_ARG_ENABLE([lint], [ --disable-lint Disable gawk lint checking],
AC_DEFINE(NO_LINT, 1, [disable lint checks])
fi
)
-AC_ARG_ENABLE(switch, [ --enable-switch Enable switch statements for awk programs],
- if test "$enableval" = yes
- then
- AC_DEFINE(ALLOW_SWITCH, 1, [switch statements are enabled in awk programs])
- fi
-)
-AC_ARG_ENABLE([directories-fatal], [ --disable-directories-fatal Disable fatal errors on directories],
- if test "$enableval" = no
- then
- AC_DEFINE(NO_DIRECTORY_FATAL, 1, [disable fatal errors on directories])
- fi
-)
AC_USE_SYSTEM_EXTENSIONS