mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-06 19:19:16 +00:00
f6c2706796
These macros copied in from the Autoconf Macro Archive were missing support for the following attributes: - AX_GCC_VAR_ATTRIBUTE() for __attribute__(section("...")) - AX_GCC_FUNC_ATTRIBUTE() for __attribute__(returns_nonnull) This commit fixes them. (The versions in aclocal.m4 were already fixed, but aclocal.m4 is about to be removed from version control.)
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