emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#13519: closed (AM_INIT_AUTOMAKE (1.13), suggest no


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13519: closed (AM_INIT_AUTOMAKE (1.13), suggest non-existing URL for in two- and three-arguments deprecation message)
Date: Tue, 22 Jan 2013 09:59:02 +0000

Your message dated Tue, 22 Jan 2013 10:57:20 +0100
with message-id <address@hidden>
and subject line Re: bug#13519: AM_INIT_AUTOMAKE (1.13), suggest non-existing 
URL for in two- and three-arguments deprecation message
has caused the debbugs.gnu.org bug report #13519,
regarding AM_INIT_AUTOMAKE (1.13), suggest non-existing URL for  in two- and 
three-arguments deprecation message
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13519: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13519
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: AM_INIT_AUTOMAKE (1.13), suggest non-existing URL for in two- and three-arguments deprecation message Date: Mon, 21 Jan 2013 23:40:41 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15
Hi automake developers,

1) defect
Bootstrap of quite recent release of one project automake 1.13 produce following warning:
...
#configure.ac:27: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: #configure.ac:27: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation
...

Hyperlink "Modernize-AM_INIT_AUTOMAKE-invocation" does not exist in current page. As result I can not include proper automake reference in bug report to package authors.

It seems to me closed to topic is link '#Public-Macros' in current (2013-01-21) manual.

Please correct URL in warning message.


2) enhancement
AM_INIT_AUTOMAKE paragraph ends with following :
....
By default this macro AC_DEFINE's PACKAGE and VERSION. This can be avoided by passing the no-define option:

          AM_INIT_AUTOMAKE([gnits 1.5 no-define dist-bzip2])
---
Probably correct suggestion is just AM_INIT_AUTOMAKE([1.5 no-define]) and for details to refer again to macro options directly to chapter "17.2 List of Automake options". Manual must not suggest gnits and dist-bzip2 as project distribution policy could be less restrictive (foreign) or authors may prefer dist-xz or dist-gzip.


Regards,
Roumen Petrov



--- End Message ---
--- Begin Message --- Subject: Re: bug#13519: AM_INIT_AUTOMAKE (1.13), suggest non-existing URL for in two- and three-arguments deprecation message Date: Tue, 22 Jan 2013 10:57:20 +0100
On 01/21/2013 10:40 PM, Roumen Petrov wrote:
> Hi automake developers,
> 
> 1) defect
> Bootstrap of quite recent release of one project automake 1.13 produce 
> following warning:
> ...
> #configure.ac:27: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms 
> are deprecated.  For more info, see:
> #configure.ac:27: 
> http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation
> ...
> 
> Hyperlink "Modernize-AM_INIT_AUTOMAKE-invocation" does not exist in current 
> page.
>
> As result I can not include proper automake reference in bug report to 
> package authors.
> 
> It seems to me closed to topic is link '#Public-Macros' in current 
> (2013-01-21) manual.
> 
> Please correct URL in warning message.
>
Should be fixed now (see first attached patch).

> 
> 2) enhancement
> AM_INIT_AUTOMAKE paragraph ends with following :
> ....
> By default this macro AC_DEFINE's PACKAGE and VERSION. This can be avoided by 
> passing the no-define option:
> 
>           AM_INIT_AUTOMAKE([gnits 1.5 no-define dist-bzip2])
> ---
> Probably correct suggestion is just AM_INIT_AUTOMAKE([1.5 no-define])
>
Or even better, simply "AM_INIT_AUTOMAKE([no-define ...])".  Done with the
second attached patch.

> and for details to refer again to macro options directly to chapter
> "17.2 List of Automake options".
>
Good idea.  Done as well.

> Manual must not suggest gnits and dist-bzip2 as project distribution policy 
> could be less
> restrictive (foreign) or authors may prefer dist-xz or dist-gzip.
> 
> 
> Regards,
> Roumen Petrov
> 
> 

I'm now closing this bug report.

Thanks,
  Stefano


Attachment: 0001-warn-correct-broken-hyperlink-in-warning-message.patch
Description: Text Data

Attachment: 0001-docs-no-define-option-and-AM_INIT_AUTOMAKE-three-arg.patch
Description: Text Data


--- End Message ---

reply via email to

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