Use the automake 1.10 in autogen.sh
authorPeng Huang <shawn.p.huang@gmail.com>
Tue, 26 Oct 2010 10:27:56 +0000 (19:27 +0900)
committerPeng Huang <shawn.p.huang@gmail.com>
Tue, 26 Oct 2010 10:27:56 +0000 (19:27 +0900)
BUG=ibus:1039
TEST=manual

Review URL: http://codereview.appspot.com/2746041

autogen.sh

index 84ed7a2..cf50e42 100755 (executable)
@@ -22,4 +22,4 @@ which gnome-autogen.sh || {
     touch $srcdir/ChangeLog
 }
 
-ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4" REQUIRED_AUTOMAKE_VERSION=1.8 CFLAGS="-Wall -Werror" . gnome-autogen.sh
+ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4" REQUIRED_AUTOMAKE_VERSION=1.10 CFLAGS="-Wall -Werror" . gnome-autogen.sh