summaryrefslogtreecommitdiff
path: root/t/pr401.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/pr401.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/pr401.sh')
-rwxr-xr-xt/pr401.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/pr401.sh b/t/pr401.sh
index f3020429e..89094de75 100755
--- a/t/pr401.sh
+++ b/t/pr401.sh
@@ -45,7 +45,6 @@ cat >>configure.ac << 'EOF'
## These lines are activated for later tests
#: AC_CONFIG_LIBOBJ_DIR([lib])
AC_PROG_CC
-#x AM_PROG_CC_C_O
AC_LIBOBJ([feep])
AC_LIBSOURCE([feep.c])
AM_PROG_AR
@@ -118,7 +117,7 @@ mv -f src/t src/Makefile.am
## Test using LIBOBJS from a sibling directory. ##
## -------------------------------------------- ##
-sed 's/#x //; s/lib\/Makefile //' configure.ac >configure.tmp
+sed 's/lib\/Makefile //' configure.ac >configure.tmp
mv -f configure.tmp configure.ac
cat >Makefile.am <<'EOF'