Re: [PATCH] build: use AC_CONFIG_HEADERS, not AM_CONFIG_HEADER

2012-12-29 Thread Stefano Lattarini
On 12/29/2012 08:46 PM, Paolo Bonzini wrote: > Il 29/12/2012 17:32, Stefano Lattarini ha scritto: >> * configure.ac: Here. The latter has been removed in Automake 1.13. > > Is there any reason for this, > Avoiding to keep too much cruft around the codebase, and smoothing possible future transitio

Re: [PATCH] build: use AC_CONFIG_HEADERS, not AM_CONFIG_HEADER

2012-12-29 Thread Paolo Bonzini
Il 29/12/2012 17:32, Stefano Lattarini ha scritto: > * configure.ac: Here. The latter has been removed in Automake 1.13. Is there any reason for this, apart from randomly breaking perfectly-working packages? The right way to do this is to rely on the autoupdate machinery. Paolo > > Signed-off