autoconf
[Top][All Lists]
Advanced

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

Re: How does Autoconf produce PACKAGE_URL?


From: Eric Blake
Subject: Re: How does Autoconf produce PACKAGE_URL?
Date: Mon, 31 Oct 2011 11:42:30 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110928 Fedora/3.1.15-1.fc14 Lightning/1.0b3pre Mnenhy/0.8.4 Thunderbird/3.1.15

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, address@hidden, 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   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org



reply via email to

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