summaryrefslogtreecommitdiff
path: root/t/pr224.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/pr224.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/pr224.sh')
-rwxr-xr-xt/pr224.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/pr224.sh b/t/pr224.sh
index 764d9fb98..b6bf6b986 100755
--- a/t/pr224.sh
+++ b/t/pr224.sh
@@ -43,7 +43,6 @@ EOF
cat >>configure.ac <<'EOF'
AC_PROG_CC
-AM_PROG_CC_C_O
AC_OUTPUT
EOF