diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-07 16:23:48 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-07 16:23:48 -0500 |
commit | 0e597471aff206460f02999d6ea9e1e3243ef945 (patch) | |
tree | 28c3d1ea48ab46b37f409a2d8ac9ae25b79ab8dd /Makefile.am | |
parent | e5b07ba17947ba4782cbac8f12de7024b2969c99 (diff) | |
download | tor-0e597471aff206460f02999d6ea9e1e3243ef945.tar.gz tor-0e597471aff206460f02999d6ea9e1e3243ef945.zip |
Use a nicely written autoconf macro to determine the sign of a type
This beats our old implementation, which wouldn't work when cross-compiling
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2854763d25..4639c22c41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,8 @@ # 1.9 means we require automake vesion 1.9 AUTOMAKE_OPTIONS = foreign 1.9 subdir-objects +ACLOCAL_AMFLAGS = -I m4 + noinst_LIBRARIES= EXTRA_DIST= noinst_HEADERS= |