diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-05-22 20:17:26 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-05-22 20:17:26 +0000 |
commit | 9a9cdb26c43064fef638afa25eb26d3d44032905 (patch) | |
tree | 967b5b741291c5bf2ee53ba8554e32c696505ce4 /configure.in | |
parent | 7952906cd0529caa68ae3549259697495bffd678 (diff) | |
download | gtk+-9a9cdb26c43064fef638afa25eb26d3d44032905.tar.gz |
Require autoconf-2.52 explicitely, since otherwise Debian will process it
Wed May 22 16:12:38 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Require autoconf-2.52 explicitely,
since otherwise Debian will process it with 2.13 (ugh!).
Wed May 22 12:29:20 2002 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_init): remove
GTK_RESIZE_QUEUE setting.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 70d3dbc7b7..1dd346e058 100644 --- a/configure.in +++ b/configure.in @@ -1,3 +1,6 @@ +# require autoconf 2.52 +AC_PREREQ(2.52) + # Process this file with autoconf to produce a configure script. AC_INIT(gdk/gdktypes.h) |