From: Richard M. Stallman Date: Wed, 27 Apr 1994 05:27:02 +0000 (+0000) Subject: Define CONFIGURATION in src/config.h X-Git-Tag: emacs-19.34~8727 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=041b4242dc57f7eebe34c3a3f0db9c6dd398db30;p=emacs.git Define CONFIGURATION in src/config.h rather than substituting into src/Makefile.in. --- 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})