Bufius / cpuminer-vert

adapted CPU cgminer for vertcoin based on pooler-cpuminer
Other
24 stars 14 forks source link

On Mac OS X: configure.ac:113: error: possibly undefined macro: AC_MSG_ERROR #2

Open dbrisinda opened 10 years ago

dbrisinda commented 10 years ago

Distribution fails to properly configure due to missing autoconf macros.

From: https://developer.apple.com/library/mac/documentation/porting/conceptual/portingunix/compiling/compiling.html

“If you get errors about missing AC_ macros, you may need to download a copy of libraries on which your tool depends and copy their .m4 autoconf configuration files into /usr/share/autoconf. Alternately, you can add the macros to the file acinclude.m4 in your project’s main directory and autoconf should automatically pick up those macros.”

So just add the libcurl.m4 file containing the AC_MSG_ERROR macro to the cpuminer-vert project directory and rename the file to “acinclude.m4” and proceed as per the README.

Also: https://source.jasig.org/cas-clients/mod_auth_cas/tags/mod_auth_cas-1.0.9.1/libcurl.m4