autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Akim Demaille
Subject: Re: help2man ... (Re: man2html problem)
Date: 14 Jun 2001 17:06:09 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Copyleft)

| >>> "Akim" == Akim Demaille <address@hidden> 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> +if test -z "$install_sh"; then
|  Akim> +   for install_sh in "$ac_aux_dir/install-sh" \
|  Akim> +                     "$ac_aux_dir/install.sh" \
|  Akim> +                     "${am_missing_run}${ac_auxdir}/install-sh";
|                                                     ^^^^^^
| s/auxdir/aux_dir/

Oops, it's not even something that works for 2.13.  Both 2.13 and 2.50
use aux_dir.

| I'm afraid this bug is still here :(  I've fixed it at least two
| times but that was implicit in patches that aimed at replacing $ac_aux_dir
| with $am_aux_dir defined below, and that were refused.

Today, this code is not run.  I'd like to stick to master files, so
since it's harmless as far as Autoconf is concerned, I'll leave it as
is.

Nonetheless, thanks for the information!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]