From e9d6269fc51cf153cdca40cc82c5ec188df74c17 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Thu, 2 Feb 2006 19:16:11 -0800 Subject: - (tim) [configure.ac] test for egrep (AC_PROG_EGREP) before first AC_CHECK_HEADERS test. Without it, if AC_CHECK_HEADERS is first run by a platform specific check, builtin standard includes tests will be skipped on the other platforms. Analysis and suggestion by vinschen at redhat.com, patch by dtucker@. OK tim@, djm@. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8e1ea9764..20b15c622 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.322.2.1 2006/02/02 07:44:05 dtucker Exp $ +# $Id: configure.ac,v 1.322.2.2 2006/02/03 03:16:11 tim Exp $ # # Copyright (c) 1999-2004 Damien Miller # @@ -27,6 +27,7 @@ AC_PROG_AWK AC_PROG_CPP AC_PROG_RANLIB AC_PROG_INSTALL +AC_PROG_EGREP AC_PATH_PROG(AR, ar) AC_PATH_PROG(CAT, cat) AC_PATH_PROG(KILL, kill) -- cgit v1.2.3