mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
r14641@catbus: nickm | 2007-08-17 17:53:14 -0400
Stop running ./configure from autogen.sh. "Let's see if anybody complains!" says Roger. svn:r11159
This commit is contained in:
parent
08a640c54b
commit
c5893e5035
@ -12,6 +12,8 @@ Changes in version 0.2.0.5-alpha - 2007-??-??
|
|||||||
do not define s6_addr16 or s6_addr32.
|
do not define s6_addr16 or s6_addr32.
|
||||||
- Fix compile on platforms without getaddrinfo: bug found by Li-Hui
|
- Fix compile on platforms without getaddrinfo: bug found by Li-Hui
|
||||||
Zhou.
|
Zhou.
|
||||||
|
- Do not automatically run configure from autogen.sh. This non-standard
|
||||||
|
behavior tended to annoy people who have built other programs.
|
||||||
|
|
||||||
o Minor features (directory servers):
|
o Minor features (directory servers):
|
||||||
- When somebody requests a list of statuses or servers, and we have
|
- When somebody requests a list of statuses or servers, and we have
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Run this to generate all the initial makefiles, etc.
|
# Run this to generate all the initial makefiles, etc.
|
||||||
aclocal
|
aclocal && \
|
||||||
autoheader
|
autoheader && \
|
||||||
autoconf
|
autoconf && \
|
||||||
automake --add-missing --copy
|
automake --add-missing --copy
|
||||||
|
Loading…
Reference in New Issue
Block a user