public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/4] configure.ac: remove temporary file after test
@ 2013-02-25 13:43 Timo Juhani Lindfors
  2013-02-25 13:43 ` [PATCH 4/4] Makefile.in: regenerate with automake Timo Juhani Lindfors
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Timo Juhani Lindfors @ 2013-02-25 13:43 UTC (permalink / raw)
  To: systemtap; +Cc: Timo Juhani Lindfors

---
 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-02-25 13:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-25 13:43 [PATCH 1/4] configure.ac: remove temporary file after test Timo Juhani Lindfors
2013-02-25 13:43 ` [PATCH 4/4] Makefile.in: regenerate with automake Timo Juhani Lindfors
2013-02-25 13:43 ` [PATCH 3/4] Makefile.am: remove temporary symlinks in distclean Timo Juhani Lindfors
2013-02-25 13:44 ` [PATCH 2/4] configure: regenerate with autoconf Timo Juhani Lindfors

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).