summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-01-27 20:48:21 +0000
committerRoland McGrath <roland@gnu.org>1999-01-27 20:48:21 +0000
commitafc8c50fcd6c1070892a3508f65869803f2e1599 (patch)
tree397025263f152bbdd380e9acdbeb5200cad1e194 /configure.in
parent692f4a0bfd9d15eb5ed5c42db0d69a8ade298005 (diff)
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 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
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