Re: autoconf git and no host help2man

2020-03-16 Thread Ross Burton
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

Re: autoconf git and no host help2man

2020-03-14 Thread Paul Eggert
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

Re: autoconf git and no host help2man

2020-03-14 Thread Ross Burton
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

Re: autoconf git and no host help2man

2020-03-13 Thread Paul Eggert
On 3/13/20 3:42 PM, Ross Burton wrote: Should autoconf build from tarball without help2man? Yes, it should.

autoconf git and no host help2man

2020-03-13 Thread Ross Burton
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&#

Re: help2man missing

2008-12-04 Thread Ralf Wildenhues
> /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

Re: help2man missing

2008-12-04 Thread Patrick Welche
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

Re: help2man ... (Re: man2html problem)

2001-06-14 Thread Akim Demaille
| >>> "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

Re: help2man ... (Re: man2html problem)

2001-06-14 Thread Alexandre Duret-Lutz
>>> "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]

Re: help2man ... (Re: man2html problem)

2001-06-13 Thread Akim Demaille
>>>>> "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&#

Re: help2man ... (Re: man2html problem)

2001-06-13 Thread Alexander Mai
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. &

Re: help2man ... (Re: man2html problem)

2001-06-13 Thread Akim Demaille
[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 #%@!

Re: help2man

2000-05-05 Thread Brendan O'Dea
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,

Re: Autoconf fails to install without help2man

2000-05-02 Thread Akim Demaille
>>>>> "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

Re: help2man

2000-05-01 Thread Pavel Roskin
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

Re: help2man

2000-05-01 Thread Mo DeJong
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

help2man

2000-05-01 Thread Pavel Roskin
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

Re: Autoconf fails to install without help2man

2000-04-29 Thread Alexandre Oliva
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

Re: Autoconf fails to install without help2man

2000-04-29 Thread Alexandre Oliva
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

Re: Autoconf fails to install without help2man

2000-04-28 Thread Mo DeJong
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

Re: Autoconf fails to install without help2man

2000-04-28 Thread Akim Demaille
>>>>> "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.

Re: Autoconf fails to install without help2man

2000-04-28 Thread Akim Demaille
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

Re: Autoconf fails to install without help2man

2000-04-28 Thread Mo DeJong
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

Re: Autoconf fails to install without help2man

2000-04-27 Thread Akim Demaille
. 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

Re: Autoconf fails to install without help2man

2000-04-27 Thread Tom Tromey
> "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

Re: Autoconf fails to install without help2man

2000-04-27 Thread T.E.Dickey
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

Re: Autoconf fails to install without help2man

2000-04-27 Thread Akim Demaille
>>>>> "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

Autoconf fails to install without help2man

2000-04-27 Thread Mo DeJong
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