Code

configure.ac: Add proper CFLAG checking and appending
authorAvuton Olrich <avuton@gmail.com>
Thu, 3 Nov 2011 02:42:04 +0000 (19:42 -0700)
committerAvuton Olrich <avuton@gmail.com>
Thu, 3 Nov 2011 02:42:04 +0000 (19:42 -0700)
commit676828ad010959b186ec3094653b881369aebffa
tree1217567d09c32bd436f9edfc40b06fd1ff392459
parent355557bb4140ef1c6a25591af802164306209ebe
configure.ac: Add proper CFLAG checking and appending

Add proper CFLAG checking and appending using standard autoconf macros. This
fixes the warnings generated during autoconf.
configure.ac
m4/ax_append_compile_flags.m4 [new file with mode: 0644]
m4/ax_append_flag.m4 [new file with mode: 0644]
m4/ax_check_compile_flag.m4 [new file with mode: 0644]
m4/cflags.m4 [deleted file]