]> git.ipfire.org Git - thirdparty/tor.git/commit
Kludge include.am to work with automake <1.12
authorNick Mathewson <nickm@torproject.org>
Fri, 24 Apr 2015 12:41:53 +0000 (08:41 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 24 Apr 2015 12:41:53 +0000 (08:41 -0400)
commitd579d751dc03c4a2f8dd31b6928a88bdc10d49a0
tree42db77d47e3fea2abbdb2908de033c6494b07ce8
parentecf98313d673f010b52f8d29c352cd9b8f145734
Kludge include.am to work with automake <1.12

The SH_LOG_COMPILER feature doesn't work with older automakes, and
those are still in use in many environments we want to support
development on, like Debian Stable.

Instead, use autoconf substitution to fill out the shebang lines on
the shell scripts, and an intermediate make target to make them
executable.

This is a bugfix on the patches for #15344.  Bug not in any released
tor.
src/test/include.am
src/test/test_bt.sh.in
src/test/test_ntor.sh.in
src/test/test_zero_length_keys.sh.in