tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Possible bug & patch to make configure Debian friendl


From: Rob Landley
Subject: Re: [Tinycc-devel] Possible bug & patch to make configure Debian friendly
Date: Wed, 9 May 2007 15:30:35 -0400
User-agent: KMail/1.9.1

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




reply via email to

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