dnl Remove "-g" option from the compiler options dnl AC_DEFUN([CF_STRIP_G_OPT], [$1=`echo ${$1} | sed -e 's/-g //' -e 's/-g$//'`]) dnl