q66 pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=dd37d2bc07f839cd3c74b02e713ffc6534af71b2

commit dd37d2bc07f839cd3c74b02e713ffc6534af71b2
Author: q66 <[email protected]>
Date:   Tue Jun 10 19:44:25 2014 +0100

    configure.ac: generate Makevars in the correct directory even with 
out-of-tree build
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2cf5752..03825ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -255,14 +255,14 @@ AM_GNU_GETTEXT_VERSION([0.17])
 m4_ifdef([AC_GNU_GETTEXT], [
 AC_GNU_GETTEXT([external])
 po_makefile_in=po/Makefile.in
-po_makevars=po/Makevars
+po_makevars="${srcdir}/po/Makevars:po/Makevars.in"
 have_po="yes"
 ],
 [
 m4_ifdef([AM_GNU_GETTEXT], [
 AM_GNU_GETTEXT([external])
 po_makefile_in=po/Makefile.in
-po_makevars=po/Makevars
+po_makevars="${srcdir}/po/Makevars:po/Makevars.in"
 have_po="yes"
 ],
 [

-- 


Reply via email to