autogen.sh: automake 1.9 is required (see configure.in)

This commit is contained in:
Adrian Bunk 2010-03-29 12:54:34 +03:00 committed by Cosimo Cecchi
parent 38986e1c07
commit 1c88c7186e

View file

@ -18,4 +18,4 @@ which gnome-autogen.sh || {
echo "You need to install gnome-common from the GNOME CVS"
exit 1
}
REQUIRED_AUTOMAKE_VERSION=1.7 . gnome-autogen.sh
REQUIRED_AUTOMAKE_VERSION=1.9 . gnome-autogen.sh