Remove ibus_bus_list_active_engines in bus/test-client.c
[platform/upstream/ibus.git] / autogen.sh
index 4069cc9..7b95079 100755 (executable)
@@ -14,7 +14,7 @@ PKG_NAME="ibus"
 }
 
 which gnome-autogen.sh || {
-    echo "You need to install gnome-common from the GNOME CVS"
+    echo "Not found gnome-autogen.sh. You may need to install gnome-common"
     exit 1
 }
 
@@ -25,4 +25,4 @@ which gnome-autogen.sh || {
 CFLAGS=${CFLAGS-"-Wall -Werror"}
 
 # need --enable-gtk-doc for gnome-autogen.sh to make dist
-ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4" REQUIRED_AUTOMAKE_VERSION=1.10 CFLAGS="$CFLAGS" . gnome-autogen.sh $@
+ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4" REQUIRED_AUTOMAKE_VERSION=1.11 CFLAGS="$CFLAGS" . gnome-autogen.sh "$@"