[bt-devel] the bibletime-docs build problem

Martin Gruner bt-devel@crosswire.org
Wed, 9 Jan 2002 14:16:58 +0100


> It's AC_OUTPUT that sets the SET_MAKE variable in configure. It was
> broken so the @SET_MAKE@ was left in Makefiles by configure so they
> didn't work. It was broken because the the scripts in admin that create
> configure.in from configure.in.in rely on AC_OUTPUT being commented out
> with dnl.

Mmh. How does automake/autoconf know which files to process? All 
Makefile.am's and *.in's?
I thought that's what this macro is for...

Martin