diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,11 @@ +2004-06-11 Marco Pesenti Gritti <marco@gnome.org> + + * configure.in: + + Do not put ACLOCAL flags in the Makefile, + it should not be necessary anymore with + recent gnome-common. + 2004-06-10 Christian Persch <chpe@cvs.gnome.org> Merging bookmarksbar-separation branch. diff --git a/configure.in b/configure.in index 4b94d7a4f..c4cc714df 100644 --- a/configure.in +++ b/configure.in @@ -15,9 +15,6 @@ AM_MAINTAINER_MODE AC_PROG_INTLTOOL([0.29]) -dnl put the ACLOCAL flags in the Makefile -ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" - GLIB_REQUIRED=2.4.1 GTK_REQUIRED=2.4.0 LIBXML_REQUIRED=2.6.6 |