
1 Aug
2013
1 Aug
'13
6:40 a.m.
On 08/01/13 00:48, Eric Blake wrote:
Autoconf 2.59 says that AC_OUTPUT with arguments is obsolete, and we are already using the replacement for some, but not all, of our output files.
* configure.ac (AC_OUTPUT): Rewrite to use AC_CONFIG_FILES.
Signed-off-by: Eric Blake <eblake@redhat.com> --- configure.ac | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-)
I'm not an autotools expert but this construction works and contains all entries from the previous construction. ACK. Peter