]> granicus.if.org Git - strace/commit
configure.ac: specify minimal GNU Automake version
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 4 Sep 2017 20:45:12 +0000 (22:45 +0200)
committerEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 4 Sep 2017 21:21:14 +0000 (23:21 +0200)
commitdb70fcf6dad749e3a04f739c6fee37a22d1e16e1
tree530bee239449ea8a9bec72cbc2d046f85c20dc82
parent94e0fe19bca751a755040826fb4b698edadb879e
configure.ac: specify minimal GNU Automake version

In order to provide better diagnostics.

* configure.ac (AM_INIT_AUTOMAKE): Specify minimal GNU Automake version as
1.13 due to usage of AM_EXTRA_RECURSIVE_TARGETS macro.

Closes: https://github.com/strace/strace/issues/11
configure.ac