aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-27 05:27:02 +0000
committerRichard M. Stallman1994-04-27 05:27:02 +0000
commit041b4242dc57f7eebe34c3a3f0db9c6dd398db30 (patch)
tree9a756686171e9c1400309527b768d05d7c59b760
parent2e14f82ba77f8cce65c04024be6ab683be191c2e (diff)
downloademacs-041b4242dc57f7eebe34c3a3f0db9c6dd398db30.tar.gz
emacs-041b4242dc57f7eebe34c3a3f0db9c6dd398db30.zip
Define CONFIGURATION in src/config.h
rather than substituting into src/Makefile.in.
-rwxr-xr-xconfigure1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in
index 7e25da8689d..71a0343ffda 100755
--- a/configure1.in
+++ b/configure1.in
@@ -1438,7 +1438,6 @@ fi
1438#### Specify what sort of things we'll be editing into Makefile and config.h. 1438#### Specify what sort of things we'll be editing into Makefile and config.h.
1439### Use configuration here uncanonicalized to avoid exceeding size limits. 1439### Use configuration here uncanonicalized to avoid exceeding size limits.
1440] 1440]
1441AC_SUBST(configuration)
1442AC_SUBST(version) 1441AC_SUBST(version)
1443AC_SUBST(srcdir) 1442AC_SUBST(srcdir)
1444AC_SUBST(prefix) 1443AC_SUBST(prefix)
@@ -1466,6 +1465,7 @@ AC_SUBST(X_TOOLKIT_TYPE)
1466AC_SUBST(machfile) 1465AC_SUBST(machfile)
1467AC_SUBST(opsysfile) 1466AC_SUBST(opsysfile)
1468 1467
1468AC_DEFINE_UNQUOTED(CONFIGURATION, "\"${configuration}\"")
1469AC_DEFINE_UNQUOTED(config_machfile, "\"${machfile}\"") 1469AC_DEFINE_UNQUOTED(config_machfile, "\"${machfile}\"")
1470AC_DEFINE_UNQUOTED(config_opsysfile, "\"${opsysfile}\"") 1470AC_DEFINE_UNQUOTED(config_opsysfile, "\"${opsysfile}\"")
1471AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE, ${LD_SWITCH_X_SITE}) 1471AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE, ${LD_SWITCH_X_SITE})