diff options
author | Owen Taylor <otaylor@redhat.com> | 1998-12-15 21:08:52 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-12-15 21:08:52 +0000 |
commit | dabb02d2822d9c8ecf67642a7d9d06b358d39247 (patch) | |
tree | b40430991fc97f9e6fb00fde117a8ad39feff1b7 /autogen.sh | |
parent | a3c1e86ffa9b75d4e027843d6c3d23249247cad5 (diff) | |
download | gdk-pixbuf-dabb02d2822d9c8ecf67642a7d9d06b358d39247.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-x | autogen.sh | 6 |
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 |