--- autogen.sh.orig 2015-03-31 08:42:42.000000000 -0700 +++ autogen.sh 2015-03-31 08:43:29.000000000 -0700 @@ -19,8 +19,10 @@ exit 1 fi -autopoint --force -AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose +# autopoint --force +# AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose +intltoolize --automake --copy --force +autoreconf --force --install --verbose cd "$olddir" test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"