You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Joe Orton <jo...@manyfish.co.uk> on 2001/10/27 11:28:24 UTC

[PATCH] clean up autom4te.cache

autoconf 2.52 creates a temporary 'autom4te.cache' directory, which
shouldn't get shipped in a release tarball.

Index: buildconf
===================================================================
RCS file: /home/cvspublic/apr/buildconf,v
retrieving revision 1.21
diff -u -r1.21 buildconf
--- buildconf	2001/10/03 09:10:02	1.21
+++ buildconf	2001/10/27 09:17:03
@@ -104,4 +104,7 @@
 ### do some work to toss config.cache?
 autoconf
 
+# Remove autoconf 2.5x's cache directory
+rm -rf autom4te.cache
+
 exit 0

Re: [PATCH] clean up autom4te.cache

Posted by Jeff Trawick <tr...@attglobal.net>.
"Sander Striker" <st...@apache.org> writes:

> I commited it to apr.

silly me... I couldn't type the "m" and the "4" (from "autom4te") in
the right order in my search.  Now I see it!

Sorry for the interrupt...

-- 
Jeff Trawick | trawick@attglobal.net | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

RE: [PATCH] clean up autom4te.cache

Posted by Sander Striker <st...@apache.org>.
I commited it to apr.

Sander

> -----Original Message-----
> From: trawick@rdu163-40-092.nc.rr.com
> [mailto:trawick@rdu163-40-092.nc.rr.com]On Behalf Of Jeff Trawick
> Sent: 13 November 2001 14:26
> To: Joe Orton
> Cc: dev@apr.apache.org
> Subject: Re: [PATCH] clean up autom4te.cache
> 
> 
> Joe Orton <jo...@manyfish.co.uk> writes:
> 
> > autoconf 2.52 creates a temporary 'autom4te.cache' directory, which
> > shouldn't get shipped in a release tarball.
> > 
> > Index: buildconf
> > ===================================================================
> > RCS file: /home/cvspublic/apr/buildconf,v
> > retrieving revision 1.21
> > diff -u -r1.21 buildconf
> > --- buildconf	2001/10/03 09:10:02	1.21
> > +++ buildconf	2001/10/27 09:17:03
> > @@ -104,4 +104,7 @@
> >  ### do some work to toss config.cache?
> >  autoconf
> >  
> > +# Remove autoconf 2.5x's cache directory
> > +rm -rf autom4te.cache
> > +
> >  exit 0
> 
> It looks to me that this hasn't been committed.  Did anybody have
> concerns with it, or did it just slip through the cracks?  (not eager
> to upgrade autoconf on my box to verify it :) )
> 
> -- 
> Jeff Trawick | trawick@attglobal.net | PGP public key at web site:
>        http://www.geocities.com/SiliconValley/Park/9289/
>              Born in Roswell... married an alien...
> 
> 

Re: [PATCH] clean up autom4te.cache

Posted by Jeff Trawick <tr...@attglobal.net>.
Joe Orton <jo...@manyfish.co.uk> writes:

> autoconf 2.52 creates a temporary 'autom4te.cache' directory, which
> shouldn't get shipped in a release tarball.
> 
> Index: buildconf
> ===================================================================
> RCS file: /home/cvspublic/apr/buildconf,v
> retrieving revision 1.21
> diff -u -r1.21 buildconf
> --- buildconf	2001/10/03 09:10:02	1.21
> +++ buildconf	2001/10/27 09:17:03
> @@ -104,4 +104,7 @@
>  ### do some work to toss config.cache?
>  autoconf
>  
> +# Remove autoconf 2.5x's cache directory
> +rm -rf autom4te.cache
> +
>  exit 0

It looks to me that this hasn't been committed.  Did anybody have
concerns with it, or did it just slip through the cracks?  (not eager
to upgrade autoconf on my box to verify it :) )

-- 
Jeff Trawick | trawick@attglobal.net | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...