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

This reverts commit dd37d2bc07.

This breaks make distcheck. Looking at this commit I really wonder if it does
anything good. It seems to work for po_makefile_in. It also breaks for
distcheck which is using out of tree builds in the _build folder.

If someone can explain me why something like this is needed for makevars I
want to hear it. getting a fix in that does not break distcheck would be fine
I guess.
This commit is contained in:
Stefan Schmidt 2014-07-29 16:30:37 +02:00
parent 0010159fe7
commit 21da4a5454
1 changed files with 2 additions and 2 deletions

View File

@ -242,14 +242,14 @@ AM_GNU_GETTEXT_VERSION([0.17])
m4_ifdef([AC_GNU_GETTEXT], [
AC_GNU_GETTEXT([external])
po_makefile_in=po/Makefile.in
po_makevars="${srcdir}/po/Makevars:po/Makevars.in"
po_makevars=po/Makevars
have_po="yes"
],
[
m4_ifdef([AM_GNU_GETTEXT], [
AM_GNU_GETTEXT([external])
po_makefile_in=po/Makefile.in
po_makevars="${srcdir}/po/Makevars:po/Makevars.in"
po_makevars=po/Makevars
have_po="yes"
],
[