comparison configure1.in @ 7920:30a1f0809d2a

Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
author Richard M. Stallman <rms@gnu.org>
date Thu, 16 Jun 1994 02:30:39 +0000
parents e3a341341aeb
children a563319a7968
comparison
equal deleted inserted replaced
7919:5823cf320f61 7920:30a1f0809d2a
1327 ### two configures in the same directory and have anything work 1327 ### two configures in the same directory and have anything work
1328 ### anyway. 1328 ### anyway.
1329 tempcname="conftest.c" 1329 tempcname="conftest.c"
1330 1330
1331 echo ' 1331 echo '
1332 #define THIS_IS_CONFIGURE
1332 #include "'${srcdir}'/src/'${opsysfile}'" 1333 #include "'${srcdir}'/src/'${opsysfile}'"
1333 #include "'${srcdir}'/src/'${machfile}'" 1334 #include "'${srcdir}'/src/'${machfile}'"
1334 #ifndef LIBS_MACHINE 1335 #ifndef LIBS_MACHINE
1335 #define LIBS_MACHINE 1336 #define LIBS_MACHINE
1336 #endif 1337 #endif