On Fri, Feb 25, 2011 at 6:36 AM, Ralf Wildenhues wrote:
> Can we fix this somehow in either Autoconf or Automake?
Could we save the results of tracing AC_CONFIG_SUBDIRS calls? If
there's a change, invoke ./config.status --recheck. If not,
config.status --recheck --no-recursion.
-- Jack
Say I have a project with an up to date build tree.
Say I add a(nother) sub package, update toplevel configure.ac, then
rerun make. Then the new sub/configure will not be rerun by the
triggered './config.status --recheck' thus make will later fail due to
nonexistent Makefile in the new subdirecto
On Fri, Feb 18, 2011 at 1:58 PM, Olaf van der Spek wrote:
> Hi,
>
> I just read http://sources.redhat.com/automake/automake.html#Examples
> but didn't find anything on PCH.
> Would it be possible to include a 'Hello World' style use of PCH?
Somebody?
--
Olaf
On Thursday 24 February 2011, Jack Kelly wrote:
> Version: 1.11.1 (ubuntu 10.10). I have inspected the most recent
> master and it appears to also have this bug.
>
> configure.ac:
> AC_INIT([a], [b], [c])
> AM_INIT_AUTOMAKE([foreign])
> dnl no LT_INIT -- on purpose
> AC_PROG_CC
> AC_CONFIG_FILES([