After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 641446 - configure should honor aclocal flags ACLOCAL_FLAGS
configure should honor aclocal flags ACLOCAL_FLAGS
Status: RESOLVED DUPLICATE of bug 482017
Product: gnome-doc-utils
Classification: Deprecated
Component: build utils
CVS HEAD
Other All
: Normal enhancement
: ---
Assigned To: gnome-doc-utils maintainers
gnome-doc-utils maintainers
Depends on:
Blocks: 641445
 
 
Reported: 2011-02-04 07:40 UTC by Craig Keogh
Modified: 2012-01-17 11:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Honor aclocal flags (617 bytes, patch)
2011-02-04 07:41 UTC, Craig Keogh
none Details | Review
0001-Add-I-tools-to-ACLOCAL_AMFLAGS.patch (710 bytes, patch)
2012-01-16 12:22 UTC, Hib Eris
none Details | Review

Description Craig Keogh 2011-02-04 07:40:13 UTC
I'm building gnome-doc-utils via JHBuild. gnome-doc-utils builds
successfully. If upstream then updates configure.in, 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/gnome-doc-utils/missing --run aclocal-1.11 -I m4
configure.in:1: warning: AC_INIT: not a literal: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils
 cd . && /bin/sh /home/Oxyde/gnome/gnome-doc-utils/missing --run automake-1.11 --gnu
