configure.ac: generate Makevars in the correct directory even with out-of-tree build

This commit is contained in:
q66 2014-06-10 19:44:25 +01:00
parent d79e10418d
commit dd37d2bc07
1 changed files with 2 additions and 2 deletions

View File

@ -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"
],
[