diff src/Makefile.in @ 108134:236318fbe135

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.
author Glenn Morris <rgm@gnu.org>
date Tue, 27 Apr 2010 00:33:35 -0700
parents d5c67777ae39
children 43dcbd8381dc
line wrap: on
line diff
--- a/src/Makefile.in	Tue Apr 27 00:02:12 2010 -0700
+++ b/src/Makefile.in	Tue Apr 27 00:33:35 2010 -0700
@@ -91,8 +91,7 @@
 XMENU_OBJ=@XMENU_OBJ@
 XOBJ=@XOBJ@
 
-LUCID_LIBW=@LUCID_LIBW@
-MOTIF_LIBW=@MOTIF_LIBW@
+TOOLKIT_LIBW=@TOOLKIT_LIBW@
 
 LIBSOUND= @LIBSOUND@
 CFLAGS_SOUND= @CFLAGS_SOUND@
@@ -255,8 +254,7 @@
 #endif /* not HAVE_MENUS */
 
 #ifdef USE_X_TOOLKIT
-# define @X_TOOLKIT_TYPE@
-LIBW=$(@X_TOOLKIT_TYPE@_LIBW)
+LIBW=$(TOOLKIT_LIBW)
 
 #ifdef HAVE_X11XTR6
 #ifdef NEED_LIBW