From 4a73e687bafe15410b40709914ab62b887074c91 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 16 Jun 1994 02:30:39 +0000 Subject: [PATCH] Define THIS_IS_CONFIGURE when extracting CFLAGS etc. --- configure1.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure1.in b/configure1.in index 5aa87b99578..a36b34ecbc3 100755 --- a/configure1.in +++ b/configure1.in @@ -1329,6 +1329,7 @@ echo " - whether the GNU malloc routines are usable." tempcname="conftest.c" echo ' +#define THIS_IS_CONFIGURE #include "'${srcdir}'/src/'${opsysfile}'" #include "'${srcdir}'/src/'${machfile}'" #ifndef LIBS_MACHINE -- 2.39.5