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