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

2010-06-15 Thread Ralf Wildenhues
against the patch below to fix this? I'll otherwise push it soonish. Print Libtool project URL in program --help output. * configure.ac (AC_INIT): Set PACKAGE argument to `GNU Libtool', so Autoconf knows this is GNU software. For Autoconf 2.64, if AC_PACKAGE_URL is not defined

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

2010-06-15 Thread Bob Friesenhahn
correctly at all. And more fallout. Any reasons against the patch below to fix this? I'll otherwise push it soonish. For what it's worth, this change also looks fine to me. You should be able to apply this and advance to step #3, which is hopefully a NOP. Bob Print Libtool project URL

Print Libtool project URL in program --help output.

2010-06-13 Thread Ralf Wildenhues
there right now. I am not (yet) mentioning other mailing lists, that is logically an orthogonal issue IMVHO. Thanks, Ralf 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

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. ($(srcdir

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

2010-06-13 Thread Ralf Wildenhues
change wrt. the previous patch iteration is a safe-guard in the func_help to avoid possible double output of help lines. Tested with git Autoconf and 2.62. OK? Thanks, Ralf Print Libtool project URL in program --help output. * configure.ac (AC_INIT): Set PACKAGE argument to `GNU

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

2010-06-13 Thread Bob Friesenhahn
, Ralf Print Libtool project URL in program --help output. * configure.ac (AC_INIT): Set PACKAGE argument to `GNU Libtool', so Autoconf knows this is GNU software. For Autoconf 2.64, if AC_PACKAGE_URL is not defined, substitute PACKAGE_URL. * Makefile.am (edit): Substitute PACKAGE_URL