diff options
| author | Paul Eggert | 2012-12-04 12:42:29 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-12-04 12:42:29 -0800 |
| commit | 47a6e6df2b6430c1047538260750cdbe78c566d5 (patch) | |
| tree | 74a5a56fedf019b493e321682dd1dafdb5a905f8 /oldXMenu/ChangeLog | |
| parent | aefa2ead351b5d22ef739b27108932acdf905ba5 (diff) | |
| download | emacs-47a6e6df2b6430c1047538260750cdbe78c566d5.tar.gz emacs-47a6e6df2b6430c1047538260750cdbe78c566d5.zip | |
Include <config.h> uniformly in oldXMenu sources.
* Activate.c, AddPane.c, AddSel.c, ChgPane.c, ChgSel.c, Create.c:
* InsPane.c, InsSel.c, Internal.c, XMakeAssoc.c:
Do not include <config.h>, since XMenuInt.h does that now.
* XLookAssoc.c, XMenuInt.h: Include <config.h>.
This avoids a build failure when configuring on Fedora 17
--with-x-toolkit=no, reported by Dmitry Andropov in
<http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00078.html>.
Diffstat (limited to 'oldXMenu/ChangeLog')
| -rw-r--r-- | oldXMenu/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index 133b18b4e3f..3601b980ab0 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2012-12-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Include <config.h> uniformly in oldXMenu sources. | ||
| 4 | * Activate.c, AddPane.c, AddSel.c, ChgPane.c, ChgSel.c, Create.c: | ||
| 5 | * InsPane.c, InsSel.c, Internal.c, XMakeAssoc.c: | ||
| 6 | Do not include <config.h>, since XMenuInt.h does that now. | ||
| 7 | * XLookAssoc.c, XMenuInt.h: Include <config.h>. | ||
| 8 | This avoids a build failure when configuring on Fedora 17 | ||
| 9 | --with-x-toolkit=no, reported by Dmitry Andropov in | ||
| 10 | <http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00078.html>. | ||
| 11 | |||
| 1 | 2012-10-06 Ulrich Müller <ulm@gentoo.org> | 12 | 2012-10-06 Ulrich Müller <ulm@gentoo.org> |
| 2 | 13 | ||
| 3 | * Makefile.in (AR, ARFLAGS): Get values from configure. | 14 | * Makefile.in (AR, ARFLAGS): Get values from configure. |