On Thu, Apr 18, 2002 at 05:19:41PM +0200, Akim Demaille wrote:
> >>>>> "Zdenek" == Zdenek Kabelac <[EMAIL PROTECTED]> 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  kabi@{debian.org, users.sf.net, fi.muni.cz}
   `-              When in doubt, just blame the Euro. :)

Reply via email to