[project @ 1997-10-16 10:45:21 by simonm]
authorsimonm <unknown>
Thu, 16 Oct 1997 10:45:21 +0000 (10:45 +0000)
committersimonm <unknown>
Thu, 16 Oct 1997 10:45:21 +0000 (10:45 +0000)
Test for CC and GCC before finding CPP, since GNUCPP depends on
finding GCC to do the right thing.

distrib/configure-bin.in

index afbab59..956fb96 100644 (file)
@@ -108,6 +108,9 @@ AC_PATH_PROG(SedCmd,sed)
 #
 dnl ** How to invoke cpp directly **
 #
+AC_PROG_CC
+AC_HAVE_GCC
+AC_PROG_CPP
 AC_PROG_GNUCPP
 
 #