diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh index 05c98ba85..76d24de3a 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 |