]> git.eshelyaron.com Git - emacs.git/commitdiff
Reflect change from CONFIGURATION to EMACS_CONFIGURATION.
authorRichard M. Stallman <rms@gnu.org>
Fri, 20 May 1994 23:17:56 +0000 (23:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 20 May 1994 23:17:56 +0000 (23:17 +0000)
Also set it to correct three-part value.

msdos/sed2.inp

index 3f0cba5ee821c6cf2f748480247e7d76c242ac3b..b966aadf11cedd529d20c9bc8e85099776caf76c 100644 (file)
@@ -24,6 +24,6 @@
 /^#undef HAVE_FTIME *$/s/undef/define/
 s/^#define USER_FULL_NAME .*$/#define USER_FULL_NAME (getenv ("NAME"))/
 s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/
-s/^#undef CONFIGURATION *$/#define CONFIGURATION "msdos"/
+s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-unknown-msdos"/
 s!^#undef config_opsysfile *$!#define config_opsysfile "s/msdos.h"!
 s!^#undef config_machfile *$!#define config_machfile "m/dos386.h"!