summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@src.gnome.org>2016-08-02 12:24:24 +0300
committerErnestas Kulik <ernestask@src.gnome.org>2016-08-03 10:42:40 +0300
commitfc2139c117d43e42ce4802370560ac279ea2cebd (patch)
tree0e33ae43f451a3f26e88060dde1aec6f15446ddc /autogen.sh
parentc76cace9e60f40648c7bb25879399451dbed2894 (diff)
downloadnautilus-fc2139c117d43e42ce4802370560ac279ea2cebd.tar.gz
Port from intltool
gettext has been continuously improving, up to a point where intltool can be deprecated in favor of it. This commit ports the project files to use upstream gettext. https://bugzilla.gnome.org/show_bug.cgi?id=769362
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index e931e2bcd..57179148b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -25,9 +25,7 @@ if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then
fi
aclocal --install || exit 1
-glib-gettextize --force --copy || exit 1
gtkdocize --copy || exit 1
-intltoolize --force --copy --automake || exit 1
autoreconf --verbose --force --install || exit 1
cd "$olddir"