Re: a recent change to config.h

2002-04-25 Thread Angus Leeming
On Thursday 25 April 2002 12:40 pm, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Ususally, this results in config.h being unchanged, but not > Angus> this time. It is totally altered, mostly by a re-ordering of > Angus> the variables which mak

Re: a recent change to config.h

2002-04-25 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Ususally, this results in config.h being unchanged, but not Angus> this time. It is totally altered, mostly by a re-ordering of Angus> the variables which makes it hard to see if anything has really Angus> changed. I changed an A

Re: a recent change to config.h

2002-04-25 Thread R. Lahaye
Angus Leeming wrote: > > > OLD #define HAVE_SYS_STAT_H 1 > > NEW > > > > Why are these no longer in my config.h file. They're not even undef-ed. > > They have just vanished. > > I finally used grep to good effect. They aren't used in the source either. > Panic over. > Angus I vaguely remember,

Re: a recent change to config.h

2002-04-25 Thread Angus Leeming
On Thursday 25 April 2002 11:11 am, Angus Leeming wrote: > On Thursday 25 April 2002 10:51 am, Andre Poenitz wrote: > > > Angus Leeming <[EMAIL PROTECTED]> writes: > > > | So I wrote a little script: > > > > I wonder whether "sort" would have helped... > > > > Andre' > > Probably. > > But that's

Re: a recent change to config.h

2002-04-25 Thread Angus Leeming
On Thursday 25 April 2002 10:51 am, Andre Poenitz wrote: > > Angus Leeming <[EMAIL PROTECTED]> writes: > > | So I wrote a little script: > > I wonder whether "sort" would have helped... > > Andre' Probably. But that's not the real point. This is. OLD #define HAVE_MEMORY_H 1 NEW OLD #define H

Re: a recent change to config.h

2002-04-25 Thread Andre Poenitz
> Angus Leeming <[EMAIL PROTECTED]> writes: > | So I wrote a little script: I wonder whether "sort" would have helped... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: a recent change to config.h

2002-04-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Iast night I updated my copy of cvs. Last time I did this was maybe | two days ago. > | I find that I have to run autogen.sh and configure; fair enough. > | Ususally, this results in config.h being unchanged, but not this time. It is | totally altered