bug-gnulib
[Top][All Lists]
Advanced

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

Re: version-etc not working with autoconf 2.61


From: Eric Blake
Subject: Re: version-etc not working with autoconf 2.61
Date: Sat, 21 Nov 2009 13:12:57 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Andy Wingo on 11/21/2009 10:59 AM:
> Hello,
> 
> I just applied this to Guile. Perhaps something like it should go into
> Gnulib?

Gnulib pre-assumes that you are using Automake, and automake generally
guarantees that PACKAGE is defined.  What is guile doing that violates
this assumption?

>     fix version-etc for older autoconf

It's not strictly for older autoconf; rather, it's for packages that
somehow leave PACKAGE undefined.  Why is PACKAGE_TARNAME any more likely
to exist than PACKAGE?

>    printf (_("%s home page: <http://www.gnu.org/software/%s/>\n"),
> -       PACKAGE_NAME, PACKAGE);
> +       PACKAGE_NAME, PACKAGE_TARNAME);

- --
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/

iEYEARECAAYFAksISckACgkQ84KuGfSFAYAwnQCfQg0/P9TABc2hiQgfCb+Ok56N
2DwAn1+tGROekgyljYOgez8YWwfLUVvv
=hFeN
-----END PGP SIGNATURE-----




reply via email to

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