On 05/24/2013 08:21 PM, Stefano Lattarini wrote: > I will push these three patches to maint (so that they'll end up in > Automake 1.14) in one or two days. A review would be welcome. > > Regards, > Stefano > > -*-*-*- > > Stefano Lattarini (3): > compile: rewrite AC_PROG_CC with AM_PROG_CC_C_O contents > AM_PROG_CC_C_O: don't rely on AC_PROG_CC_C_O, re-implement similar logic > tests: some tests make no sense if "$CC -c -o" doesn't work > > NEWS | 29 ++++++++++++------- > gen-testsuite-part | 2 +- > m4/ar-lib.m4 | 5 ++-- > m4/init.m4 | 12 ++++---- > m4/minuso.m4 | 49 +++++++++++++++++++++----------- > t/add-missing.tap | 6 ++-- > t/am-prog-cc-c-o.sh | 65 +++++++++++++++++++++++++++++++----------- > t/ax/am-test-lib.sh | 5 ++++ > t/ccnoco-deps.sh | 82 > +++++++++++++++++++++++++++++++++++++++++++++++++++++ > t/ccnoco-lib.sh | 73 +++++++++++++++++++++++++++++++++++++++++++++++ > t/ccnoco-lt.sh | 76 +++++++++++++++++++++++++++++++++++++++++++++++++ > t/ccnoco.sh | 15 +++++++--- > t/discover.sh | 2 +- > t/link_cond.sh | 4 +-- > t/list-of-tests.mk | 3 ++ > t/subobj10.sh | 2 +- > t/subpkg.sh | 2 +- > 17 files changed, 368 insertions(+), 64 deletions(-) > create mode 100755 t/ccnoco-deps.sh > create mode 100755 t/ccnoco-lib.sh > create mode 100755 t/ccnoco-lt.sh > Pushed now.
Regards, Stefano