From afc8c50fcd6c1070892a3508f65869803f2e1599 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 27 Jan 1999 20:48:21 +0000 Subject: 1999-01-24 Roland McGrath * configure.in: Add AC_PROG_AWK. * config.make.in (AWK): New variable, substituted by configure. --- config.make.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config.make.in') diff --git a/config.make.in b/config.make.in index da1e571d..6ac85f9e 100644 --- a/config.make.in +++ b/config.make.in @@ -39,6 +39,7 @@ AR = @AR@ RANLIB = @RANLIB@ MIG = @MIG@ MIGCOM = $(MIG) -cc cat - /dev/null +AWK = @AWK@ # Compilation flags. Append these to the definitions already made by # the specific Makefile. -- cgit v1.2.3