changeset 7126:2d55408004ed

Define CONFIGURATION in src/config.h rather than substituting into src/Makefile.in.
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 Apr 1994 05:27:02 +0000
parents 8bc5866949d6
children 2dc00bfe8280
files configure1.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure1.in	Wed Apr 27 05:26:05 1994 +0000
+++ b/configure1.in	Wed Apr 27 05:27:02 1994 +0000
@@ -1438,7 +1438,6 @@
 #### Specify what sort of things we'll be editing into Makefile and config.h.
 ### Use configuration here uncanonicalized to avoid exceeding size limits.
 ]
-AC_SUBST(configuration)
 AC_SUBST(version)
 AC_SUBST(srcdir)
 AC_SUBST(prefix)
@@ -1466,6 +1465,7 @@
 AC_SUBST(machfile)
 AC_SUBST(opsysfile)
 
+AC_DEFINE_UNQUOTED(CONFIGURATION,  "\"${configuration}\"")
 AC_DEFINE_UNQUOTED(config_machfile,  "\"${machfile}\"")
 AC_DEFINE_UNQUOTED(config_opsysfile, "\"${opsysfile}\"")
 AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE, ${LD_SWITCH_X_SITE})