Mercurial > emacs
comparison ChangeLog @ 108019:b235d39e4457
Remove some more cpp in favor of autoconf.
* configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
(GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
* src/Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
Define using autoconf, not cpp.
(LIBXSM): New variable, set by autoconf.
(LIBXT): Use $LIBXSM.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 20 Apr 2010 23:35:35 -0700 |
parents | c85d877f94f1 |
children | 1c3b0c4f71d9 |
comparison
equal
deleted
inserted
replaced
108018:a60efd79d8af | 108019:b235d39e4457 |
---|---|
1 2010-04-21 Glenn Morris <rgm@gnu.org> | 1 2010-04-21 Glenn Morris <rgm@gnu.org> |
2 | 2 |
3 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles. | 3 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles. |
4 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables. | |
4 | 5 |
5 2010-04-21 Karel Klíč <kklic@redhat.com> | 6 2010-04-21 Karel Klíč <kklic@redhat.com> |
6 | 7 |
7 * configure.in: New option: --with(out)-selinux, on by default. | 8 * configure.in: New option: --with(out)-selinux, on by default. |
8 Set HAVE_LIBSELINUX if we find libselinux, and substitute | 9 Set HAVE_LIBSELINUX if we find libselinux, and substitute |