serval-dna/m4
2012-04-23 12:05:00 +09:30
..
ax_jni_include_dir.m4 Native build now supports JNI code on GNU/Linux 2012-04-20 16:57:36 +09:30
ax_prog_javac_works.m4 Make javac and jni.h optional in ./configure 2012-04-23 12:05:00 +09:30
ax_prog_javac.m4 Native build now supports JNI code on GNU/Linux 2012-04-20 16:57:36 +09:30
README.txt Native build now supports JNI code on GNU/Linux 2012-04-20 16:57:36 +09:30

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