configure.in:1: warning: AC_INIT: not a literal: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils
tools/gnome-doc-utils.make:63: HAVE_GNOME_DOC_UTILS does not appear in AM_CONDITIONAL
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:143: ENABLE_SK does not appear in AM_CONDITIONAL
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:192: ENABLE_SK does not appear in AM_CONDITIONAL
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:74: if $(DOC_H_FILE: non-POSIX variable name
tools/gnome-doc-utils.make:74: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:77: if $(DOC_H_FILE: non-POSIX variable name
tools/gnome-doc-utils.make:77: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:118: if $(DOC_USER_FORMATS: non-POSIX variable name
tools/gnome-doc-utils.make:118: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:123: if $(filter environment,$(origin LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:123: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:123: filter $(LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:123: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:134: if $(DOC_ID: non-POSIX variable name
tools/gnome-doc-utils.make:134: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:141: shell $(PKG_CONFIG: non-POSIX variable name
tools/gnome-doc-utils.make:141: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:154: shell xmllint --format $(2: non-POSIX variable name
tools/gnome-doc-utils.make:154: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:154: notdir $(patsubst %/$(notdir $(2: non-POSIX variable name
tools/gnome-doc-utils.make:154: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:154: if $(_ENABLE_SK: non-POSIX variable name
tools/gnome-doc-utils.make:154: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:170: if $(DOC_MODULE: non-POSIX variable name
tools/gnome-doc-utils.make:170: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:170: wildcard $(_DOC_ABS_SRCDIR: non-POSIX variable name
tools/gnome-doc-utils.make:170: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:174: if $(_DOC_OMF_IN: non-POSIX variable name
tools/gnome-doc-utils.make:174: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:174: foreach lc,C $(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:174: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:183: call db2omf_args,$@,$<,'docbook': non-POSIX variable name
tools/gnome-doc-utils.make:183: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:187: if $(_DOC_OMF_IN: non-POSIX variable name
tools/gnome-doc-utils.make:187: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:187: foreach lc,C $(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:187: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:198: call db2omf_args,$@,$<,'xhtml': non-POSIX variable name
tools/gnome-doc-utils.make:198: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:203: if $(filter docbook,$(_DOC_REAL_FORMATS: non-POSIX variable name
tools/gnome-doc-utils.make:203: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:203: if $(filter html HTML,$(_DOC_REAL_FORMATS: non-POSIX variable name
tools/gnome-doc-utils.make:203: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:216: if $(DOC_MODULE: non-POSIX variable name
tools/gnome-doc-utils.make:216: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:220: foreach page,$(DOC_PAGES: non-POSIX variable name
tools/gnome-doc-utils.make:220: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:224: foreach ent,$(DOC_ENTITIES: non-POSIX variable name
tools/gnome-doc-utils.make:224: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:228: foreach inc,$(DOC_INCLUDES: non-POSIX variable name
tools/gnome-doc-utils.make:228: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:245: if $(DOC_FIGURES: non-POSIX variable name
tools/gnome-doc-utils.make:245: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:245: foreach fig,$(DOC_FIGURES: non-POSIX variable name
tools/gnome-doc-utils.make:245: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:245: patsubst $(srcdir: non-POSIX variable name
tools/gnome-doc-utils.make:245: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:245: wildcard $(srcdir: non-POSIX variable name
tools/gnome-doc-utils.make:245: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:252: foreach f,                        \
tools/gnome-doc-utils.make:252:     $(shell xsltproc --xinclude                     \
tools/gnome-doc-utils.make:252:       --stringparam db.chunk.basename "$(DOC_MODULE: non-POSIX variable name
tools/gnome-doc-utils.make:252: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:263: if $(DOC_MODULE: non-POSIX variable name
tools/gnome-doc-utils.make:263: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:263: foreach lc,$(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:263: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:271: patsubst %.po,%.mo,$(_DOC_POFILES: non-POSIX variable name
tools/gnome-doc-utils.make:271: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:278: if $(DOC_MODULE: non-POSIX variable name
tools/gnome-doc-utils.make:278: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:278: foreach lc,$(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:278: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:283: foreach lc,$(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:283: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:283: foreach page,$(_DOC_C_PAGES: non-POSIX variable name
tools/gnome-doc-utils.make:283: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:283: notdir $(page: non-POSIX variable name
tools/gnome-doc-utils.make:283: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:289: foreach lc,$(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:289: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:289: foreach inc,$(_DOC_C_INCLUDES: non-POSIX variable name
tools/gnome-doc-utils.make:289: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:289: notdir $(inc: non-POSIX variable name
tools/gnome-doc-utils.make:289: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:296: foreach lc,$(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:296: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:296: foreach doc,$(_DOC_C_HTML: non-POSIX variable name
tools/gnome-doc-utils.make:296: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:296: notdir $(doc: non-POSIX variable name
tools/gnome-doc-utils.make:296: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:302: if $(filter html HTML,$(_DOC_REAL_FORMATS: non-POSIX variable name
tools/gnome-doc-utils.make:302: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:308: foreach lc,$(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:308: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:308: patsubst C/%,$(lc: non-POSIX variable name
tools/gnome-doc-utils.make:308: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:311: foreach fig,$(_DOC_C_FIGURES: non-POSIX variable name
tools/gnome-doc-utils.make:311: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:311: foreach lc,C $(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:311: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:311: wildcard $(srcdir: non-POSIX variable name
tools/gnome-doc-utils.make:311: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:311: patsubst C/%,%,$(fig: non-POSIX variable name
tools/gnome-doc-utils.make:311: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:316: dir $@: non-POSIX variable name
tools/gnome-doc-utils.make:316: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:343: dir $@: non-POSIX variable name
tools/gnome-doc-utils.make:343: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:353: dir $@: non-POSIX variable name
tools/gnome-doc-utils.make:353: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:354: notdir $@: non-POSIX variable name
tools/gnome-doc-utils.make:354: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:364: if $(DOC_MODULE: non-POSIX variable name
tools/gnome-doc-utils.make:364: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:376: if $(filter html HTML,$(_DOC_REAL_FORMATS: non-POSIX variable name
tools/gnome-doc-utils.make:376: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:379: foreach lc,C $(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:379: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:382: patsubst %.xhtml,%.xml,$@: non-POSIX variable name
tools/gnome-doc-utils.make:382: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:427: if $(_DOC_OMF_IN: non-POSIX variable name
tools/gnome-doc-utils.make:427: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:428: if $(_DOC_DSK_IN: non-POSIX variable name
tools/gnome-doc-utils.make:428: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:429: if $(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:429: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:430: if $(DOC_MODULE: non-POSIX variable name
tools/gnome-doc-utils.make:430: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:551: if $(DOC_ID: non-POSIX variable name
tools/gnome-doc-utils.make:551: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:578: patsubst C/%,%,$(_DOC_C_FIGURES: non-POSIX variable name
tools/gnome-doc-utils.make:578: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
bootstrap.make:1: shell pwd: non-POSIX variable name
bootstrap.make:1: (probably a GNU make extension)
doc/gnome-doc-make/Makefile.am:2:   `bootstrap.make' included from here
tools/gnome-doc-utils.make:63: HAVE_GNOME_DOC_UTILS does not appear in AM_CONDITIONAL
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:143: ENABLE_SK does not appear in AM_CONDITIONAL
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:192: ENABLE_SK does not appear in AM_CONDITIONAL
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:74: if $(DOC_H_FILE: non-POSIX variable name
tools/gnome-doc-utils.make:74: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:77: if $(DOC_H_FILE: non-POSIX variable name
tools/gnome-doc-utils.make:77: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:118: if $(DOC_USER_FORMATS: non-POSIX variable name
tools/gnome-doc-utils.make:118: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:123: if $(filter environment,$(origin LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:123: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:123: filter $(LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:123: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:134: if $(DOC_ID: non-POSIX variable name
tools/gnome-doc-utils.make:134: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:141: shell $(PKG_CONFIG: non-POSIX variable name
tools/gnome-doc-utils.make:141: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:154: shell xmllint --format $(2: non-POSIX variable name
tools/gnome-doc-utils.make:154: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:154: notdir $(patsubst %/$(notdir $(2: non-POSIX variable name
tools/gnome-doc-utils.make:154: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:154: if $(_ENABLE_SK: non-POSIX variable name
tools/gnome-doc-utils.make:154: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:170: if $(DOC_MODULE: non-POSIX variable name
tools/gnome-doc-utils.make:170: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:170: wildcard $(_DOC_ABS_SRCDIR: non-POSIX variable name
tools/gnome-doc-utils.make:170: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:174: if $(_DOC_OMF_IN: non-POSIX variable name
tools/gnome-doc-utils.make:174: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:174: foreach lc,C $(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:174: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:183: call db2omf_args,$@,$<,'docbook': non-POSIX variable name
tools/gnome-doc-utils.make:183: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:187: if $(_DOC_OMF_IN: non-POSIX variable name
tools/gnome-doc-utils.make:187: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:187: foreach lc,C $(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:187: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:198: call db2omf_args,$@,$<,'xhtml': non-POSIX variable name
tools/gnome-doc-utils.make:198: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:203: if $(filter docbook,$(_DOC_REAL_FORMATS: non-POSIX variable name
tools/gnome-doc-utils.make:203: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:203: if $(filter html HTML,$(_DOC_REAL_FORMATS: non-POSIX variable name
tools/gnome-doc-utils.make:203: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:216: if $(DOC_MODULE: non-POSIX variable name
tools/gnome-doc-utils.make:216: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:220: foreach page,$(DOC_PAGES: non-POSIX variable name
tools/gnome-doc-utils.make:220: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:224: foreach ent,$(DOC_ENTITIES: non-POSIX variable name
tools/gnome-doc-utils.make:224: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:228: foreach inc,$(DOC_INCLUDES: non-POSIX variable name
tools/gnome-doc-utils.make:228: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:245: if $(DOC_FIGURES: non-POSIX variable name
tools/gnome-doc-utils.make:245: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:245: foreach fig,$(DOC_FIGURES: non-POSIX variable name
tools/gnome-doc-utils.make:245: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:245: patsubst $(srcdir: non-POSIX variable name
tools/gnome-doc-utils.make:245: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:245: wildcard $(srcdir: non-POSIX variable name
tools/gnome-doc-utils.make:245: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:252: foreach f,                        \
tools/gnome-doc-utils.make:252:     $(shell xsltproc --xinclude                     \
tools/gnome-doc-utils.make:252:       --stringparam db.chunk.basename "$(DOC_MODULE: non-POSIX variable name
tools/gnome-doc-utils.make:252: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:263: if $(DOC_MODULE: non-POSIX variable name
tools/gnome-doc-utils.make:263: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:263: foreach lc,$(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:263: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:271: patsubst %.po,%.mo,$(_DOC_POFILES: non-POSIX variable name
tools/gnome-doc-utils.make:271: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:278: if $(DOC_MODULE: non-POSIX variable name
tools/gnome-doc-utils.make:278: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:278: foreach lc,$(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:278: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:283: foreach lc,$(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:283: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:283: foreach page,$(_DOC_C_PAGES: non-POSIX variable name
tools/gnome-doc-utils.make:283: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:283: notdir $(page: non-POSIX variable name
tools/gnome-doc-utils.make:283: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:289: foreach lc,$(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:289: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:289: foreach inc,$(_DOC_C_INCLUDES: non-POSIX variable name
tools/gnome-doc-utils.make:289: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:289: notdir $(inc: non-POSIX variable name
tools/gnome-doc-utils.make:289: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:296: foreach lc,$(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:296: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:296: foreach doc,$(_DOC_C_HTML: non-POSIX variable name
tools/gnome-doc-utils.make:296: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:296: notdir $(doc: non-POSIX variable name
tools/gnome-doc-utils.make:296: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:302: if $(filter html HTML,$(_DOC_REAL_FORMATS: non-POSIX variable name
tools/gnome-doc-utils.make:302: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:308: foreach lc,$(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:308: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:308: patsubst C/%,$(lc: non-POSIX variable name
tools/gnome-doc-utils.make:308: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:311: foreach fig,$(_DOC_C_FIGURES: non-POSIX variable name
tools/gnome-doc-utils.make:311: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:311: foreach lc,C $(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:311: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:311: wildcard $(srcdir: non-POSIX variable name
tools/gnome-doc-utils.make:311: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:311: patsubst C/%,%,$(fig: non-POSIX variable name
tools/gnome-doc-utils.make:311: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:316: dir $@: non-POSIX variable name
tools/gnome-doc-utils.make:316: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:343: dir $@: non-POSIX variable name
tools/gnome-doc-utils.make:343: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:353: dir $@: non-POSIX variable name
tools/gnome-doc-utils.make:353: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:354: notdir $@: non-POSIX variable name
tools/gnome-doc-utils.make:354: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:364: if $(DOC_MODULE: non-POSIX variable name
tools/gnome-doc-utils.make:364: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:376: if $(filter html HTML,$(_DOC_REAL_FORMATS: non-POSIX variable name
tools/gnome-doc-utils.make:376: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:379: foreach lc,C $(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:379: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:382: patsubst %.xhtml,%.xml,$@: non-POSIX variable name
tools/gnome-doc-utils.make:382: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:427: if $(_DOC_OMF_IN: non-POSIX variable name
tools/gnome-doc-utils.make:427: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:428: if $(_DOC_DSK_IN: non-POSIX variable name
tools/gnome-doc-utils.make:428: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:429: if $(_DOC_REAL_LINGUAS: non-POSIX variable name
tools/gnome-doc-utils.make:429: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:430: if $(DOC_MODULE: non-POSIX variable name
tools/gnome-doc-utils.make:430: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:551: if $(DOC_ID: non-POSIX variable name
tools/gnome-doc-utils.make:551: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
tools/gnome-doc-utils.make:578: patsubst C/%,%,$(_DOC_C_FIGURES: non-POSIX variable name
tools/gnome-doc-utils.make:578: (probably a GNU make extension)
doc/xslt/Makefile.am:1:   `tools/gnome-doc-utils.make' included from here
bootstrap.make:1: shell pwd: non-POSIX variable name
bootstrap.make:1: (probably a GNU make extension)
doc/xslt/Makefile.am:2:   `bootstrap.make' included from here
doc/xslt/Makefile.am:13: filter-out %db2html-suppressed.xsl,            \
doc/xslt/Makefile.am:13:     $(sort $(patsubst ./%, %,                    \
doc/xslt/Makefile.am:13:       $(foreach dir,$(xsldoc_dirs: non-POSIX variable name
doc/xslt/Makefile.am:13: (probably a GNU make extension)
doc/xslt/Makefile.am:13: wildcard $(dir: non-POSIX variable name
doc/xslt/Makefile.am:13: (probably a GNU make extension)
doc/xslt/Makefile.am:16: sort $(foreach xsl,$(xsldoc_xsls: non-POSIX variable name
doc/xslt/Makefile.am:16: (probably a GNU make extension)
doc/xslt/Makefile.am:16: basename $(notdir $(xsl: non-POSIX variable name
doc/xslt/Makefile.am:16: (probably a GNU make extension)
doc/xslt/Makefile.am:17: patsubst %, C/%.xsldoc, $(xsldoc_base: non-POSIX variable name
doc/xslt/Makefile.am:17: (probably a GNU make extension)
doc/xslt/Makefile.am:18: patsubst %, C/%.xml, $(xsldoc_base: non-POSIX variable name
doc/xslt/Makefile.am:18: (probably a GNU make extension)
doc/xslt/Makefile.am:23: filter %/$(basename $(notdir $@: non-POSIX variable name
doc/xslt/Makefile.am:23: (probably a GNU make extension)
doc/xslt/Makefile.am:76: patsubst %,%.xml,$(xsldoc_base: non-POSIX variable name
doc/xslt/Makefile.am:76: (probably a GNU make extension)
xslt/docbook/html/Makefile.am:32: wildcard db*.xsl: non-POSIX variable name
xslt/docbook/html/Makefile.am:32: (probably a GNU make extension)
xslt/gettext/Makefile.am:4: wildcard $(top_srcdir: non-POSIX variable name
xslt/gettext/Makefile.am:4: (probably a GNU make extension)
make: *** [Makefile.in] Error 1
Comment 1 Craig Keogh 2011-02-04 07:41:33 UTC
Created attachment 180041 [details] [review]
Honor aclocal flags
Comment 2 Hib Eris 2012-01-16 12:21:00 UTC
This seems to be the same issue as in https://bugzilla.gnome.org/show_bug.cgi?id=482017

An imho better fix is to just add "-I tools" to ACLOCAL_AMFLAGS.
Comment 3 Hib Eris 2012-01-16 12:22:18 UTC
Created attachment 205355 [details] [review]
0001-Add-I-tools-to-ACLOCAL_AMFLAGS.patch

Craig, could you test this patch?
Comment 4 Craig Keogh 2012-01-17 11:09:24 UTC
(In reply to comment #3)
> Created an attachment (id=205355) [details] [review]
> 0001-Add-I-tools-to-ACLOCAL_AMFLAGS.patch
> 
> Craig, could you test this patch?

Yes, it works. Thank you.
Comment 5 Hib Eris 2012-01-17 11:29:21 UTC
Okay, marking this as a duplicate of bug 482017 then.

*** This bug has been marked as a duplicate of bug 482017 ***