bug#33022: Generated Makefile builds PROGRAMS before LTLIBRARIES

2018-10-11 Thread Mohamed Akram
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

bug#10151: tests failed

2011-11-28 Thread mohamed
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