Fix MS-DOS configury.

sed1v2.inp (stamp-oldxmenu): Don't edit out in `temacs:' target,
 which doesn't exist.
 sed2v2.inp (HAVE_MEMCPY): Don't edit, already defined on <sys/config.h>.
This commit is contained in:
Eli Zaretskii 2010-07-08 20:41:04 +03:00
parent d568829b71
commit e3d5fd37ed
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2010-07-08 Eli Zaretskii <eliz@gnu.org>
* sed1v2.inp (stamp-oldxmenu): Don't edit out in `temacs:' target,
which doesn't exist.
* sed2v2.inp (HAVE_MEMCPY): Don't edit, defined on <sys/config.h>.
2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
* sed1v2.inp: Remove reference to prefix-args.

View file

@ -128,7 +128,6 @@ s/\.h\.in/.h-in/
/^[ ]*$/d
/^ if test -f/,/^ fi$/c\
command.com /c if exist .gdbinit rm -f _gdbinit
/^temacs:/s/stamp-oldxmenu//
/^ if test "\${CANNOT_DUMP}" =/,/^ else /d
/^ fi/d
/^ LC_ALL=C \$(RUN_TEMACS)/i\

View file

@ -38,7 +38,6 @@
/^#undef HAVE_CBRT *$/s/^.*$/#define HAVE_CBRT 1/
/^#undef HAVE_DIFFTIME *$/s/^.*$/#define HAVE_DIFFTIME 1/
/^#undef HAVE_FPATHCONF *$/s/^.*$/#define HAVE_FPATHCONF 1/
/^#undef HAVE_MEMCPY *$/s/^.*$/#define HAVE_MEMCPY 1/
/^#undef HAVE_MEMSET *$/s/^.*$/#define HAVE_MEMSET 1/
/^#undef HAVE_MEMCMP *$/s/^.*$/#define HAVE_MEMCMP 1/
/^#undef HAVE_MEMMOVE *$/s/^.*$/#define HAVE_MEMMOVE 1/