aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-04-27 05:27:02 +0000
committerRichard M. Stallman <[email protected]>1994-04-27 05:27:02 +0000
commit041b4242dc57f7eebe34c3a3f0db9c6dd398db30 (patch)
tree9a756686171e9c1400309527b768d05d7c59b760
parent2e14f82ba77f8cce65c04024be6ab683be191c2e (diff)
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 7e25da8689..71a0343ffd 100755
--- a/configure1.in
+++ b/configure1.in
@@ -1438,7 +1438,6 @@ fi
#### 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(X_TOOLKIT_TYPE)
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})