summaryrefslogtreecommitdiff
path: root/t/subobj8.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-12 12:53:21 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-12 13:04:02 +0100
commit1e44f8532f6b7d9d4c59efdb8e2850bc212260af (patch)
treede03718bd7a85bc13902f7b2f35d37f1eb16a834 /t/subobj8.sh
parent7746e5284767b9459e5ab3dc7eef4da63d68f93a (diff)
downloadautomake-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/subobj8.sh')
-rwxr-xr-xt/subobj8.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/subobj8.sh b/t/subobj8.sh
index 51e1727d7..dd03008bf 100755
--- a/t/subobj8.sh
+++ b/t/subobj8.sh
@@ -23,7 +23,6 @@ AC_INIT([$me], [1.0])
AC_CONFIG_AUX_DIR([tools])
AM_INIT_AUTOMAKE
AC_PROG_CC
-AM_PROG_CC_C_O
AC_CONFIG_FILES([Makefile foo/Makefile])
AC_OUTPUT
END