summaryrefslogtreecommitdiff
path: root/t/libobj19.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/libobj19.sh')
-rw-r--r--t/libobj19.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/libobj19.sh b/t/libobj19.sh
index fdca575b5..1a4cf23d4 100644
--- a/t/libobj19.sh
+++ b/t/libobj19.sh
@@ -22,7 +22,6 @@ required=cc
cat >> configure.ac << 'END'
AC_CONFIG_LIBOBJ_DIR([libobj-dir])
AC_PROG_CC
-AM_PROG_CC_C_O
AM_PROG_AR
AC_PROG_RANLIB
AC_LIBOBJ([foobar])
@@ -55,7 +54,6 @@ extern int dummy;
END
cp "$am_scriptdir/ar-lib" . || fatal_ "fetching auxiliary script 'ar-lib'"
-cp "$am_scriptdir/compile" . || fatal_ "fetching auxiliary script 'compile'"
$ACLOCAL
$AUTOCONF