Re: Print Libtool project URL in program --help output.

2010-06-15 Thread Ralf Wildenhues
* Bob Friesenhahn wrote on Sun, Jun 13, 2010 at 06:16:15PM CEST: On Sun, 13 Jun 2010, Ralf Wildenhues wrote: Tested with git Autoconf and 2.62. OK? This change looks fine to me. Thanks for the review. I had applied this, but it turns out it wasn't complete after all. The bootstrap script

Re: Print Libtool project URL in program --help output.

2010-06-15 Thread Bob Friesenhahn
On Tue, 15 Jun 2010, Ralf Wildenhues wrote: * Bob Friesenhahn wrote on Sun, Jun 13, 2010 at 06:16:15PM CEST: On Sun, 13 Jun 2010, Ralf Wildenhues wrote: Tested with git Autoconf and 2.62. OK? This change looks fine to me. Thanks for the review. I had applied this, but it turns out it

Re: Print Libtool project URL in program --help output.

2010-06-13 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sun, Jun 13, 2010 at 01:41:47PM CEST: Print Libtool project URL in program --help output. * configure.ac (AC_PREREQ): Require Autoconf 2.64 for Libtool. (AC_INIT): Set URL argument. * Makefile.am (edit): Substitute PACKAGE_URL.

Re: Print Libtool project URL in program --help output.

2010-06-13 Thread Ralf Wildenhues
Updated patch. This one doesn't require 2.64 any more, it just sets PACKAGE_URL itself with older Autoconfs, and it changes the PACKAGE_NAME to GNU Libtool. The GNU prefix lets Autoconf = 2.64 compute the right gnu.org web page automatically. This: * Ralf Wildenhues wrote on Sun, Jun 13, 2010

Re: Print Libtool project URL in program --help output.

2010-06-13 Thread Bob Friesenhahn
On Sun, 13 Jun 2010, Ralf Wildenhues wrote: * Ralf Wildenhues wrote on Sun, Jun 13, 2010 at 01:41:47PM CEST: I'd like to change PACKAGE to be 'GNU libtool' eventually, but that affects things like grepping generated .lo and .la files, and I don't want to go there right now. turned out to be a