diff --git a/ChangeLog b/ChangeLog index da847273d5..c9d4881e1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri May 17 16:05:34 2002 Owen Taylor + + * configure.in (REBUILD_PNGS): Re-add REBUILD_PNGS + definition that got accidentally removed. + Fri May 17 14:40:24 2002 Owen Taylor * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): @@ -8,7 +13,7 @@ Fri May 17 14:40:24 2002 Owen Taylor * modules/input/gtkimcontextxim.c (status_window_free): Patch from Federico Mena Quintero to fix problem where references to IMContextXIM were kept around after - module was unloaded. + module was unloaded. (#77008) * gtk/gtkdnd.c (gtk_drag_dest_set): NULL initialize proxy window. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index da847273d5..c9d4881e1d 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Fri May 17 16:05:34 2002 Owen Taylor + + * configure.in (REBUILD_PNGS): Re-add REBUILD_PNGS + definition that got accidentally removed. + Fri May 17 14:40:24 2002 Owen Taylor * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): @@ -8,7 +13,7 @@ Fri May 17 14:40:24 2002 Owen Taylor * modules/input/gtkimcontextxim.c (status_window_free): Patch from Federico Mena Quintero to fix problem where references to IMContextXIM were kept around after - module was unloaded. + module was unloaded. (#77008) * gtk/gtkdnd.c (gtk_drag_dest_set): NULL initialize proxy window. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index da847273d5..c9d4881e1d 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Fri May 17 16:05:34 2002 Owen Taylor + + * configure.in (REBUILD_PNGS): Re-add REBUILD_PNGS + definition that got accidentally removed. + Fri May 17 14:40:24 2002 Owen Taylor * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): @@ -8,7 +13,7 @@ Fri May 17 14:40:24 2002 Owen Taylor * modules/input/gtkimcontextxim.c (status_window_free): Patch from Federico Mena Quintero to fix problem where references to IMContextXIM were kept around after - module was unloaded. + module was unloaded. (#77008) * gtk/gtkdnd.c (gtk_drag_dest_set): NULL initialize proxy window. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index da847273d5..c9d4881e1d 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Fri May 17 16:05:34 2002 Owen Taylor + + * configure.in (REBUILD_PNGS): Re-add REBUILD_PNGS + definition that got accidentally removed. + Fri May 17 14:40:24 2002 Owen Taylor * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): @@ -8,7 +13,7 @@ Fri May 17 14:40:24 2002 Owen Taylor * modules/input/gtkimcontextxim.c (status_window_free): Patch from Federico Mena Quintero to fix problem where references to IMContextXIM were kept around after - module was unloaded. + module was unloaded. (#77008) * gtk/gtkdnd.c (gtk_drag_dest_set): NULL initialize proxy window. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index da847273d5..c9d4881e1d 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Fri May 17 16:05:34 2002 Owen Taylor + + * configure.in (REBUILD_PNGS): Re-add REBUILD_PNGS + definition that got accidentally removed. + Fri May 17 14:40:24 2002 Owen Taylor * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): @@ -8,7 +13,7 @@ Fri May 17 14:40:24 2002 Owen Taylor * modules/input/gtkimcontextxim.c (status_window_free): Patch from Federico Mena Quintero to fix problem where references to IMContextXIM were kept around after - module was unloaded. + module was unloaded. (#77008) * gtk/gtkdnd.c (gtk_drag_dest_set): NULL initialize proxy window. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index da847273d5..c9d4881e1d 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Fri May 17 16:05:34 2002 Owen Taylor + + * configure.in (REBUILD_PNGS): Re-add REBUILD_PNGS + definition that got accidentally removed. + Fri May 17 14:40:24 2002 Owen Taylor * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): @@ -8,7 +13,7 @@ Fri May 17 14:40:24 2002 Owen Taylor * modules/input/gtkimcontextxim.c (status_window_free): Patch from Federico Mena Quintero to fix problem where references to IMContextXIM were kept around after - module was unloaded. + module was unloaded. (#77008) * gtk/gtkdnd.c (gtk_drag_dest_set): NULL initialize proxy window. diff --git a/configure.in b/configure.in index cf4338e07b..70d3dbc7b7 100644 --- a/configure.in +++ b/configure.in @@ -744,6 +744,12 @@ dnl Test for libpng *** from CVS.]) fi + REBUILD_PNGS=\# + if test -z "$LIBPNG"; then + REBUILD_PNGS= + fi + AC_SUBST(REBUILD_PNGS) + AC_SUBST(LIBTIFF) AC_SUBST(LIBJPEG) AC_SUBST(LIBPNG)