On 10/29/2011 11:33 PM, Peter Johansson wrote:
On 10/29/11 11:57 PM, Eli Zaretskii wrote:
AC_INIT([GNU Awk], 3.1.84, bug-gawk@xxxxxxx, gawk)
Is there some kind of default somewhere?
Yes, if I understand `general.m4' correctly default is
http://www.gnu.org/software/AC_PACKAGE_TARNAME
if AC_PACKAGE_NAME contains GNU
Correct, and this is documented:
https://www.gnu.org/software/autoconf/manual/autoconf.html#Initializing-configure
AC_PACKAGE_URL, PACKAGE_URL
Exactly url, if one was provided. If url was empty, but package
begins with ‘GNU ’, then this defaults to
‘http://www.gnu.org/software/tarname/’;, otherwise, no URL is assumed.
--
Eric Blake eblake@xxxxxxxxxx +1-801-349-2682
Libvirt virtualization library http://libvirt.org
_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
https://lists.gnu.org/mailman/listinfo/autoconf