made configure clean up after itself
[swftools.git] / configure.in
index 3bad2e0..4c05912 100644 (file)
@@ -24,7 +24,7 @@ if test "x$enable_lame" = "xno";then
 fi,DISABLE_LAME=)
 
 PACKAGE=swftools
-VERSION=0.9.0
+VERSION=2009-08-12-1514
 
 
 # ------------------------------------------------------------------
@@ -200,7 +200,11 @@ fi
 
 # this must be done after (I believe) AC_PROG_MAKE_SET
 if test "x$DEBUG" '!=' "x" -o "x$STRIP" = "x";then
-    STRIP="@echo debug enabled, not stripping "
+    if test "$MACOSX";then
+       STRIP=dsymutil
+    else
+       STRIP="@echo debug enabled, not stripping "
+    fi
     export STRIP
     AC_SUBST(STRIP)
 fi
@@ -331,7 +335,8 @@ AC_SUBST([xpdf_in_source])
 AC_SUBST([splash_in_source])
 
 # ------------------------------------------------------------------
+
+RFX_CHECK_LOWERCASE_UPPERCASE
 RFX_CHECK_AVI2SWF
 if test "x${AVIFILE}" = "xtrue"; then
     VIDEO_LIBS="$VIDEO_LIBS $AVIFILE_LIBS"