diff options
| author | Glenn Morris | 2010-04-29 18:50:17 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-04-29 18:50:17 -0700 |
| commit | d5096f16c6188a2eaba30d16eabbae9c25906b15 (patch) | |
| tree | e46430e81b015df15d0ba8f97b74c445cbb00caf /src/ChangeLog | |
| parent | 7eb1ac33ed4ecb150dd0755292c2d74fb36400e3 (diff) | |
| download | emacs-d5096f16c6188a2eaba30d16eabbae9c25906b15.tar.gz emacs-d5096f16c6188a2eaba30d16eabbae9c25906b15.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8fe14886af9..ad02b0118e5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2010-04-30 Glenn Morris <rgm@gnu.org> | 1 | 2010-04-30 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]: | ||
| 4 | Set with configure, not cpp. | ||
| 5 | (LIBW): Remove, replace with $TOOLKIT_LIBW. | ||
| 6 | |||
| 3 | * Makefile.in (mallocobj): Remove. | 7 | * Makefile.in (mallocobj): Remove. |
| 4 | (otherobj): Simplify using @OTHER_OBJ@. | 8 | (otherobj): Simplify using @OTHER_OBJ@. |
| 5 | 9 | ||