Fix compilation warnings under Cygwin

This commit is contained in:
Marcos Vives Del Sol 2015-03-17 15:04:28 +01:00
parent b31ac50224
commit a1be79d0ff
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -8,6 +8,7 @@ config.h.in
config.log
config.status
configure
compile
depcomp
install-sh
missing
@ -17,5 +18,6 @@ src/.deps/
src/Makefile
src/Makefile.in
src/mfoc
src/mfoc.exe
stamp-h1

View File

@ -2,14 +2,14 @@ AC_INIT([mfoc],[0.10.7],[mifare@nethemba.com])
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_CC
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/mfoc.c])
AM_INIT_AUTOMAKE(dist-bzip2 no-dist-gzip)
AC_PROG_CC
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
# Checks for pkg-config modules.

0
m4/.empty Normal file
View File