search for: ac_add_cflags

Displaying 1 result from an estimated 1 matches for "ac_add_cflags".

2007 Aug 30
1
[PATCH] : Add -Wdeclaration-after-statement
...build be patched to add the required warning flag wherever it is available. The following patch does the following: - Add an m4 directory containing the add_cflag.m4 macro which allows configure to test for the existance of a warning flag and add it to CFLAGS if it does exist. - Add AC_ADD_CFLAGS([-Wdeclaration-after-statement]) to the appropriate place in configure.in. - Include the m4 directory in Makefile.am and fiddle configure.ac and autogen.sh to make sure all the dots are connected. So, I'd like to apologise for breaking the build. Cheers, Erik -----------------8&l...