nfc-tools / mfoc

Mifare Classic Offline Cracker
GNU General Public License v2.0
1.22k stars 269 forks source link

Fix compilation warnings under Cygwin #15

Closed socram8888 closed 9 years ago

socram8888 commented 9 years ago

This PR adds some Cygwin files to gitignore (an auxiliar autogenerated script named "compile", and the resulting binary).

I've also fixed a beningn warning thrown by aclocal about missing m4 directory: aclocal-1.14: warning: couldn't open directory 'm4': No such file or directory I've created an empty one and added a dummy file called ".empty" so Git tracks the said folder.

Finally, I've fixed another error, caused by an improper ordering of macros in configure.ac:

/bin/sh: /home/Marcos/missing: No such file or directory
configure: WARNING: 'missing' script is too old or missing

The fix has been extracted from automake's mailing list: http://lists.gnu.org/archive/html/automake/2010-08/msg00113.html