summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-06-25 21:19:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-06-25 21:19:18 -0400
commit5479a0840ded423e4eb6c0d09e76dbe1fc2a33d9 (patch)
tree5364e5fe4d4546cd6345f487311c1c83311b60c8
parent28f73ddaf6e059f6f9ea8cfba0f8f6a492e3af9d (diff)
downloadgdk-pixbuf-5479a0840ded423e4eb6c0d09e76dbe1fc2a33d9.tar.gz
Use autopoint, not gettextize
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index b2cfa842a..f43e4e8a2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -109,7 +109,7 @@ $ACLOCAL -I m4 $ACLOCAL_FLAGS || exit $?
libtoolize --force || exit $?
gtkdocize || exit $?
-gettextize --no-changelog || exit $?
+autopoint || exit $?
autoheader || exit $?
$AUTOMAKE --add-missing || exit $?