Christian Hesse <[email protected]> writes: > Looks like the problem is nested substitution: > > automake: warnings are treated as errors > gtk-doc/Makefile.am:109: warning: shell find $(EXAMPLES_SOURCE_DIR: non-POSIX > variable name gtk-doc/Makefile.am:109: (probably a GNU make extension) > autoreconf: automake failed with exit status: 1
Ah. Indeed gtk-doc/Makefile.am was using a GNU extension. I have fixed that now, and applied your AM_PROG_AR fix. Please try master. /Simon
