summaryrefslogtreecommitdiff
path: root/t/subobj.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/subobj.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/subobj.sh')
-rwxr-xr-xt/subobj.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/t/subobj.sh b/t/subobj.sh
index 6e5fd9800..d16512abc 100755
--- a/t/subobj.sh
+++ b/t/subobj.sh
@@ -18,12 +18,7 @@
. test-init.sh
-cat >> configure.ac << 'END'
-AC_PROG_CC
-dnl This should be a no-op now, but still be supported
-dnl without causing warnings.
-AM_PROG_CC_C_O
-END
+echo AC_PROG_CC >> configure.ac
cat > Makefile.am << 'END'
AUTOMAKE_OPTIONS = subdir-objects