[autobuild] require autoconf >= 2.60, automake >= 1.14
commitf107bac8198840957c0a36d1975abc5ba269cb41
authorStefan Bühler <stbuehler@web.de>
Tue, 24 Oct 2017 09:54:29 +0000 (24 11:54 +0200)
committerGlenn Strauss <gstrauss@gluelogic.com>
Sun, 29 Oct 2017 02:48:12 +0000 (28 22:48 -0400)
treeab5408c27a36ea02843f54179a7f963a696ec42e
parent735d9757f76cd3e0d01fa4e38cd1ba08c5aaddc7
[autobuild] require autoconf >= 2.60, automake >= 1.14

- AC_USE_SYSTEM_EXTENSIONS requires autoconf 2.60; using it replaces
  AC_AIX, AC_ISC_POSIX, AC_MINIX and -D__EXTENSIONS__
- require at least automake 1.12 to remove hack for serial-tests
- automake 1.12 is from 2012, automake 1.14 from 2013
- automake 1.14 allows us to drop AM_PROG_CC_C_O
- we don't use $LN_S, drop AC_PROG_LN_S
- silent-rules replaces AM_SILENT_RULES
configure.ac