diff options
| author | Glenn Morris | 2010-05-10 19:51:08 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-10 19:51:08 -0700 |
| commit | acddf8aec716be7810edc29e1a7eeb396fc755c3 (patch) | |
| tree | a117eb6eaa9dc16ec1e74ff4844f3e1e7944899c /ChangeLog | |
| parent | 4e2af7825fa13782c5579f55b3e2d8dec23bdbf3 (diff) | |
| download | emacs-acddf8aec716be7810edc29e1a7eeb396fc755c3.tar.gz emacs-acddf8aec716be7810edc29e1a7eeb396fc755c3.zip | |
On msdos, set LIBS_SYSTEM with config.bat, not cpp.
* config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
* src/Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
* src/s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
* msdos/sed1x.inp (LIBS_SYSTEM): Edit to -lxext -lsys.
* msdos/sed3x.inp: New file.
* lib-src/Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
(config.h) [MSDOS]: Do not include.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-11 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile. | ||
| 4 | |||
| 1 | 2010-05-10 Glenn Morris <rgm@gnu.org> | 5 | 2010-05-10 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * configure.in (LIBS_SYSTEM): New output variable, replacing cpp. | 7 | * configure.in (LIBS_SYSTEM): New output variable, replacing cpp. |