diff options
-rw-r--r-- | config.make.in | 1 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 3 insertions, 1 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. diff --git a/configure.in b/configure.in index 64960998..f291b665 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_REVISION([$Id: configure.in,v 1.14 1998/08/12 20:56:17 roland Exp $]) +AC_REVISION([$Id: configure.in,v 1.15 1999/01/27 20:48:21 roland Exp $]) AC_PREREQ(2.12) dnl Minimum Autoconf version required. AC_INIT(hurd/hurd_types.h) dnl A distinctive file to look for in srcdir. @@ -31,6 +31,7 @@ AC_ARG_ENABLE(profile, AC_SUBST(enable_profile) AC_PROG_INSTALL +AC_PROG_AWK AC_CHECK_TOOL(CC, gcc) # That check handles cross-compilation well, but AC_PROG_CC tests for GCC |