and the remaining revert. To be sure that the commit is
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 8 Jun 2010 23:28:36 +0000 (23:28 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 8 Jun 2010 23:28:36 +0000 (23:28 +0000)
correct, don't forget to save the file. It can help...

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@49582 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index d874807..8bddd28 100644 (file)
@@ -53,17 +53,8 @@ AC_SUBST(release_info)
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 
-m4_ifdef([AM_GNU_GETTEXT_VERSION], [AM_GNU_GETTEXT_VERSION([0.12.1])])
-m4_ifdef([AM_GNU_GETTEXT],
-   [
-    AM_GNU_GETTEXT([external])
-    po_makefile_in=po/Makefile.in
-    AM_CONDITIONAL([HAVE_PO], [true])
-   ],
-   [
-    AM_CONDITIONAL([HAVE_PO], [false])
-   ])
-AC_SUBST(LTLIBINTL)
+AM_GNU_GETTEXT_VERSION([0.12.1])
+AM_GNU_GETTEXT([external])
 
 EFL_CHECK_PATH_MAX
 
@@ -1364,7 +1355,7 @@ src/lib/ecore_x/xcb/Makefile
 src/tests/Makefile
 README
 ecore.spec
-$po_makefile_in
+po/makefile.in
 ])
 
 echo