Author: Michael R. Crusoe <crusoe@debian.org>
Description: don't filter out "-g" from CFLAGS

So we can save the debugging symbols to the debug package
--- kalign.orig/m4/ax_set_compile_flags.m4
+++ kalign/m4/ax_set_compile_flags.m4
@@ -15,7 +15,6 @@
 
 changequote({,})
   CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O[0-9s]*//g'`
-  CFLAGS=`echo "$CFLAGS" | $SED -e 's/-g[0-9]*//g'`
 changequote([,])
 
 
