summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2012-03-30 13:55:01 +0000
committerMarcus Meissner <marcus@jet.franken.de>2012-03-30 13:55:01 +0000
commit5dfe5c1e36074e309648a532dd9c8c86c45ffca7 (patch)
treed8aa27f6fa8471600f13149d45b27c25f963feb7
parentb7b4d137452b9b56d7d0e6fa450fd217123f8ca7 (diff)
downloadlibgphoto2-5dfe5c1e36074e309648a532dd9c8c86c45ffca7.tar.gz
gettextized to 0.17
git-svn-id: https://svn.code.sf.net/p/gphoto/code/branches/libgphoto2-2_4/libgphoto2@13954 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac3
2 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b7a70c3f..0ed745929 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2012-03-30 gettextize <bug-gnu-gettext@gnu.org>
+
+ * auto-m4/gettext.m4: Upgrade to gettext-0.17.
+ * auto-m4/iconv.m4: Upgrade to gettext-0.17.
+ * auto-m4/lib-ld.m4: Upgrade to gettext-0.17.
+ * auto-m4/lib-link.m4: Upgrade to gettext-0.17.
+ * auto-m4/lib-prefix.m4: Upgrade to gettext-0.17.
+ * auto-m4/nls.m4: Upgrade to gettext-0.17.
+ * auto-m4/po.m4: Upgrade to gettext-0.17.
+ * auto-m4/progtest.m4: Upgrade to gettext-0.17.
+ * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.17.
+
2009-07-30 Dan Fandrich <dan@coneharvesters.com>
* Fixed a bunch of C89 and SUS portability issues.
diff --git a/configure.ac b/configure.ac
index cb93e9984..b8935c188 100644
--- a/configure.ac
+++ b/configure.ac
@@ -225,9 +225,8 @@ dnl ---------------------------------------------------------------------------
ALL_LINGUAS="da de es eu fr hu it ja nl pl ru sv uk vi zh_CN"
GP_GETTEXT_HACK([${PACKAGE}-${LIBGPHOTO2_CURRENT_MIN}],[The gPhoto Team],[${MAIL_GPHOTO_TRANSLATION}])
-AM_GNU_GETTEXT_VERSION([0.14.1])
+AM_GNU_GETTEXT_VERSION([0.17])
AM_GNU_GETTEXT([external])
-AM_PO_SUBDIRS()
AM_ICONV()
GP_GETTEXT_FLAGS()