Fix for AM_INIT_AUTOMAKE([serial-tests]) unsupported by automake-1.11 on EL6

From: Patrick Laimbock <patrick_at_laimbock.com>
Date: Wed, 12 Mar 2014 17:41:40 +0100

Hi,

AM_INIT_AUTOMAKE([serial-tests]) is not supported by automake-1.11 which
ships with EL6. Here is a snippet for configure.ac which fixes it for me
on CentOS 6.5.

AM_INIT_AUTOMAKE(
   1.11.1
   dnl Automake version before 1.13 (when the serial-tests option was
   dnl still the default) still defined the badly obsolete macro
   dnl 'AM_PROG_INSTALL'.
   m4_ifndef([AM_PROG_INSTALL], [serial-tests])
)

Credits go to Stefano Lattarini
http://gnu-automake.7480.n7.nabble.com/serial-tests-option-and-backwards-compatibility-td19571.html

Cheers,
Patrick
Received on Wed Mar 12 2014 - 16:41:56 PST

This archive was generated by hypermail 2.3.0 : Wed Mar 12 2014 - 16:45:01 PST