diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-12 12:23:33 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-12 12:23:33 +0200 |
commit | 40b3741f63c19e38077d57f4ce4737916ec5073e (patch) | |
tree | 89e086fabdfc738b379901d86733e6c260c22f35 /configure.ac | |
parent | 00ef0423acd97cb964a2bae54c93a03a8ab50e5e (diff) | |
download | egawk-40b3741f63c19e38077d57f4ce4737916ec5073e.tar.gz egawk-40b3741f63c19e38077d57f4ce4737916ec5073e.tar.bz2 egawk-40b3741f63c19e38077d57f4ce4737916ec5073e.zip |
Bring in development gawk changes.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 14 |
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 |