discomfitor pushed a commit to branch master.

commit 9bf1f44fb30a7768c0c259ccf507a5947b5b627c
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Aug 22 13:59:05 2013 +0100

    better fix for gettext macro versioning which doesn't break legacy 
support...
---
 configure.ac | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/configure.ac b/configure.ac
index d37f258..6cb50fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -236,8 +236,15 @@ po_makefile_in=po/Makefile.in
 have_po="yes"
 ],
 [
+m4_ifdef([AM_GNU_GETTEXT], [
+AM_GNU_GETTEXT([external])
+po_makefile_in=po/Makefile.in
+have_po="yes"
+],
+[
 have_po="no"
 ])
+])
 AC_SUBST([LTLIBINTL])
 LOCALE_DIR="${localedir}"
 AC_SUBST(LOCALE_DIR)

-- 

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk

Reply via email to