GNOME Bugzilla – Bug 750978
building fails on AX macros
Last modified: 2015-06-16 16:06:35 UTC
building (jhbuild) fails with these errors: ./configure: line 2541: syntax error near unexpected token `git-directory' ./configure: line 2541: `AX_IS_RELEASE(git-directory)' ./configure: line 17359: syntax error near unexpected token `WARN_CFLAGS,WARN_LDFLAGS,$ax_is_release,' ./configure: line 17359: `AX_COMPILER_FLAGS(WARN_CFLAGS,WARN_LDFLAGS,$ax_is_release,' ./configure: line 17366: syntax error near unexpected token `AX_COMPILER_FLAGS_CFLAGS' ./configure: line 17366: ` AX_REQUIRE_DEFINED(AX_COMPILER_FLAGS_CFLAGS)' configure.ac:196: error: macro AX_COMPILER_FLAGS_CFLAGS is not defined; is a m4 file missing? m4/ax_require_defined.m4:35: AX_REQUIRE_DEFINED is expanded from... m4/ax_compiler_flags.m4:107: _AX_COMPILER_FLAGS_LANG is expanded from... m4/ax_compiler_flags.m4:113: AX_COMPILER_FLAGS is expanded from... configure.ac:196: error: macro AX_COMPILER_FLAGS_CXXFLAGS is not defined; is a m4 file missing? m4/ax_require_defined.m4:35: AX_REQUIRE_DEFINED is expanded from... m4/ax_compiler_flags.m4:107: _AX_COMPILER_FLAGS_LANG is expanded from... m4/ax_compiler_flags.m4:113: AX_COMPILER_FLAGS is expanded from... configure.ac:196: error: macro AX_COMPILER_FLAGS_LDFLAGS is not defined; is a m4 file missing? m4/ax_require_defined.m4:35: AX_REQUIRE_DEFINED is expanded from... m4/ax_compiler_flags.m4:107: _AX_COMPILER_FLAGS_LANG is expanded from... m4/ax_compiler_flags.m4:113: AX_COMPILER_FLAGS is expanded from...
You need m4-common installed; see bug #749921. *** This bug has been marked as a duplicate of bug 749921 ***