aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2010-04-28 00:01:43 -0700
committerGlenn Morris2010-04-28 00:01:43 -0700
commit294c50a065cb7aa8486b592bb641742a8d0ed11c (patch)
tree8ac6094f7092e3e3ce4160c5f346f36f6a213f59 /src/ChangeLog
parente6ec4e99210e02fddacec7ec9badc48f5db08272 (diff)
downloademacs-294c50a065cb7aa8486b592bb641742a8d0ed11c.tar.gz
emacs-294c50a065cb7aa8486b592bb641742a8d0ed11c.zip
Move LIBXMU from cpp to configure.
* configure.in (LIBXMU): New output variable. * src/Makefile.in (LIBXMU): Set with configure, not cpp. * src/s/aix4-2.h (LIBXMU): * src/s/hpux10-20.h (LIBXMU): Remove definition, now set in configure.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 283507680de..b045fa9b4e1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12010-04-28 Glenn Morris <rgm@gnu.org> 12010-04-28 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (LIBXMU): Set with configure, not cpp.
4 * s/aix4-2.h (LIBXMU):
5 * s/hpux10-20.h (LIBXMU):
6 Remove definition, now set in configure.
7
3 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp. 8 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
4 9
5 * m/amdx86-64.h [i386]: Move this test to configure.in. 10 * m/amdx86-64.h [i386]: Move this test to configure.in.