autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch to remove profiling output


From: Peter Eisentraut
Subject: Patch to remove profiling output
Date: Sat, 20 Apr 2002 19:47:41 -0400 (EDT)

As discussed on autoconf@ a few days ago...

Index: ChangeLog
===================================================================
RCS file: /cvsroot/autoconf/autoconf/ChangeLog,v
retrieving revision 1.1904
diff -u -r1.1904 ChangeLog
--- ChangeLog   19 Apr 2002 08:30:38 -0000      1.1904
+++ ChangeLog   20 Apr 2002 23:39:57 -0000
@@ -1,3 +1,8 @@
+2002-04-19  Peter Eisentraut  <address@hidden>
+
+       * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
+       and bb.out when cleaning up.
+
 2002-04-19  Alexandre Duret-Lutz  <address@hidden>

        * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
Index: lib/autoconf/general.m4
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/general.m4,v
retrieving revision 1.793
diff -u -r1.793 general.m4
--- lib/autoconf/general.m4     10 Apr 2002 15:58:20 -0000      1.793
+++ lib/autoconf/general.m4     20 Apr 2002 23:39:59 -0000
@@ -2224,7 +2224,7 @@
 m4_ifvaln([$3],
           [( exit $ac_status )
 $3])dnl])[]dnl
-rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext m4_ifval([$1],
+rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext 
conftest.$ac_objext m4_ifval([$1],
                                                      [conftest.$ac_ext])[]dnl
 ])# _AC_RUN_IFELSE


-- 
Peter Eisentraut   address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]