diff options
| author | Richard M. Stallman | 1994-04-27 05:27:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-27 05:27:02 +0000 |
| commit | 041b4242dc57f7eebe34c3a3f0db9c6dd398db30 (patch) | |
| tree | 9a756686171e9c1400309527b768d05d7c59b760 | |
| parent | 2e14f82ba77f8cce65c04024be6ab683be191c2e (diff) | |
| download | emacs-041b4242dc57f7eebe34c3a3f0db9c6dd398db30.tar.gz emacs-041b4242dc57f7eebe34c3a3f0db9c6dd398db30.zip | |
Define CONFIGURATION in src/config.h
rather than substituting into src/Makefile.in.
| -rwxr-xr-x | configure1.in | 2 |
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 | ] |
| 1441 | AC_SUBST(configuration) | ||
| 1442 | AC_SUBST(version) | 1441 | AC_SUBST(version) |
| 1443 | AC_SUBST(srcdir) | 1442 | AC_SUBST(srcdir) |
| 1444 | AC_SUBST(prefix) | 1443 | AC_SUBST(prefix) |
| @@ -1466,6 +1465,7 @@ AC_SUBST(X_TOOLKIT_TYPE) | |||
| 1466 | AC_SUBST(machfile) | 1465 | AC_SUBST(machfile) |
| 1467 | AC_SUBST(opsysfile) | 1466 | AC_SUBST(opsysfile) |
| 1468 | 1467 | ||
| 1468 | AC_DEFINE_UNQUOTED(CONFIGURATION, "\"${configuration}\"") | ||
| 1469 | AC_DEFINE_UNQUOTED(config_machfile, "\"${machfile}\"") | 1469 | AC_DEFINE_UNQUOTED(config_machfile, "\"${machfile}\"") |
| 1470 | AC_DEFINE_UNQUOTED(config_opsysfile, "\"${opsysfile}\"") | 1470 | AC_DEFINE_UNQUOTED(config_opsysfile, "\"${opsysfile}\"") |
| 1471 | AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE, ${LD_SWITCH_X_SITE}) | 1471 | AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE, ${LD_SWITCH_X_SITE}) |