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
commit27eb8460bcee13ea4e5c99b4ab2af113af070435 (patch)
tree2ccc9ae942332eb2c8fb08612bb8aca98507a402 /autogen.sh
parent85917c0bf99c4573d42f98386022f99d18cbe8d5 (diff)
downloadgdk-pixbuf-27eb8460bcee13ea4e5c99b4ab2af113af070435.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