]> Pileus Git - ~andy/gtk/commitdiff
Not running gettextize fails on a fresh CVS checkout and we'll get a lot
authorMartin Baulig <martin@home-of-linux.org>
Tue, 15 Dec 1998 22:13:35 +0000 (22:13 +0000)
committerMartin Baulig <martin@src.gnome.org>
Tue, 15 Dec 1998 22:13:35 +0000 (22:13 +0000)
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.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
autogen.sh

index 414026f1efe2d0e719f3a7909a25ec9547d38e15..a27a9085e1777e1ca0b5fced0eda913132ae20b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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.
+
        * acinclude.m4: Rename AM_GNU_GETTEXT_GTK to AM_GTK_GNU_GETTEXT and
        AM_WITH_NLS_GTK to AM_GTK_WITH_NLS to avoid this ugly automake
        warnings.
index 414026f1efe2d0e719f3a7909a25ec9547d38e15..a27a9085e1777e1ca0b5fced0eda913132ae20b6 100644 (file)
@@ -1,5 +1,8 @@
 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.
+
        * acinclude.m4: Rename AM_GNU_GETTEXT_GTK to AM_GTK_GNU_GETTEXT and
        AM_WITH_NLS_GTK to AM_GTK_WITH_NLS to avoid this ugly automake
        warnings.
index 414026f1efe2d0e719f3a7909a25ec9547d38e15..a27a9085e1777e1ca0b5fced0eda913132ae20b6 100644 (file)
@@ -1,5 +1,8 @@
 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.
+
        * acinclude.m4: Rename AM_GNU_GETTEXT_GTK to AM_GTK_GNU_GETTEXT and
        AM_WITH_NLS_GTK to AM_GTK_WITH_NLS to avoid this ugly automake
        warnings.
index 414026f1efe2d0e719f3a7909a25ec9547d38e15..a27a9085e1777e1ca0b5fced0eda913132ae20b6 100644 (file)
@@ -1,5 +1,8 @@
 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.
+
        * acinclude.m4: Rename AM_GNU_GETTEXT_GTK to AM_GTK_GNU_GETTEXT and
        AM_WITH_NLS_GTK to AM_GTK_WITH_NLS to avoid this ugly automake
        warnings.
index 414026f1efe2d0e719f3a7909a25ec9547d38e15..a27a9085e1777e1ca0b5fced0eda913132ae20b6 100644 (file)
@@ -1,5 +1,8 @@
 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.
+
        * acinclude.m4: Rename AM_GNU_GETTEXT_GTK to AM_GTK_GNU_GETTEXT and
        AM_WITH_NLS_GTK to AM_GTK_WITH_NLS to avoid this ugly automake
        warnings.
index 414026f1efe2d0e719f3a7909a25ec9547d38e15..a27a9085e1777e1ca0b5fced0eda913132ae20b6 100644 (file)
@@ -1,5 +1,8 @@
 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.
+
        * acinclude.m4: Rename AM_GNU_GETTEXT_GTK to AM_GTK_GNU_GETTEXT and
        AM_WITH_NLS_GTK to AM_GTK_WITH_NLS to avoid this ugly automake
        warnings.
index 414026f1efe2d0e719f3a7909a25ec9547d38e15..a27a9085e1777e1ca0b5fced0eda913132ae20b6 100644 (file)
@@ -1,5 +1,8 @@
 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.
+
        * acinclude.m4: Rename AM_GNU_GETTEXT_GTK to AM_GTK_GNU_GETTEXT and
        AM_WITH_NLS_GTK to AM_GTK_WITH_NLS to avoid this ugly automake
        warnings.
index 76d24de3a1d92449562a1140fbe80f93a6007f53..05c98ba85e12f68d92667932f1eb274704b817c2 100755 (executable)
@@ -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