summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index 05c98ba85e..76d24de3a1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -56,12 +56,6 @@ esac
aclocal $ACLOCAL_FLAGS
-echo "Running gettextize... Ignore non-fatal messages."
-# Hmm, we specify --force here, since otherwise things dont'
-# get added reliably, but we don't want to overwrite intl
-# while making dist.
-echo "no" | gettextize --copy --force
-
# optionally feature autoheader
(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader