Hi Ludo,
Ludovic Courtès wrote:
The ‘configure.ac’ file:
http://git.savannah.gnu.org/gitweb/?p=guile.git;a=blob;f=configure.ac;h=476a73c75e5f415af7b60b22166f61458b19bc38;hb=e17b58c22e50a515a1c14bd4f93372bf3df75b9a
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.
Sorry I can't help you more than that.
Peter