[tor-bugs] #2305 [Tor bundles/installation]: automake 1.6.3 leaves src/common/OpenBSD_malloc_Linux.c out of tarball
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Mon Dec 20 13:48:44 UTC 2010
#2305: automake 1.6.3 leaves src/common/OpenBSD_malloc_Linux.c out of tarball
--------------------------------------+-------------------------------------
Reporter: arma | Owner: erinn
Type: defect | Status: new
Priority: normal | Milestone:
Component: Tor bundles/installation | Version:
Keywords: | Parent:
--------------------------------------+-------------------------------------
{{{
# Makefile.in generated by automake 1.10.1 from Makefile.am.
[...]
libor_a_LIBADD =
am__libor_a_SOURCES_DIST = address.c log.c util.c compat.c container.c \
mempool.c memarea.c OpenBSD_malloc_Linux.c
#am__objects_1 = \
# OpenBSD_malloc_Linux.$(OBJEXT)
}}}
compare to
{{{
# Makefile.in generated by automake 1.6.3 from Makefile.am.
[...]
libor_a_LIBADD =
#am__objects_1 = OpenBSD_malloc_Linux.$(OBJEXT)
am__objects_1 =
}}}
Is the different version really what makes the difference?
Should we make our 'make dist' more robust to what automake version you
pick?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/2305>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list