aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-06-12 08:16:04 +0000
committerGlenn Morris2007-06-12 08:16:04 +0000
commit7a9a50d8fc9ff9802ab5f75e5f55ca0b0f42a287 (patch)
tree946c240028e2420ee9bd7d72ffad085c7d26f8d3
parent47d1e061e766523d4104f7c413e4a15d70b0e638 (diff)
downloademacs-7a9a50d8fc9ff9802ab5f75e5f55ca0b0f42a287.tar.gz
emacs-7a9a50d8fc9ff9802ab5f75e5f55ca0b0f42a287.zip
(HAVE_GIF): Doc fix.
(LIBGIF): New (already used by Makefile.in).
-rw-r--r--ChangeLog4
-rw-r--r--etc/ChangeLog5
-rw-r--r--src/config.in6
3 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 597fc8692ba..891d660fe7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12007-06-12 Glenn Morris <rgm@gnu.org>
2
3 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
4
12007-06-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 52007-06-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 6
3 * configure.in: Change wording about yes/gtk and lucid/athena being 7 * configure.in: Change wording about yes/gtk and lucid/athena being
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 5c9dfb6a197..856544ff4fd 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12007-06-12 Glenn Morris <rgm@gnu.org>
2
3 * NEWS: Change bug address. Add back +++/--- note.
4 Use present tense for X-toolkit entry. Mention libgif.
5
12007-06-07 Mark H. Weaver <mhw@netris.org> (tiny change) 62007-06-07 Mark H. Weaver <mhw@netris.org> (tiny change)
2 7
3 * NEWS (set-mark-command-repeat-pop): Fix duplicate entry. 8 * NEWS (set-mark-command-repeat-pop): Fix duplicate entry.
diff --git a/src/config.in b/src/config.in
index 5fe340ba546..020fc6295c8 100644
--- a/src/config.in
+++ b/src/config.in
@@ -228,7 +228,8 @@ Boston, MA 02110-1301, USA. */
228/* Define to 1 if you have the `get_current_dir_name' function. */ 228/* Define to 1 if you have the `get_current_dir_name' function. */
229#undef HAVE_GET_CURRENT_DIR_NAME 229#undef HAVE_GET_CURRENT_DIR_NAME
230 230
231/* Define to 1 if you have the ungif library (-lungif). */ 231/* Define to 1 if you have a gif library (default -lungif; otherwise
232 specify with LIBGIF). */
232#undef HAVE_GIF 233#undef HAVE_GIF
233 234
234/* Define to 1 if you have the gpm library (-lgpm). */ 235/* Define to 1 if you have the gpm library (-lgpm). */
@@ -768,6 +769,9 @@ Boston, MA 02110-1301, USA. */
768 Solaris, for example). */ 769 Solaris, for example). */
769#undef LD_SWITCH_X_SITE_AUX 770#undef LD_SWITCH_X_SITE_AUX
770 771
772/* Define to compiler option to link with gif library, if not -lungif. */
773#undef LIBGIF
774
771/* Define to 1 if localtime caches TZ. */ 775/* Define to 1 if localtime caches TZ. */
772#undef LOCALTIME_CACHE 776#undef LOCALTIME_CACHE
773 777