summaryrefslogtreecommitdiff
path: root/t/specflg6.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/specflg6.sh')
-rw-r--r--t/specflg6.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/specflg6.sh b/t/specflg6.sh
index 77d837a53..8178b3446 100644
--- 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
@@ -36,8 +35,6 @@ foo_CFLAGS = -DFOO
foo_SOURCES = foo.c
END
-: > compile
-
$ACLOCAL
$AUTOMAKE