summaryrefslogtreecommitdiff
path: root/configure1.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-27 05:27:02 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-27 05:27:02 +0000
commitdc62069a2e8bb56ef4dbdd02b9e00876e921bdbf (patch)
treec77405e8d7b40ee532a5f6ee5eeb84844754b6ff /configure1.in
parentee0573c7dbde1a59984abc7f76f3132814ee5bb1 (diff)
downloademacs-dc62069a2e8bb56ef4dbdd02b9e00876e921bdbf.tar.gz
Define CONFIGURATION in src/config.h
rather than substituting into src/Makefile.in.
Diffstat (limited to 'configure1.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
#### 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})