Mercurial > emacs
diff ChangeLog @ 108172:c9d0b6bfe74e
Replace some xmenu cpp with autoconf.
* configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
(OLDXMENU, LIBXMENU): New output variables.
* src/Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
Set with configure, not cpp.
(LIBW): Remove, replace with $TOOLKIT_LIBW.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 29 Apr 2010 18:50:17 -0700 |
parents | 06a18c2b3272 |
children | e6f59a2ba110 |
line wrap: on
line diff
--- a/ChangeLog Thu Apr 29 18:36:42 2010 -0700 +++ b/ChangeLog Thu Apr 29 18:50:17 2010 -0700 @@ -1,5 +1,8 @@ 2010-04-30 Glenn Morris <rgm@gnu.org> + * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS. + (OLDXMENU, LIBXMENU): New output variables. + * configure.in (OTHER_OBJ): New output variable. 2010-04-28 Glenn Morris <rgm@gnu.org>