From: Richard M. Stallman Date: Fri, 20 May 1994 23:17:56 +0000 (+0000) Subject: Reflect change from CONFIGURATION to EMACS_CONFIGURATION. X-Git-Tag: emacs-19.34~8257 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ff7dc6f6719596aabd0b2688fdfdfcc4f48066dd;p=emacs.git Reflect change from CONFIGURATION to EMACS_CONFIGURATION. Also set it to correct three-part value. --- 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"!