summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 9c30f6b..43724c6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,7 +17,6 @@ export ACLOCAL
(cd $(dirname $0);
autoreconf --install --force --symlink --verbose &&
- intltoolize --force &&
autoreconf --force --verbose)
test -n "$NOCONFIGURE" || "$(dirname $0)/configure" "$@"