Update of /cvsroot/libexif/libexif
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv25744
Modified Files:
ChangeLog configure.ac
Log Message:
2007-12-18 Lutz Mueller <lu...@us...>
Dan Fandrich <da...@co...> pointed out the following:
* configure.ac: Keep gettext requirement as low as 0.14.1.
gettextize changes it automatically to 0.17, but as long as we don't
know why, there is no need to enforce this version.
Index: configure.ac
===================================================================
RCS file: /cvsroot/libexif/libexif/configure.ac,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -d -r1.40 -r1.41
--- configure.ac 14 Dec 2007 20:06:32 -0000 1.40
+++ configure.ac 18 Dec 2007 20:18:22 -0000 1.41
@@ -156,7 +156,7 @@ ALL_LINGUAS="cs de en_CA es fr pl ru sk
AM_PO_SUBDIRS
GP_GETTEXT_HACK([${PACKAGE}-${LIBEXIF_CURRENT_MIN}],
[Lutz Mueller and others])
-AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT_VERSION([0.14.1])
AM_GNU_GETTEXT([external])
AM_ICONV()
GP_GETTEXT_FLAGS()
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libexif/libexif/ChangeLog,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -p -d -r1.260 -r1.261
--- ChangeLog 16 Dec 2007 16:59:29 -0000 1.260
+++ ChangeLog 18 Dec 2007 20:18:22 -0000 1.261
@@ -1,3 +1,11 @@
+2007-12-18 Lutz Mueller <lu...@us...>
+
+ Dan Fandrich <da...@co...> pointed out the following:
+
+ * configure.ac: Keep gettext requirement as low as 0.14.1.
+ gettextize changes it automatically to 0.17, but as long as we don't
+ know why, there is no need to enforce this version.
+
2007-12-16 Lutz Mueller <lu...@us...>
Marcus Meissner <ma...@je...> pointed out the following:
|