GNOME Bugzilla – Bug 724377
error: using '$(srcdir)' in TESTS
Last modified: 2014-03-19 21:59:08 UTC
I tried to build pybliographer, but I have this problem: autogen.sh: running: aclocal autogen.sh: running: autoconf autogen.sh: running: automake -a tests/Makefile.am:23: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/import-export' tests/Makefile.am:23: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/test-pybliocheck' tests/Makefile.am:23: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/convert' tests/Makefile.am:23: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/pyblioformat' tests/Makefile.am:23: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/pybliotex' tests/Makefile.am:23: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/compact' tests/Makefile.am:23: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/format' tests/Makefile.am:23: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/format2' tests/Makefile.am:23: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/pybliotext' autogen.sh: error: while running automake -a
Created attachment 269139 [details] [review] Makefile: don't use srcdir in TESTS
Review of attachment 269139 [details] [review]: Thanks. I pushed it to master.
*** Bug 726725 has been marked as a duplicate of this bug. ***
I applied the patch to gtk3 branch as well