From 689c2950b7e38d6e0827adb16b8f4a8f4bcb9131 Mon Sep 17 00:00:00 2001
From: Dan Mashal <dan.mashal@fedoraproject.org>
Date: Thu, 22 Aug 2013 02:58:20 -0700
Subject: [PATCH] Update for automake 1.13+

---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5f16437..d37f258 100644
--- a/configure.ac
+++ b/configure.ac
@@ -230,8 +230,8 @@ EFL_INIT
 
 AM_GNU_GETTEXT_VERSION([0.17])
 
-m4_ifdef([AM_GNU_GETTEXT], [
-AM_GNU_GETTEXT([external])
+m4_ifdef([AC_GNU_GETTEXT], [
+AC_GNU_GETTEXT([external])
 po_makefile_in=po/Makefile.in
 have_po="yes"
 ],
-- 
1.8.3.1

