GNOME Bugzilla – Bug 641654
configure should honor aclocal flags ACLOCAL_FLAGS
Last modified: 2011-02-07 07:56:51 UTC
I'm building gucharmap via JHBuild. gucharmap builds successfully. If upstream then updates configure.ac, then I run 'make', which attempts a reconfigure, but fails. This is because JHBuild sets ACLOCAL_FLAGS to include the sandbox (e.g. -I /opt/gnome/share/aclocal). One may argue it is silly for JHBuild to require every module to support ACLOCAL_FLAGS, but there isn't a way around it until automake-1.12 is out - which includes support for ACLOCAL_PATH. Further details in the JHBuild bug 634617. The build failure is: make V=1 CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/Oxyde/gnome/gucharmap/missing --run aclocal-1.11 -I m4 configure.ac:149: warning: macro `AM_GCONF_SOURCE_2' not found in library configure.ac:202: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library configure.ac:39: warning: AC_INIT: not a literal: http://bugzilla.gnome.org/enter_bug.cgi?product=gucharmap cd . && /bin/sh /home/Oxyde/gnome/gucharmap/missing --run automake-1.11 --foreign configure.ac:39: warning: AC_INIT: not a literal: http://bugzilla.gnome.org/enter_bug.cgi?product=gucharmap gucharmap/Makefile.am:222: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL Makefile.am:74: GCONF_SCHEMAS_INSTALL does not appear in AM_CONDITIONAL make: *** [Makefile.in] Error 1
Created attachment 180214 [details] [review] Honor aclocal flags
Comment on attachment 180214 [details] [review] Honor aclocal flags Committed. http://git.gnome.org/browse/gucharmap/commit/?id=ebd326dd2f05cd8728005cbbe07193a3459407fb