On 14/03/2020 16:05, Paul Eggert wrote:
On 3/14/20 2:36 AM, Ross Burton wrote:
On 14/03/2020 01:03, Paul Eggert wrote:
On 3/13/20 3:42 PM, Ross Burton wrote:
Should autoconf build from tarball without help2man?
Yes, it should.
Can someone else verify that this is working?
I said that it
On 3/14/20 2:36 AM, Ross Burton wrote:
On 14/03/2020 01:03, Paul Eggert wrote:
On 3/13/20 3:42 PM, Ross Burton wrote:
Should autoconf build from tarball without help2man?
Yes, it should.
Can someone else verify that this is working?
I said that it *should* work, not that it *does* work
On 14/03/2020 01:03, Paul Eggert wrote:
On 3/13/20 3:42 PM, Ross Burton wrote:
Should autoconf build from tarball without help2man?
Yes, it should.
Can someone else verify that this is working? For me a tarball built
from git master refuses to build without help2man installed.
Ross
On 3/13/20 3:42 PM, Ross Burton wrote:
Should autoconf build from tarball without help2man?
Yes, it should.
Hi,
Should autoconf build from tarball without help2man? I built a tarball
of git master with 'make dist' but when I attempt to build that on
another system it fails if help2man isn't present. Shouldn't this be a
requirement only for the git builds? 2.69 doesn
> /home/bfriesen/src/gnu/libtool-head/libltdl/config/missing: line 54:
> > > help2man: c ommand not found
> > > WARNING: `help2man' is missing on your system. You should only need it
> > > if
> > > you modified a dependency of a manual page. Y
ome/bfriesen/src/gnu/libtool-head/libltdl /config/missing --run
> > help2man --output=/home/bfriesen/src/gnu/libtool-head/doc/ libtool.1
> > --help-option=--help-all libtool
> > /home/bfriesen/src/gnu/libtool-head/libltdl/config/missing: line 54:
> > help2man: c om
| >>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
| [...]
|
| I think that by stealing CVS automake files you are putting
| "beta-quality" content into autoconf.
|
| Akim> +++ m4/missing.m4 2001/06/13 16:23:38
|
| [...]
|
| Akim> +AC_DEFUN([AM_MISSING_INSTALL_SH],
| Akim> +[AC_REQU
>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
[...]
I think that by stealing CVS automake files you are putting
"beta-quality" content into autoconf.
Akim> +++ m4/missing.m4 2001/06/13 16:23:38
[...]
Akim> +AC_DEFUN([AM_MISSING_INSTALL_SH],
Akim> +[AC_REQUIRE([AM_MISSING_HAS_RUN]
>>>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
Akim> [Extending missing as opposed to playing with `help2man
Akim> --version`.]
You're gonna laugh Alexander...
The including `missing' had already help2man support, and Autoconf
wrote:
>
> [Cc to Autoconf, since it does matter.]
>
> >>>>> "Alexander" == Alexander Mai <[EMAIL PROTECTED]> writes:
>
> [Extending missing as opposed to playing with `help2man --version`.]
>
> >> I insist. That's the way to go.
&
[Cc to Autoconf, since it does matter.]
>>>>> "Alexander" == Alexander Mai <[EMAIL PROTECTED]> writes:
[Extending missing as opposed to playing with `help2man --version`.]
>> I insist. That's the way to go.
Alexander> That's the #%@!
On Mon, May 01, 2000 at 04:13:09PM -0400, Pavel Roskin wrote:
>Hello!
>
>> Why not just include it in the CVS? It is really small. Anything that
>> will make autoconf 2.14 easier to install is a good thing.
>>
>> help2man-1.020.tar.gz 32 k
>
>In fact,
>>>>> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes:
F
Akim> IMHO the right patch is to teach `help2man' to `missing'.
Alexandre> Or adjust autoconf's Makefiles to proceed even if help2man
Alexandre> fails.
Hm, I don't und
Hello!
> Why not just include it in the CVS? It is really small. Anything that
> will make autoconf 2.14 easier to install is a good thing.
>
> help2man-1.020.tar.gz 32 k
In fact, help2man itself is just 11493 butes long.
We only need to substitute @PERL@ there.
But we prob
Why not just include it in the CVS? It is really small. Anything that
will make autoconf 2.14 easier to install is a good thing.
help2man-1.020.tar.gz 32 k
Mo Dejong
Red Hat Inc.
On Mon, 1 May 2000, Pavel Roskin wrote:
> Hello!
>
> Shouldn't Autoconf sources mention som
Hello!
Shouldn't Autoconf sources mention somewhere what is the right version of
help2man and where to get it? Maybe we need a file HACKING?
Regards,
Pavel Roskin
On Apr 28, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote:
> Are you saying that this "missing" script is actually part of
> the automake dist?
It is.
--
Alexandre OlivaEnjoy GuaranĂ¡, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com
Fre
On Apr 28, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote:
> I think `missing' should not exit 0 when it doesn't know what to do
Agreed.
> IMHO the right patch is to teach `help2man' to `missing'.
Or adjust autoconf's Makefiles to proceed even if help2man
ow what to do". I would think that a warning
should return 0 in all cases.
> I suppose this is debatable.
>
> IMHO the right patch is to teach `help2man' to `missing'. It does
> need to know a lot about it, the most important being --output. Then
> missing shal
>>>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
Akim> IMHO the right patch is to teach `help2man' to `missing'. It
Akim> does need to know a lot about it, the most important being
s/does/doesn't/, sorry.
Akim> --output.
I don't think your patch is right: you are hiding a problem. I think
`missing' should not exit 0 when it doesn't know what to do, but
I suppose this is debatable.
IMHO the right patch is to teach `help2man' to `missing'. It does
need to know a lot about it, the most
e in position of a maintainer. Autoconf, once completely packed,
> will not require help2man.
>
> Nevertheless, the CVS repo is keeping all the files up to date, with
> all the dependencies satisfied.
>
> Mo> The error message seems to
> Mo> indicate that not having the pr
.
Tom> FYI, cvs doesn't preserve relative timestamps.
OK, thanks.
Tom> This is one reason that AM_MAINTAINER_MODE refuses to die.
Over my dead body :)
I see no relationship with AM_BROKEN_MODE here, I did use `missing',
since `help2man' is a maintainer tool, but probably failed to use it
properly.
Akim
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
Akim> Nevertheless, the CVS repo is keeping all the files up to date, with
Akim> all the dependencies satisfied.
FYI, cvs doesn't preserve relative timestamps. This is one reason
that AM_MAINTAINER_MODE refuses to die.
Tom
iner. Autoconf, once completely packed,
> will not require help2man.
that's a goal (but in practice, I've seen a number of programs packaged
that don't achieve that goal - about half the time I simply delete them).
> Akim
--
Thomas E. Dickey
[EMAIL PROTECTED]
http://www.clark.net/pub/dickey
>>>>> "Mo" == Mo DeJong <[EMAIL PROTECTED]> writes:
Mo> Why does autoconf require another program to install?
Because you're referring to the CVS tarball, hence you shall be ready
to be in position of a maintainer. Autoconf, once completely packed,
will n
Why does autoconf require another program to install? This other
program is not included in the CVS. The error message seems to
indicate that not having the program is not critical (
see the WARNING: message) but the "make install" fails
to run without the help2man program.
Updatin
28 matches
Mail list logo