aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rwxr-xr-xautogen.sh2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 174ad4130..7cfb92580 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-12-09 Marco Pesenti Gritti <marco@gnome.org>
+
+ * autogen.sh:
+
+ depend on automake 1.7, it seem it's needed by
+ the deprecates code.
+
2003-12-09 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-spinner.c: (ephy_spinner_get_type),
diff --git a/autogen.sh b/autogen.sh
index 18cd9e5d3..e43f9c68e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,4 +16,4 @@ which gnome-autogen.sh || {
echo "You need to install gnome-common from the GNOME CVS"
exit 1
}
-REQUIRED_AUTOMAKE_VERSION=1.6 USE_GNOME2_MACROS=1 . gnome-autogen.sh
+REQUIRED_AUTOMAKE_VERSION=1.7 USE_GNOME2_MACROS=1 . gnome-autogen.sh