mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 13:17:56 +00:00
36c7e492e8
- ./configure detects if javac and JDK are present - Makefile default target builds libservald.so - probably doesn't work on Mac OS X (yet) |
||
---|---|---|
.. | ||
ax_jni_include_dir.m4 | ||
ax_prog_javac_works.m4 | ||
ax_prog_javac.m4 | ||
README.txt |
The Autoconf macros in this directory were copied from the GNU Autoconf Archive http://www.gnu.org/software/autoconf-archive/ To use them, simply concatenate them all into the aclocal.m4 file in the project root directory: cd batphone/jni/servald cat m4/* >aclocal.m4 Then you can run autoconf with no special arguments: autoconf ./configure make