summaryrefslogtreecommitdiff
path: root/configure1.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-18 05:40:48 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-18 05:40:48 +0000
commit17da67d8110a9d085a55e11e411543444cdb44bc (patch)
treec99402742b4ca6a22b19b62d7de98f2b5fe711c8 /configure1.in
parentaae9d54c1e07efc8c67a2b3d08df7a0d8790ffa9 (diff)
downloademacs-17da67d8110a9d085a55e11e411543444cdb44bc.tar.gz
Define EMACS_CONFIGURATION instead of CONFIGURATION.
Diffstat (limited to 'configure1.in')
-rwxr-xr-xconfigure1.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure1.in b/configure1.in
index 01e65784854..b96e90a6d42 100755
--- a/configure1.in
+++ b/configure1.in
@@ -286,13 +286,13 @@ Set it to either \`yes' or \`no'."
x_libraries="${val}"
;;
- ## Should this use the "development configuration"?
+ ## Should this use the "development" file organization?
"run_in_place" )
single_tree=
run_in_place=1
;;
- ## Should this use the "single tree" configuration?
+ ## Should this use the "single tree" file organization?
"single_tree" )
run_in_place=
single_tree=1
@@ -1510,7 +1510,7 @@ AC_SUBST(X_TOOLKIT_TYPE)
AC_SUBST(machfile)
AC_SUBST(opsysfile)
-AC_DEFINE_UNQUOTED(CONFIGURATION, "\"${configuration}\"")
+AC_DEFINE_UNQUOTED(EMACS_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})