autoconf
[Top][All Lists]
Advanced

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

Re: Autoconf speedup


From: Zdenek Kabelac
Subject: Re: Autoconf speedup
Date: Thu, 18 Apr 2002 17:27:05 +0200
User-agent: Mutt/1.3.28i

On Thu, Apr 18, 2002 at 05:19:41PM +0200, Akim Demaille wrote:
> >>>>> "Zdenek" == Zdenek Kabelac <address@hidden> writes:
> 
> So try this:
> 
> perl -pi.bak -e 's/ac_max_sed_lines=48/ac_max_sed_lines=99999/' **/configure
> 

Well perl was one of the solutions - but I'd probably have more belived
in include 'Makefile.ac'  where all such replacemnt would be made just
once and used for all other Makefiles.

As I said - most modern boxes do support such feature so I think
with option like --gnu-system this would be acceptable solution I guess


As for the perl speedup - if you will be processing each file with
new instance of perl and perl will have to generate all regexs again
there would be hardly any speed gain - it would require to
take a list of Makefiles & list of regular expresions - then you
would have seen speed difference.

-- 
  .''`.  Which fundamental human right do you want to give up today?
 : :' :      Debian GNU/Linux maintainer - www.debian.{org,cz}
 `. `'  Zdenek Kabelac  address@hidden, users.sf.net, fi.muni.cz}
   `-              When in doubt, just blame the Euro. :)



reply via email to

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