tests: put AM_PROG_CC_C_O before AC_OUTPUT to help losing compilers
authorPeter Rosin <peda@lysator.liu.se>
Wed, 1 Feb 2012 14:47:45 +0000 (15:47 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Wed, 1 Feb 2012 14:47:45 +0000 (15:47 +0100)
commit85cadc4e7738b84cc107b2f7a2adad5a2fa29005
tree1efaee80032c6d8bbff8c8bee3b576b77e68a06d
parentc3e4962a9819b260a61e156f2105b58558af6396
tests: put AM_PROG_CC_C_O before AC_OUTPUT to help losing compilers

When AM_PROG_CC_C_O is after AC_OUTPUT, the compile script
is not used even if needed, causing testsuite fails if
libtool is not used.

* tests/depcomp8a.test: Uncomment the AM_PROG_CC_C_O macro
in its correct location, as indicated...
(configure.in): ...with this comment.
* tests/depcomp8b.test: Sync with tests/depcomp8a.test.
tests/depcomp8a.test
tests/depcomp8b.test