[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] additions to autoconf files
From: |
Ralph Corderoy |
Subject: |
Re: [Groff] additions to autoconf files |
Date: |
Fri, 07 Jun 2002 10:06:53 +0100 |
Hi Bernd,
> > There's no point in it doing the test unless something takes note of
> > the result. And what is the code to do if some of those header
> > files are missing?
>
> What do you mean? In many places in the groff sources, there are
> `#ifdef's on limit.h.
Yes.
> If something isn't there you must provide it yourself - the variables
> from the autoconf test ensure that the right branch is selected
> automatically.
Exactly! "You must provide it yourself" -- therefore, Werner can't just
add in a check for every header file used unless he also puts thought
and effort into what to put into the `#if header_file_x_missing' branch.
But originally, you were saying that it was so easy to add checks for
every header file why no just do it? I'm saying above that there is no
point doing the check unless the code is also altered to cope with both
answers -- yes it's present versus no it isn't.
Cheers,
Ralph.
- [Groff] additions to autoconf files, Bernd Warken, 2002/06/05
- Re: [Groff] additions to autoconf files, Ralph Corderoy, 2002/06/05
- Re: [Groff] additions to autoconf files, Werner LEMBERG, 2002/06/06
- Re: [Groff] additions to autoconf files, Bernd Warken, 2002/06/06
- Re: [Groff] additions to autoconf files, Ralph Corderoy, 2002/06/06
- Re: [Groff] additions to autoconf files, Bernd Warken, 2002/06/06
- Re: [Groff] additions to autoconf files,
Ralph Corderoy <=
- Re: [Groff] additions to autoconf files, Werner LEMBERG, 2002/06/07
- Re: [Groff] additions to autoconf files, Bernd Warken, 2002/06/07
- Re: [Groff] additions to autoconf files, Werner LEMBERG, 2002/06/08
- Re: [Groff] additions to autoconf files, Ralph Corderoy, 2002/06/08
- Re: [Groff] additions to autoconf files, Werner LEMBERG, 2002/06/08
- Re: [Groff] additions to autoconf files, Werner LEMBERG, 2002/06/07
Re: [Groff] additions to autoconf files, Werner LEMBERG, 2002/06/06