diff options
author | Roland McGrath <roland@gnu.org> | 1999-01-27 20:48:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-01-27 20:48:21 +0000 |
commit | afc8c50fcd6c1070892a3508f65869803f2e1599 (patch) | |
tree | 397025263f152bbdd380e9acdbeb5200cad1e194 /config.make.in | |
parent | 692f4a0bfd9d15eb5ed5c42db0d69a8ade298005 (diff) | |
download | hurd-afc8c50fcd6c1070892a3508f65869803f2e1599.tar.gz hurd-afc8c50fcd6c1070892a3508f65869803f2e1599.tar.bz2 hurd-afc8c50fcd6c1070892a3508f65869803f2e1599.zip |
1999-01-24 Roland McGrath <roland@baalperazim.frob.com>
* configure.in: Add AC_PROG_AWK.
* config.make.in (AWK): New variable, substituted by configure.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
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. |