On Wednesday 09 May 2007 1:16 pm, Rob Landley wrote:
> >      fi
> >      if test x"$bindir" = x""; then
> > -        bindir="${execprefix}/bin"
> > +        bindir="\$(prefix)/bin"
> >      fi
> >      if test x"$docdir" = x""; then
> > -        docdir="$prefix/share/doc/tcc"
> > +        docdir="\$(prefix)/share/doc/tcc"
> 
> But I'm not that interested in making extensive changes to the script to
> humor a broken shell.

Hang on, looking more closely, you're mixing different things here.  The 
switch from $prefix to \$(prefix) isn't the same kind of change as the switch 
from execprefix->prefix.  That's a different variable.

What exactly are you trying to accomplish here?

Rob


_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to