summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-12-15 22:13:35 +0000
committerMartin Baulig <martin@src.gnome.org>1998-12-15 22:13:35 +0000
commitcc7eba32a28e3a2d2f738ac385e26ab6f38882c1 (patch)
tree1cd6f370b105a4b96261486609300d946e6ad749 /autogen.sh
parent7b105fea0a3d6028217632e830998390a1669ae2 (diff)
downloadgdk-pixbuf-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-xautogen.sh6
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