diff options
author | Stewart Smith <stewart@flamingspork.com> | 2012-08-03 08:59:32 +1000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-09 11:03:47 -0400 |
commit | 12aa553349ed7e630fcec9a60dfde7137e1684de (patch) | |
tree | ff2b80c4c4970706ca00e3ae7f27bbd0e660b39e /configure.in | |
parent | e612179e09d88b4b1da3c2d046a19c8652e279a1 (diff) | |
download | tor-12aa553349ed7e630fcec9a60dfde7137e1684de.tar.gz tor-12aa553349ed7e630fcec9a60dfde7137e1684de.zip |
remove contrib/Makefile and contrib/suse/Makefile from configure.in
(otherwise would throw an error of "required file X" not found as part
of autogen.sh)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 7b7d5fbb0c..d4b3acb4c4 100644 --- a/configure.in +++ b/configure.in @@ -1318,8 +1318,6 @@ CPPFLAGS="$CPPFLAGS $TOR_CPPFLAGS_libevent $TOR_CPPFLAGS_openssl $TOR_CPPFLAGS_z AC_CONFIG_FILES([ Doxyfile Makefile - contrib/Makefile - contrib/suse/Makefile contrib/suse/tor.sh contrib/tor.logrotate contrib/tor.sh |