]> hydra-www.ietfng.org Git - gtetrinet/commitdiff
For some reason, some people were getting AM_GNU_GETTEXT calls due to our
authorJordi Mallach <jordi@sindominio.net>
Sat, 5 Jul 2003 23:56:43 +0000 (23:56 +0000)
committerJordi Mallach <jordim@src.gnome.org>
Sat, 5 Jul 2003 23:56:43 +0000 (23:56 +0000)
2003-07-06  Jordi Mallach  <jordi@sindominio.net>

* configure.in: For some reason, some people were getting
AM_GNU_GETTEXT calls due to our use of AM_GNU_GETTEXT_VERSION, which
broke as we have no intl/. Kick it.

ChangeLog
configure.in

index 1eb9ee10c3bbf176a8a9b397708ffbc22322375e..38b989132947b996f91b497b29356fa83a762a34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-06  Jordi Mallach  <jordi@sindominio.net>
+
+       * configure.in: For some reason, some people were getting
+       AM_GNU_GETTEXT calls due to our use of AM_GNU_GETTEXT_VERSION, which
+       broke as we have no intl/. Kick it.
+
 2003-06-23  Jordi Mallach  <jordi@sindominio.net>
 
        * NEWS: Update for 0.7.3.
index 02a02ef2dc6e3ad13d3160ce2b4afa52853b2676..e38f723ce1e78dcb4a2a5451d5c266f3edfa4291 100644 (file)
@@ -13,7 +13,6 @@ AC_PROG_CC
 
 AC_PROG_INTLTOOL([0.25])
 ALL_LINGUAS="am ca cs de es eu fr ja mk nl no pt pt_BR ru sr sr@Latn sv uk zh_TW"
-AM_GNU_GETTEXT_VERSION([0.11.5])
 AM_GLIB_GNU_GETTEXT
 
 AC_PATH_PROG(GCONFTOOL, gconftool-2)