File configure.ac changed (mode: 100644) (index ef9c098..71afcfa) |
... |
... |
AC_ISC_POSIX |
62 |
62 |
# Checks for typedefs, structures, and compiler characteristics. |
# Checks for typedefs, structures, and compiler characteristics. |
63 |
63 |
AC_C_CONST |
AC_C_CONST |
64 |
64 |
|
|
|
65 |
|
WFLAGS="-Wall -Wextra -Wshadow -Werror" |
|
66 |
|
AX_CHECK_COMPILE_FLAG($WFLAGS, |
|
67 |
|
[AC_SUBST(WFLAGS)], |
|
68 |
|
[AC_SUBST(WFLAGS,"")] |
|
69 |
|
) |
|
70 |
|
|
65 |
71 |
# Checks for library functions. |
# Checks for library functions. |
66 |
72 |
AC_CHECK_FUNCS(strdup strstr strsep) |
AC_CHECK_FUNCS(strdup strstr strsep) |
67 |
73 |
AC_CHECK_FUNCS(getopt_long snprintf) |
AC_CHECK_FUNCS(getopt_long snprintf) |