summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-10-25 17:30:26 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-10-25 17:30:26 +0000
commitc47e49ecd1ed72e2d630426c7c97824676fa78b9 (patch)
treea5ff4c310b503ab94ee81daecdf7aec4397ad7a6 /Makefile.in
parentc8929a08f47584947a31b709fefa4563104c7b95 (diff)
- Instead of forcefully adding
-Wall -Wextra -Wno-unused -Wcast-qual -Wcast-align -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wredundant-decls -Wshadow -Wwrite-strings -Wundef to CFLAGS, 'configure' now tests if the flags are understood by the compiler git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2492 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d10d1de..5d7ec26 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -85,6 +85,9 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
ylwrap ltmain.sh
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/argz.m4 \
+ $(top_srcdir)/m4/ax_append_compile_flags.m4 \
+ $(top_srcdir)/m4/ax_append_flag.m4 \
+ $(top_srcdir)/m4/ax_check_compile_flag.m4 \
$(top_srcdir)/m4/ax_check_openssl.m4 \
$(top_srcdir)/m4/gcc_stack_protect.m4 \
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltdl.m4 \