[ --enable-debug turn on debugging], DEBUG=true)
PACKAGE=swftools
-VERSION=0.4.4-pre6
+VERSION=0.4.4-pre9
# -Winline?
if test "x$CHECKMEM" '!=' "x";then
# CPPFLAGS="$CPPFLAGS -I/usr/local/include"
echo > /dev/null
fi
+if test "$prefix" != "NONE" -a "$prefix" != "/usr/local" -a "$prefix" != "/usr/local/"; then
+ # if the user has a special prefix (like /opt), there might also be $prefix/lib
+ # and $prefix/include, which should be included in our search paths for libraries
+ # and includes.
+ LDFLAGS="$LDFLAGS -L${libdir}"
+ CPPFLAGS="$CPPFLAGS -I${includedir}"
+ # TODO- test whether gcc still works after this
+fi
dnl Checks for libraries.
AC_CHECK_LIB(m, sin,,