Hi,

Peter Johansson <peterandrejohans...@gmail.com> writes:

> This doesn't help you much, but if I set
> AC_INIT([GNU Guile], [1.0], [em...@example.org])
>
> I get (using autoconf 2.64 and automake 1.11):
> PACKAGE = guile
> PACKAGE_NAME = GNU Guile
> PACKAGE_TARNAME = guile
>
> IIRC, the first one is set by automake and the two others are set by
> autoconf.

Indeed, $PACKAGE was being set in ‘configure’ via our ‘GUILE-VERSION’
script.  Removing that definition fixes the problem.  Thanks!

It remains that Automake’s definition of $PACKAGE is contrary to
Autoconf’s, AIUI (info "(autoconf) Initializing configure").

Ludo’.


Reply via email to