Benjamin Reed wrote:
> 
> I'm trying to make a package for squid, and it's got one small configure
> error.  I swear I've seen something about this before but I can't for
> the life of me find any reference to it in the list archives.
> 
> When I run configure, I end up with a bunch of lines like:
> 
>   creating Makefile
>   sed: file conftest.s1 line 33: Unterminated `s' command
>   creating lib/Makefile
>   sed: file conftest.s1 line 33: Unterminated `s' command
> 
> The problem is in config.status, I'm ending up with double-lines like:
> 
>   s%@ACLOCAL@%${SHELL} /tmp/squid-2.5.PRE4/cfgaux
>   /tmp/squid-2.5.PRE4/cfgaux/missing --run aclocal%g
> 
> ...which are supposed to be on one line.

The plot thickens...
This is exactly the same bug Matthias Neeracher was writing about! It's
zsh interpreting CDPATH differently from what it is supposed to.

Why does this reappear suddenly? It seemed to have disappeared last
September with OSX 10.1, and now it reappears with 10.1.3. Or is it a
regression in one of the auto* tools?
 
> Is there anything short of rerunning autoconf and friends I can do to
> make this work?

It would be interesting to see if it goes away if you rerun the auto
guys. I doubt it.

-- 
Martin

_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to