Attempt to make it works on MacOS. Small fixes. CMake work started.

This commit is contained in:
Romuald Conty 2009-11-04 10:42:53 +00:00
parent 14a9112dea
commit 06a76f6470
7 changed files with 60 additions and 53 deletions

View file

@ -1,4 +1,4 @@
define([rev], esyscmd([sh -c "echo -n 'r' && svnversion -n"]))dnl
define([rev], esyscmd([sh -c "echo -e 'r\c' && svnversion -n"]))dnl
AC_INIT(libnfc, 1.2.1+rev, info@libnfc.org)
AC_CONFIG_HEADER(config.h)