Workaround 'AM_EXTRA_RECURSIVE_TARGETS not found in library' autoconf error
authorIvan Maidanski <ivmai@mail.ru>
Mon, 20 Feb 2017 08:10:07 +0000 (11:10 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 20 Feb 2017 08:12:59 +0000 (11:12 +0300)
commit51ec3ca62f67ea7de3ec272334083c000d0ff774
treeb68218b66dadb0c1864310f4cec4b0848f2be266
parent9764773521e000397c4754f69b19f5d9c630f3a2
Workaround 'AM_EXTRA_RECURSIVE_TARGETS not found in library' autoconf error
(fix commit 3b7e732)

* Makefile.am (.PHONY): Add check-nolink, check-nolink-local targets.
* Makefile.am (check-nolink): New target (which invokes existing
check-nolink-local in this Makefile and in tests/Makefile).
* configure.ac (AM_EXTRA_RECURSIVE_TARGETS): Remove (this directive
is not supported by autoconf-1.12 and earlier).
Makefile.am
configure.ac