diff options
| author | Glenn Morris | 2010-05-09 19:16:09 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-09 19:16:09 -0700 |
| commit | 97efb62959d9ce3ad359243711ae2a7f55a38881 (patch) | |
| tree | 5f1bb2f037c080ff384c96808556075bc53e5050 /src/ChangeLog | |
| parent | 7492acc936319de0fe4008faa17541c5b54d721d (diff) | |
| download | emacs-97efb62959d9ce3ad359243711ae2a7f55a38881.tar.gz emacs-97efb62959d9ce3ad359243711ae2a7f55a38881.zip | |
Move LIBS_SYSTEM from cpp to configure.
* configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
* lib-src/Makefile.in (LIBS_SYSTEM) [!MSDOS]: Set with configure, not cpp.
(LIBS_SYSTEM) [MSDOS]: Use MSDOS_LIBS_SYSTEM.
(NOT_C_CODE): Remove, no longer used.
(config.h) [!MSDOS]: No longer include.
(LOADLIBES): Use LIBS_SYSTEM as a variable.
* src/Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
(LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
(LIBES): Use LIBS_SYSTEM as a variable.
* src/s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
* src/s/aix4-2.h (LIBS_SYSTEM):
* src/s/freebsd.h (LIBS_SYSTEM):
* src/s/hpux10-20.h (LIBS_SYSTEM):
* src/s/sol2-6.h (LIBS_SYSTEM):
* src/s/unixware.h (LIBS_SYSTEM):
Move to configure.
* msdos/sed1v2.inp, msdos/sed3v2.inp (LIBS_SYSTEM): Edit to empty.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c0a264d46c9..c0e37f70c9c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2010-05-10 Glenn Morris <rgm@gnu.org> | 1 | 2010-05-10 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp. | ||
| 4 | (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM. | ||
| 5 | (LIBES): Use LIBS_SYSTEM as a variable. | ||
| 6 | * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define. | ||
| 7 | * s/aix4-2.h (LIBS_SYSTEM): | ||
| 8 | * s/freebsd.h (LIBS_SYSTEM): | ||
| 9 | * s/hpux10-20.h (LIBS_SYSTEM): | ||
| 10 | * s/sol2-6.h (LIBS_SYSTEM): | ||
| 11 | * s/unixware.h (LIBS_SYSTEM): | ||
| 12 | Move to configure. | ||
| 13 | |||
| 3 | * s/aix4-2.h (MAIL_USE_LOCKF): | 14 | * s/aix4-2.h (MAIL_USE_LOCKF): |
| 4 | * s/bsd-common.h (MAIL_USE_FLOCK): | 15 | * s/bsd-common.h (MAIL_USE_FLOCK): |
| 5 | * s/darwin.h (MAIL_USE_FLOCK): | 16 | * s/darwin.h (MAIL_USE_FLOCK): |