autogen.sh: Run intltoolize too
authorColin Walters <walters@verbum.org>
Wed, 9 May 2012 23:00:03 +0000 (19:00 -0400)
committerColin Walters <walters@verbum.org>
Wed, 9 May 2012 23:00:03 +0000 (19:00 -0400)
We need to, since we're using it.

autogen.sh

index e8cfe3e..16d8287 100755 (executable)
@@ -15,6 +15,7 @@ fi
 
 mkdir -p m4
 autoreconf --force --install --verbose || exit $?
+intltoolize --copy --force --automake || exit $?
 
 cd "$olddir"
 test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"