From dd37d2bc07f839cd3c74b02e713ffc6534af71b2 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 10 Jun 2014 19:44:25 +0100 Subject: [PATCH] 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 2cf5752f51..03825caf9e 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" ], [