Add intltoolize to autogen.sh (GNOME bug 648014)
authorCraig Keogh <cskeogh@adam.com.au>
Sun, 17 Apr 2011 12:27:46 +0000 (21:57 +0930)
committerCraig Keogh <cskeogh@adam.com.au>
Mon, 18 Apr 2011 10:15:10 +0000 (19:45 +0930)
autogen.sh

index 6e83a51..ae6ec89 100755 (executable)
@@ -3,5 +3,7 @@
 # run gtkdocize
 gtkdocize || exit 1
 
+intltoolize --force --copy --automake || exit 1
+
 # gnome-autogen.sh runs configure, so do likewise.
 autoreconf -vif && ./configure "$@"