[ --enable-debug turn on debugging], DEBUG=true)
PACKAGE=swftools
-VERSION=0.4.4-pre9
+VERSION=0.4.4-pre10
# -Winline?
if test "x$CHECKMEM" '!=' "x";then
if test "x$DEBUG" '!=' "x";then
CFLAGS="-Wparentheses -Wimplicit -Wreturn-type -g $CFLAGS"
CXXFLAGS="-Wparentheses -Wimplicit -Wreturn-type -g $CXXFLAGS"
+ STRIP="echo debug enabled, not stripping "
+ export STRIP
+ AC_SUBST(STRIP)
else
CFLAGS="-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer $CFLAGS"
CXXFLAGS="-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer $CXXFLAGS"