diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-01-12 12:53:21 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-01-12 13:04:02 +0100 |
commit | 1e44f8532f6b7d9d4c59efdb8e2850bc212260af (patch) | |
tree | de03718bd7a85bc13902f7b2f35d37f1eb16a834 /t/subobj-clean-pr10697.sh | |
parent | 7746e5284767b9459e5ab3dc7eef4da63d68f93a (diff) | |
download | automake-1e44f8532f6b7d9d4c59efdb8e2850bc212260af.tar.gz |
tests: remove most uses of the AM_PROG_CC_C_O obsolete macro
Our NEWS file says its use will no longer be required in Automake
1.13, so better make sure that is actually the case.
* Several tests: Adjust.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/subobj-clean-pr10697.sh')
-rwxr-xr-x | t/subobj-clean-pr10697.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/subobj-clean-pr10697.sh b/t/subobj-clean-pr10697.sh index df97f0708..e244e3d79 100755 --- a/t/subobj-clean-pr10697.sh +++ b/t/subobj-clean-pr10697.sh @@ -26,7 +26,6 @@ required=cc cat >> configure.ac << 'END' AC_PROG_CC -AM_PROG_CC_C_O AC_CONFIG_FILES([get-objext.sh:get-objext.in]) AC_OUTPUT END |