[ --disable-lame don't compile any L.A.M.E. mp3 encoding code in], DISABLE_LAME=true)
PACKAGE=swftools
-VERSION=0.5.0_pre1
+VERSION=2004-02-05-1504
+
WARNINGS="-Wparentheses -Wimplicit -Wreturn-type"
if test "x$ENABLE_WARNINGS" '!=' "x";then
if test "x$DEBUG" '!=' "x";then
CFLAGS="$WARNINGS -g $CFLAGS"
CXXFLAGS="$WARNINGS -g $CXXFLAGS"
- STRIP="@echo debug enabled, not stripping "
- export STRIP
- AC_SUBST(STRIP)
else if test "x$OPTIMIZE" '!=' "x"; then
CFLAGS="$WARNINGS -O3 -fomit-frame-pointer -Winline $CFLAGS"
CXXFLAGS="$WARNINGS -O3 -fomit-frame-pointer -Winline $CXXFLAGS"
dnl Checks for programs.
AC_PROG_CC
AC_PROG_CXX
-
+
if test "x$CHECKMEM" '!=' "x";then
CC="ccmalloc $CC"
CXX="ccmalloc $CXX"
# TODO- test whether gcc still works after this
fi
+# this must be done after (I believe) AC_PROG_MAKE_SET
+if test "x$DEBUG" '!=' "x";then
+ STRIP="@echo debug enabled, not stripping "
+ export STRIP
+ AC_SUBST(STRIP)
+fi
+
dnl Checks for libraries.
AC_CHECK_LIB(m, sin,,
echo "Error: Math library not found.";