diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 5 | ||||
-rw-r--r-- | configure.in | 4 |
8 files changed, 38 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2000-07-23 Tor Lillqvist <tml@iki.fi> + + * configure.in: Check for mkstemp and sigsetjmp. Output + gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw. + Sat Jul 22 17:41:26 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.[ch]: Fix some problems with vertical diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index b846b11438..6d0d2d8f84 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2000-07-23 Tor Lillqvist <tml@iki.fi> + + * configure.in: Check for mkstemp and sigsetjmp. Output + gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw. + Sat Jul 22 17:41:26 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.[ch]: Fix some problems with vertical diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index b846b11438..6d0d2d8f84 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2000-07-23 Tor Lillqvist <tml@iki.fi> + + * configure.in: Check for mkstemp and sigsetjmp. Output + gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw. + Sat Jul 22 17:41:26 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.[ch]: Fix some problems with vertical diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index b846b11438..6d0d2d8f84 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2000-07-23 Tor Lillqvist <tml@iki.fi> + + * configure.in: Check for mkstemp and sigsetjmp. Output + gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw. + Sat Jul 22 17:41:26 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.[ch]: Fix some problems with vertical diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index b846b11438..6d0d2d8f84 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2000-07-23 Tor Lillqvist <tml@iki.fi> + + * configure.in: Check for mkstemp and sigsetjmp. Output + gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw. + Sat Jul 22 17:41:26 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.[ch]: Fix some problems with vertical diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index b846b11438..6d0d2d8f84 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2000-07-23 Tor Lillqvist <tml@iki.fi> + + * configure.in: Check for mkstemp and sigsetjmp. Output + gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw. + Sat Jul 22 17:41:26 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.[ch]: Fix some problems with vertical diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index b846b11438..6d0d2d8f84 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2000-07-23 Tor Lillqvist <tml@iki.fi> + + * configure.in: Check for mkstemp and sigsetjmp. Output + gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw. + Sat Jul 22 17:41:26 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.[ch]: Fix some problems with vertical diff --git a/configure.in b/configure.in index 6f8d6afb02..b8541f737a 100644 --- a/configure.in +++ b/configure.in @@ -194,7 +194,7 @@ if test "x$enable_rebuilds" = "xyes" && \ fi AC_SUBST(REBUILD) -AC_CHECK_FUNCS(lstat) +AC_CHECK_FUNCS(lstat mkstemp sigsetjmp) AC_MSG_CHECKING(whether make is GNU Make) STRIP_BEGIN= @@ -1000,8 +1000,10 @@ docs/reference/gdk-pixbuf/Makefile docs/faq/Makefile docs/tutorial/Makefile gdk-pixbuf/Makefile +gdk-pixbuf/makefile.mingw gdk-pixbuf/gdk-pixbuf-features.h gdk-pixbuf/pixops/Makefile +gdk-pixbuf/pixops/makefile.mingw gdk/Makefile gdk/x11/Makefile gdk/win32/Makefile |