]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_GIF): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 12 Jun 2007 08:16:04 +0000 (08:16 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 12 Jun 2007 08:16:04 +0000 (08:16 +0000)
(LIBGIF): New (already used by Makefile.in).

ChangeLog
etc/ChangeLog
src/config.in

index 597fc8692ba056841915beb7deac21b963bb3b7c..891d660fe7e488c4d81295a8e63310583dd0d485 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-12  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
+
 2007-06-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * configure.in: Change wording about yes/gtk and lucid/athena being
index 5c9dfb6a1976897d7dc30350d70e20652dd6387c..856544ff4fd91f5aa12ae6419c875fc7b4025e9c 100644 (file)
@@ -1,3 +1,8 @@
+2007-06-12  Glenn Morris  <rgm@gnu.org>
+
+       * NEWS: Change bug address.  Add back +++/--- note.
+       Use present tense for X-toolkit entry.  Mention libgif.
+
 2007-06-07  Mark H. Weaver  <mhw@netris.org>  (tiny change)
 
        * NEWS (set-mark-command-repeat-pop): Fix duplicate entry.
index 5fe340ba54631689adcb778b4d2dee2ae8c969ba..020fc6295c8a2b92bb31ad2bf2f7078635f50895 100644 (file)
@@ -228,7 +228,8 @@ Boston, MA 02110-1301, USA.  */
 /* Define to 1 if you have the `get_current_dir_name' function. */
 #undef HAVE_GET_CURRENT_DIR_NAME
 
-/* Define to 1 if you have the ungif library (-lungif). */
+/* Define to 1 if you have a gif library (default -lungif; otherwise
+   specify with LIBGIF). */
 #undef HAVE_GIF
 
 /* Define to 1 if you have the gpm library (-lgpm). */
@@ -768,6 +769,9 @@ Boston, MA 02110-1301, USA.  */
    Solaris, for example). */
 #undef LD_SWITCH_X_SITE_AUX
 
+/* Define to compiler option to link with gif library, if not -lungif. */
+#undef LIBGIF
+
 /* Define to 1 if localtime caches TZ. */
 #undef LOCALTIME_CACHE