mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-27 14:49:37 +00:00
3f4ee701ec
Replaces symbolic links created from previous libtoolize -i (without -c) which of course do not work across all platforms.
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