Updated Indonesian translation
[platform/upstream/glib-networking.git] / autogen.sh
index 88ce246..16d8287 100755 (executable)
@@ -13,7 +13,9 @@ if test -z $AUTORECONF; then
         exit 1
 fi
 
+mkdir -p m4
 autoreconf --force --install --verbose || exit $?
+intltoolize --copy --force --automake || exit $?
 
 cd "$olddir"
 test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"