summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2015-05-29 05:16:41 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-09-19 16:31:08 -0400
commit802e2cdd3ad770f3e1f360437dcf910dc3e81c04 (patch)
tree375fb455d05aaa11e92268435a14b7070cce33ad
parent7a13c923afdec8765f8c33e93ae5eee7dfc4dc11 (diff)
build: goodbye, gawk
Signed-off-by: David Lamparter <equinox@opensourcerouting.org> Acked-by: Vincent JARDIN <vincent.jardin@6wind.com> Acked-by: Donald Sharp <sharpd@cumulusnetworks.com>
-rw-r--r--INSTALL.quagga.txt1
-rwxr-xr-xconfigure.ac6
2 files changed, 0 insertions, 7 deletions
diff --git a/INSTALL.quagga.txt b/INSTALL.quagga.txt
index 11c85b1a31..b414d94861 100644
--- a/INSTALL.quagga.txt
+++ b/INSTALL.quagga.txt
@@ -69,7 +69,6 @@ deficient is made.
autoconf: 2.59 (2.60 on 2006-06-26 is too recent to require)
libtool: 1.5.22 (released 2005-12-18)
texinfo: 4.7 (released 2004-04-10; 4.8 is not yet common)
- GNU AWK: 3.1.5 (released 2005-08-12)
For running tests, one also needs:
diff --git a/configure.ac b/configure.ac
index 9cfb5d37d3..978aaf2c75 100755
--- a/configure.ac
+++ b/configure.ac
@@ -26,12 +26,6 @@ AM_SILENT_RULES([yes])
AC_CONFIG_HEADERS(config.h)
AC_PATH_PROG(PERL, perl)
-AC_CHECK_PROG([GAWK],[gawk],[gawk],[not-in-PATH])
-if test "x$GAWK" = "xnot-in-PATH" ; then
- AC_MSG_ERROR([GNU awk is required for lib/memtype.h made by memtypes.awk.
-BSD awk complains: awk: gensub doesn't support backreferences (subst "\1") ])
-fi
-AC_ARG_VAR([GAWK],[GNU AWK])
dnl default is to match previous behavior
exampledir=${sysconfdir}