]> git.eshelyaron.com Git - emacs.git/commitdiff
Regenerate.
authorGlenn Morris <rgm@gnu.org>
Wed, 20 Jun 2007 07:51:47 +0000 (07:51 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 20 Jun 2007 07:51:47 +0000 (07:51 +0000)
src/ChangeLog
src/config.in

index 5410a13e384f4cd1978e575861e3def35bcab742..3402728de9a5ea5ddbdf3b4d327ee883d837706c 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-20  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (LIBGIF): Default to -lgif.
+
 2007-06-17  Jason Rumney  <jasonr@gnu.org>
 
        * w32menu.c (add_menu_item): Don't use multibyte string functions on
index cdf172b5c607b2d993da67ec5662fb2f9b914627..69d2504c8716c07bbb1d0952f35d239b40f19e49 100644 (file)
@@ -228,7 +228,7 @@ 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 a gif library (default -lungif; otherwise specify
+/* Define to 1 if you have a gif library (default -lgif; otherwise specify
    with LIBGIF). */
 #undef HAVE_GIF
 
@@ -769,7 +769,7 @@ Boston, MA 02110-1301, USA.  */
    Solaris, for example). */
 #undef LD_SWITCH_X_SITE_AUX
 
-/* Compiler option to link with the gif library (if not -lungif). */
+/* Compiler option to link with the gif library (if not -lgif). */
 #undef LIBGIF
 
 /* Define to 1 if localtime caches TZ. */