aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2010-05-09 19:16:09 -0700
committerGlenn Morris2010-05-09 19:16:09 -0700
commit97efb62959d9ce3ad359243711ae2a7f55a38881 (patch)
tree5f1bb2f037c080ff384c96808556075bc53e5050 /lib-src/ChangeLog
parent7492acc936319de0fe4008faa17541c5b54d721d (diff)
downloademacs-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 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index c2a7b6f9ce3..608d5c618b3 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,5 +1,11 @@
12010-05-10 Glenn Morris <rgm@gnu.org> 12010-05-10 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (LIBS_SYSTEM): Set with configure, not cpp.
4 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
5 (NOT_C_CODE): Remove, no longer used.
6 (config.h) [!MSDOS]: No longer include.
7 (LOADLIBES): Use LIBS_SYSTEM as a variable.
8
3 * Makefile.in (BLESSMAIL_TARGET): Set with configure, not cpp. 9 * Makefile.in (BLESSMAIL_TARGET): Set with configure, not cpp.
4 10
52010-05-08 Christoph <cschol2112@googlemail.com> (tiny change) 112010-05-08 Christoph <cschol2112@googlemail.com> (tiny change)