[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Directory names should use $(PACKAGE_TARNAME), not $(PACKAGE)
From: |
Ludovic Courtès |
Subject: |
Re: Directory names should use $(PACKAGE_TARNAME), not $(PACKAGE) |
Date: |
Wed, 18 Nov 2009 14:16:24 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Hi Peter,
Peter Johansson <address@hidden> writes:
> Ludovic Courtès wrote:
>> Hello,
>>
>> I recently changed Guile so that PACKAGE is “GNU Guile” (instead of
>> “guile”), while PACKAGE_TARNAME remains “guile”.
>>
>>
> I wonder how you did that. Could you please post your AC_INIT line,
> and AM_INIT_AUTOMAKE if you set PACKAGE the old school way.
The ‘configure.ac’ file:
http://git.savannah.gnu.org/gitweb/?p=guile.git;a=blob;f=configure.ac;h=476a73c75e5f415af7b60b22166f61458b19bc38;hb=e17b58c22e50a515a1c14bd4f93372bf3df75b9a
The actual change is at:
http://git.savannah.gnu.org/gitweb/?p=guile.git;a=blobdiff;f=GUILE-VERSION;h=a7942a188b3250a3233b8721b7c5d6de635371ce;hp=7ec8d742ba6f0a93d149888889482450735fa6d0;hb=4f02b98d0ed4a314916c69a225d7a45dda3f5f8c;hpb=8bcecbd302912f802026b00fbd15abc93c81860c
And a workaround:
http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commitdiff;h=53da7372beca90a58b7401a84627815289a53d11
Thanks,
Ludo’.