diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | autogen.sh | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2007-08-08 Xavier Claessens <xclaesse@gmail.com> + * autogen.sh: Requier automake 1.9. Fixes bug #464822 (Cosimo Cecchi). + +2007-08-08 Xavier Claessens <xclaesse@gmail.com> + * MAINTAINERS: Updated the MAINTAINERS file to match new syntax. 2007-08-07 Marco Barisione <marco@barisione.org> diff --git a/autogen.sh b/autogen.sh index 813934b4a..b1a24fc3a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,7 +5,7 @@ srcdir=`dirname $0` test -z "$srcdir" && srcdir=. PKG_NAME="Empathy" -REQUIRED_AUTOMAKE_VERSION=1.8 +REQUIRED_AUTOMAKE_VERSION=1.9 (test -f $srcdir/configure.ac) || { echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" |