Use automake 1.11 vala support + cleaning of the Makefile.am:
[platform/upstream/libgee.git] / autogen.sh
index 3b188da..42ca34c 100755 (executable)
@@ -9,6 +9,8 @@ cd $srcdir
 # Automake requires that ChangeLog exists.
 touch ChangeLog
 
-REQUIRED_M4MACROS=introspection.m4 gnome-autogen.sh "$@" || exit 1
+REQUIRED_M4MACROS=introspection.m4 \
+       REQUIRED_AUTOMAKE_VERSION=1.11 \
+       gnome-autogen.sh "$@" || exit 1
 cd $ORIGDIR || exit $?