bug#8104: automake suggests use of AC_PROG_LIBTOOL, this has been replaced by LT_INIT

2011-02-24 Thread Stefano Lattarini
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([

bug#8076: PCH support / howto

2011-02-24 Thread Olaf van der Spek
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

bug#8111: after adding a(nother) subconfigure, rerunning make fails

2011-02-24 Thread Ralf Wildenhues
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

bug#8111: after adding a(nother) subconfigure, rerunning make fails

2011-02-24 Thread Jack Kelly
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