aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2010-04-27 00:02:12 -0700
committerGlenn Morris2010-04-27 00:02:12 -0700
commitc6ea2936cc41ada03967fc7b89c49b012e44aceb (patch)
tree3be1a4c350b1d0e7e7b69d9b524478513e6361c1 /src/ChangeLog
parent7dd7fbb97528d964a25566a55b590a5a5774809b (diff)
downloademacs-c6ea2936cc41ada03967fc7b89c49b012e44aceb.tar.gz
emacs-c6ea2936cc41ada03967fc7b89c49b012e44aceb.zip
Move MOTIF_LIBW to autoconf.
* configure.in (HAVE_MOTIF_2_1): Remove unused variable. (LIBXP): No longer substitute in Makefiles. (MOTIF_LIBW): New output variable. Move system-specific settings here from src/s files. * src/Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW. (MOTIF_LIBW): Set with configure, not cpp. * s/aix4-2.h (LIB_MOTIF): * s/gnu-linux.h (LIB_MOTIF): * s/unixware.h (LIB_MOTIF): Move to configure.in. * admin/CPP-DEFINES: Remove LIB_MOTIF.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 53d11c87a63..41d0fb414f7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12010-04-27 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
4 (MOTIF_LIBW): Set with configure, not cpp.
5 * s/aix4-2.h (LIB_MOTIF):
6 * s/gnu-linux.h (LIB_MOTIF):
7 * s/unixware.h (LIB_MOTIF): Move to configure.in.
8
12010-04-27 Dan Nicolaescu <dann@ics.uci.edu> 92010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2 10
3 Reduce CPP usage. 11 Reduce CPP usage.