summaryrefslogtreecommitdiff
path: root/t/specflg6.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/specflg6.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/specflg6.sh')
-rwxr-xr-xt/specflg6.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/specflg6.sh b/t/specflg6.sh
index bbc83343f..8178b3446 100755
--- a/t/specflg6.sh
+++ b/t/specflg6.sh
@@ -22,7 +22,6 @@
cat >> configure.ac << 'END'
AC_PROG_CC
-AM_PROG_CC_C_O
AM_CONDITIONAL([BAR], [true])
END