changeset 7540:8ecd40fe3a65

Define EMACS_CONFIGURATION instead of CONFIGURATION.
author Richard M. Stallman <rms@gnu.org>
date Wed, 18 May 1994 05:40:48 +0000
parents 1b8c1fd547e5
children 8b2dbe3b56e4
files configure1.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure1.in	Wed May 18 05:40:19 1994 +0000
+++ b/configure1.in	Wed May 18 05:40:48 1994 +0000
@@ -286,13 +286,13 @@
 	  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(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})