mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-16 12:53:17 +00:00
do gcc -Wall the autotools way
This commit is contained in:
parent
d96c2ea431
commit
0f6285d45c
|
@ -5,7 +5,7 @@
|
|||
################################################################
|
||||
|
||||
AM_CPPFLAGS = -D$(OS)
|
||||
AM_CFLAGS = -g -Wall -pedantic
|
||||
AM_CFLAGS = -g -pedantic
|
||||
|
||||
|
||||
################################################################
|
||||
|
|
|
@ -56,6 +56,7 @@ AC_PROG_CC
|
|||
AC_PROG_CC_STDC
|
||||
AS_IF([test "x${ac_cv_prog_cc_stdc}" = xno],
|
||||
[AC_MSG_WARN([Unable to engage Standard C (C99) option])],)
|
||||
AX_CFLAGS_WARN_ALL
|
||||
AC_PROG_INSTALL
|
||||
|
||||
# Process options
|
||||
|
|
Loading…
Reference in a new issue