[PATCH 1/4] configure.ac: remove temporary file after test
Timo Juhani Lindfors
timo.lindfors@iki.fi
Mon Feb 25 13:43:00 GMT 2013
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 0add020..dae2cf5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -271,6 +271,7 @@ if test "x${have_fop}" == "xyes"; then
AC_MSG_RESULT([it's dead, Jim])
have_fop="broken"
fi
+ rm -f dummy-tapsets.pdf
fi
AM_CONDITIONAL([HAVE_FOP], [test "$have_fop" == "yes"])
--
1.7.10.4
More information about the Systemtap
mailing list