[tor-bugs] #8155 [Tor]: autogen requires libtool
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Mar 19 17:09:08 UTC 2013
#8155: autogen requires libtool
---------------------------+------------------------------------------------
Reporter: mazda | Owner:
Type: defect | Status: closed
Priority: normal | Milestone: Tor: unspecified
Component: Tor | Version: Tor: 0.2.4.9-alpha
Resolution: worksforme | Keywords: tor-client
Parent: | Points:
Actualpoints: |
---------------------------+------------------------------------------------
Changes (by nickm):
* status: needs_information => closed
* resolution: => worksforme
Comment:
Here's the offending line:
{{{
$libtoolize_supports_install = `$libtoolize --help` =~ /--install/;
}}}
Note that it executes libtoolize to see whether it supports "--install"
whether it is later going to call "libtoolize" or not. This is a bug in
ubuntu, I think: when I went to look at the ubuntu source for this
package, I found that they had added the line in their version of
autoreconf -- it isn't in the autoreconf that the GNU project ships, and
is added in ubuntu's diff.
Closing as "works for me" -- please feel free to report this on libtool's
bugtracker if you want to help them out.
Thanks for helping track this down!
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8155#comment:5>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list