GNOME Bugzilla – Bug 750972
building fails on AX_REQUIRE_DEFINED
Last modified: 2015-07-02 00:25:07 UTC
When building (using jhbuild), the configure fails with this error: ./configure: line 12053: syntax error near unexpected token `GOBJECT_INTROSPECTION_CHECK' ./configure: line 12053: `AX_REQUIRE_DEFINED(GOBJECT_INTROSPECTION_CHECK)' It works after copying ax_require_defined.m4 [1] to m4/ folder [1] http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_require_defined.m4
Confirming.
Created attachment 306078 [details] [review] m4: add missing AX_REQUIRE_DEFINED
Comment on attachment 306078 [details] [review] m4: add missing AX_REQUIRE_DEFINED Turns out to be a jhbuild bug. jhbuild should install the m4-common from the bootstrap moduleset but doesn't. This should fix it: jhbuild -m bootstrap buildone m4-common
Sorry for delay. (In reply to Christoph Reiter (lazka) from comment #3) > Comment on attachment 306078 [details] [review] [review] > m4: add missing AX_REQUIRE_DEFINED > > Turns out to be a jhbuild bug. jhbuild should install the m4-common from the > bootstrap moduleset but doesn't. > > This should fix it: jhbuild -m bootstrap buildone m4-common Should it be moved to jhbuild then?
Yeah, the jhbuild bug is bug 751492
*** This bug has been marked as a duplicate of bug 751492 ***