summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1998-12-15 21:08:52 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-12-15 21:08:52 +0000
commit85917c0bf99c4573d42f98386022f99d18cbe8d5 (patch)
tree94719e8af9d020e3f80c093850931611df57cc3a /autogen.sh
parent9823847b437796f000bc99eab39f4780515e2dba (diff)
downloadgdk-pixbuf-85917c0bf99c4573d42f98386022f99d18cbe8d5.tar.gz
Provide a hacked version of the gettext macros that never use the included
Tue Dec 15 16:06:15 1998 Owen Taylor <otaylor@redhat.com> * acinclude.m4: Provide a hacked version of the gettext macros that never use the included gettext. * Makefile.am configure.in: Remove references to intl/ * autogen.sh: Don't run gettextize.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
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