Updated Indonesian translation
[platform/upstream/glib-networking.git] / 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" "$@"