aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2010-04-26 19:36:20 -0700
committerGlenn Morris2010-04-26 19:36:20 -0700
commitb678dd8b8e406bcb65375723b72f239263bf5347 (patch)
tree3fc15f3b042a81f5aa34e026df02604b6de41556 /src/ChangeLog
parent10ccb130e0581fd1a27edef2a435d53b5576d9b3 (diff)
downloademacs-b678dd8b8e406bcb65375723b72f239263bf5347.tar.gz
emacs-b678dd8b8e406bcb65375723b72f239263bf5347.zip
Replace some more cpp with autoconf.
* configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables. * src/Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure. (MOTIF_LIBW): Use $LIBXP. (otherobj): Use $WIDGET_OBJ.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9807cd45f3a..1dbdf0fbae8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12010-04-27 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
4 (MOTIF_LIBW): Use $LIBXP.
5 (otherobj): Use $WIDGET_OBJ.
6
12010-04-26 Dan Nicolaescu <dann@ics.uci.edu> 72010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2 8
3 * Makefile.in (LIBS_MACHINE): Remove, unused. 9 * Makefile.in (LIBS_MACHINE): Remove, unused.