Open GoogleCodeExporter opened 9 years ago
Same for me:
pi@raspberrypi ~/libnfc-ec933731b775 $ ./configure.ac --with-drivers=pn532_uart
--sysconfdir=/etc --prefix=/usr
./configure.ac: line 4: syntax error near unexpected token
`[libnfc],[1.7.0],[nfc-tools@googlegroups.com]'
./configure.ac: line 4: `AC_INIT([libnfc],[1.7.0],[nfc-tools@googlegroups.com])'
Original comment by corentin...@gmail.com
on 25 Jun 2014 at 5:39
@corentinavril, you need to run ./configure not ./configure.ac
Original comment by ludovic....@gmail.com
on 25 Jun 2014 at 8:20
I tried ./configure first, but it doesn't exist:
pi@raspberrypi ~/libnfc-ec933731b775 $ ./configure --with-drivers=pn532_uart
--sysconfdir=/etc --prefix=/usr
-bash: ./configure: No such file or directory
Original comment by corentin...@gmail.com
on 26 Jun 2014 at 9:13
@corentinavril configure is in the released versions:
https://bintray.com/nfc-tools/sources/libnfc
If you're working from the git repo, then follow the devel instructions
https://code.google.com/p/libnfc/
=>
autoreconf -vis
Original comment by yob...@gmail.com
on 26 Jun 2014 at 9:44
@yazidin:
If you follow the instructions of ardafruit, the sources are not correct.
Use the official libnc1.7.1 sources:
https://bintray.com/nfc-tools/sources/libnfc
Original comment by corentin...@gmail.com
on 26 Jun 2014 at 9:45
Original issue reported on code.google.com by
yazidin...@gmail.com
on 3 Jun 2014 at 4:31