summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-20 23:17:56 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-20 23:17:56 +0000
commit7665d461334515cb5e4077f24272629a08264dd9 (patch)
treed3bafc7a27047f9b2d68dfe907648a2514312814 /msdos
parentefe0e8b6c710884bd360e66d0fa0f4f84af78618 (diff)
downloademacs-7665d461334515cb5e4077f24272629a08264dd9.tar.gz
Reflect change from CONFIGURATION to EMACS_CONFIGURATION.
Also set it to correct three-part value.
Diffstat (limited to 'msdos')
-rw-r--r--msdos/sed2.inp2
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/sed2.inp b/msdos/sed2.inp
index 3f0cba5ee82..b966aadf11c 100644
--- a/msdos/sed2.inp
+++ b/msdos/sed2.inp
@@ -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"!