diff options
author | Martin Baulig <martin@home-of-linux.org> | 1998-12-15 22:13:35 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-12-15 22:13:35 +0000 |
commit | cc7eba32a28e3a2d2f738ac385e26ab6f38882c1 (patch) | |
tree | 1cd6f370b105a4b96261486609300d946e6ad749 /autogen.sh | |
parent | 7b105fea0a3d6028217632e830998390a1669ae2 (diff) | |
download | gtk+-cc7eba32a28e3a2d2f738ac385e26ab6f38882c1.tar.gz |
Not running gettextize fails on a fresh CVS checkout and we'll get a lot
1998-12-15 Martin Baulig <martin@home-of-linux.org>
* autogen.sh: Not running gettextize fails on a fresh CVS checkout
and we'll get a lot of bug reports tomorrow, so I add it back.
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 76d24de3a1..05c98ba85e 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 |