[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: adding URL to --help output
From: |
Eric Blake |
Subject: |
Re: adding URL to --help output |
Date: |
Wed, 28 Jan 2009 06:18:13 -0700 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19 Mnenhy/0.7.5.666 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
According to Ralf Wildenhues on 1/28/2009 12:50 AM:
> Overall the series looks ok to me. `./config.status --version' output
> of Autoconf itself (re-autoreconf'ed) is missing a year, though. Is
> that tested?
Thanks; I missed that RELEASE_YEAR was not AC_SUBST'd, just defined in
bin/Makefile.am; copying it to tests/Makefile.am fixed it. With patch 4
amended, I've now pushed the series.
> Why go backward incompatible if you don't have to?
As far as I can tell, no one uses the second argument. But if we wanted
to preserve backwards compatibility, we could do:
m4_define([AC_COPYRIGHT],
[m4_if([$#], [2],
[m4_ifdef([_m4_divert($2)], <$2 is diversion name>,
<$2 is filter>)],
[<$2 is diversion name or empty, $3 is filter or empty>])])
But that's all idle talk until we decide that it is worthwhile to document
the filter argument of AC_COPYRIGHT or m4_copyright_condense; for now I'm
happy to leave them as use-at-your-own-risk internals.
- --
Don't work too hard, make some time for fun as well!
Eric Blake address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkmAWxUACgkQ84KuGfSFAYA/BwCdGgXdOsdZQ51fSgRmeXzkHQiP
5A8AoL7zfy7pCwHV1gJhc6t2IWg7mzKT
=OPy+
-----END PGP SIGNATURE-----