switch "-lcrypto -lssl" to "-lssl -lcrypto" for broken distributions
[tor.git] / autogen.sh
blob5b97585997cfcf07affcbc4cf23e6b1637b0c2b0
1 #!/bin/sh
2 # Run this to generate all the initial makefiles, etc.
3 aclocal && autoheader && autoconf && automake
4 ./configure