automake’s behavior seems to have changed between 1.15.1 and 1.16.1:
1.15.1:
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) config.h
1.16.1:
all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(HEADERS) config.h
This causes an automake file which builds a library and a program that uses
that
i got this message please tell me should i reconfigure or go ahead and
continue the installation
FAIL: instsh.test
FAIL: location.test
XFAIL: txinfo5.test
FAIL: warnopts.test
=
3 of 493 tests failed
(74 tests were not run)
Please report to bug-automake@gnu.o