mirror of
https://github.com/yarrick/iodine.git
synced 2024-12-02 01:46:02 +03: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_CPPFLAGS = -D$(OS)
|
||||||
AM_CFLAGS = -g -Wall -pedantic
|
AM_CFLAGS = -g -pedantic
|
||||||
|
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
|
@ -56,6 +56,7 @@ AC_PROG_CC
|
|||||||
AC_PROG_CC_STDC
|
AC_PROG_CC_STDC
|
||||||
AS_IF([test "x${ac_cv_prog_cc_stdc}" = xno],
|
AS_IF([test "x${ac_cv_prog_cc_stdc}" = xno],
|
||||||
[AC_MSG_WARN([Unable to engage Standard C (C99) option])],)
|
[AC_MSG_WARN([Unable to engage Standard C (C99) option])],)
|
||||||
|
AX_CFLAGS_WARN_ALL
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
# Process options
|
# Process options
|
||||||
|
Loading…
Reference in New Issue
Block a user