aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2010-04-27 00:33:35 -0700
committerGlenn Morris2010-04-27 00:33:35 -0700
commit986fb647cc1df1edeeaa2c0e7cb34c100eb9efb9 (patch)
treeff31c46f33ca23bf6d9e1cc4e8c945a5c9198871 /src
parentc6ea2936cc41ada03967fc7b89c49b012e44aceb (diff)
downloademacs-986fb647cc1df1edeeaa2c0e7cb34c100eb9efb9.tar.gz
emacs-986fb647cc1df1edeeaa2c0e7cb34c100eb9efb9.zip
Replace LUCID_LIBW, MOTIF_LIBW with TOOLKIT_LIBW.
* configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute in Makefiles. (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW. * src/Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by... (TOOLKIT_LIBW): New, set by configure. (@X_TOOLKIT_TYPE@): No longer define it.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.in6
2 files changed, 6 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 41d0fb414f7..cb9fefea39b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12010-04-27 Glenn Morris <rgm@gnu.org> 12010-04-27 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
4 (TOOLKIT_LIBW): New, set by configure.
5 (@X_TOOLKIT_TYPE@): No longer define it.
6
3 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW. 7 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
4 (MOTIF_LIBW): Set with configure, not cpp. 8 (MOTIF_LIBW): Set with configure, not cpp.
5 * s/aix4-2.h (LIB_MOTIF): 9 * s/aix4-2.h (LIB_MOTIF):
diff --git a/src/Makefile.in b/src/Makefile.in
index 5b4426686d0..9c55ebbb96b 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -91,8 +91,7 @@ LIBXSM=@LIBXSM@
91XMENU_OBJ=@XMENU_OBJ@ 91XMENU_OBJ=@XMENU_OBJ@
92XOBJ=@XOBJ@ 92XOBJ=@XOBJ@
93 93
94LUCID_LIBW=@LUCID_LIBW@ 94TOOLKIT_LIBW=@TOOLKIT_LIBW@
95MOTIF_LIBW=@MOTIF_LIBW@
96 95
97LIBSOUND= @LIBSOUND@ 96LIBSOUND= @LIBSOUND@
98CFLAGS_SOUND= @CFLAGS_SOUND@ 97CFLAGS_SOUND= @CFLAGS_SOUND@
@@ -255,8 +254,7 @@ LIBXMENU=
255#endif /* not HAVE_MENUS */ 254#endif /* not HAVE_MENUS */
256 255
257#ifdef USE_X_TOOLKIT 256#ifdef USE_X_TOOLKIT
258# define @X_TOOLKIT_TYPE@ 257LIBW=$(TOOLKIT_LIBW)
259LIBW=$(@X_TOOLKIT_TYPE@_LIBW)
260 258
261#ifdef HAVE_X11XTR6 259#ifdef HAVE_X11XTR6
262#ifdef NEED_LIBW 260#ifdef NEED_LIBW