Opened 12 years ago
Closed 12 years ago
#38796 closed defect (fixed)
http-fetcher @1.1.0: fix underquoted macro warning
Reported by: | cooljeanius (Eric Gallager) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: | http-fetcher |
Description
When MacPorts runs aclocal
as part of autoreconf
, it often results in the following warning on my current system:
/opt/local/share/aclocal/http-fetcher.m4:13: warning: underquoted definition of AC_PATH_HFETCHER /opt/local/share/aclocal/http-fetcher.m4:13: run info Automake 'Extending aclocal' /opt/local/share/aclocal/http-fetcher.m4:13: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
port provides /opt/local/share/aclocal/http-fetcher.m4
returns:
/opt/local/share/aclocal/http-fetcher.m4 is provided by: http-fetcher
This should be pretty easy to fix, it's just adding an extra set of brackets to the AC_DEFUN part. Also this port is nomaintainer so anyone can fix it.
Change History (2)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
r105245