]> git.puffer.fish Git - mirror/frr.git/commitdiff
build: goodbye, gawk
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 29 May 2015 03:16:41 +0000 (05:16 +0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 19 Sep 2016 20:31:08 +0000 (16:31 -0400)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Acked-by: Vincent JARDIN <vincent.jardin@6wind.com>
Acked-by: Donald Sharp <sharpd@cumulusnetworks.com>
INSTALL.quagga.txt
configure.ac

index 11c85b1a31ce37395f028053149c43218dbaebad..b414d948614bd07c2c0db7262a89cfee651c3536 100644 (file)
@@ -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:
 
index 9cfb5d37d3d73ed3317c3b5c1499509c34a6be33..978aaf2c755207195a6bf542fa668bb58109c8eb 100755 (executable)
@@ -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}