File ibus-xkbc-fixes-autogen.patch of Package ibus-xkbc
Index: ibus-xkbc-1.3.3.20100922/autogen.sh =================================================================== --- ibus-xkbc-1.3.3.20100922.orig/autogen.sh +++ ibus-xkbc-1.3.3.20100922/autogen.sh @@ -2,12 +2,8 @@ set -e set -x -if [[ "`uname -s`" = "SunOS" ]] -then - glib-gettextize --force --copy || exit 1 -else - autopoint --force || exit 1 -fi +glib-gettextize --force --copy || exit 1 + libtoolize --automake --copy --force aclocal -I m4 --force autoheader --force