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. --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') 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 -- cgit v1.2.3