Coding convention: use of `!x' vs. `! x'

Phil Edwards pedwards@disaster.jaj.com
Mon Sep 25 11:32:00 GMT 2000


On Mon, Sep 25, 2000 at 11:08:42AM +0200, Akim Demaille wrote:
> 
> Would you say much of the problems are coming from the fact that the
> standards support things like
> 
>         ./configure
>         make prefix=/foo
> 
> ?  I'm personally strongly in favor of deprecating this practice, and
> support only
> 
>         ./configure --prefix
>         make

Well, but

   configure --prefix=/foo
   make
   make prefix=/bar install

needs to be supported.


Phil

-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.


More information about the Gcc mailing list