summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1998-12-14 17:39:58 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-12-14 17:39:58 +0000
commit7facb75c85ddd3f98f664af7a65eaa7344d44c11 (patch)
tree39d0d0e66c5419606d8e1b1d66637f593c89bb8e /autogen.sh
parentedc14768652f365a730d00614e08888604e05f44 (diff)
downloadgtk+-7facb75c85ddd3f98f664af7a65eaa7344d44c11.tar.gz
Added gettext-10.35
Mon Dec 14 12:24:13 1998 Owen Taylor <otaylor@redhat.com> * HACKING: Added gettext-10.35 * autogen.sh: Run gettextize. Wed Dec 9 16:29:06 1998 Owen Taylor <otaylor@redhat.com> Applied gtk-egger-981010-[12] [ Daniel.Egger@t-online.de (Daniel Egger) ] * gtk/gtkintl.h: New file - defines for localization. * gtk/gtkfilesel.c gtk/gtkinputdialog.c: Mark strings for internationalization. * gtk/gtkmain.c: call bindtextdomain * po/ - directory for translations. Initially includes German translation.
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 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