Skip to content

Commit

Permalink
Fix compilation warnings under Cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Vives Del Sol committed Mar 17, 2015
1 parent b31ac50 commit a1be79d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ config.h.in
config.log
config.status
configure
compile
depcomp
install-sh
missing
Expand All @@ -17,5 +18,6 @@ src/.deps/
src/Makefile
src/Makefile.in
src/mfoc
src/mfoc.exe
stamp-h1

4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ AC_INIT([mfoc],[0.10.7],[[email protected]])

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.
Expand Down
Empty file added m4/.empty
Empty file.

0 comments on commit a1be79d

Please sign in to comment.