[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #2305 [Tor bundles/installation]: automake 1.6.3 leaves src/common/OpenBSD_malloc_Linux.c out of tarball
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs