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
> "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
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,
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
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
> 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)
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