From 95035668741dd1b8a1e97d74a443a934e38553cc Mon Sep 17 00:00:00 2001
From: kramm <kramm>
Date: Sun, 6 Feb 2005 16:53:21 +0000
Subject: [PATCH] Generated from configure.in

---
 configure |   25 ++++++++++++++++++++++---
 1 file changed, 22 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index 655d6b5..73baa34 100755
--- a/configure
+++ b/configure
@@ -1517,7 +1517,7 @@ if test "${enable_lame+set}" = set; then
 fi;
 
 PACKAGE=swftools
-VERSION=2005-01-21-2006
+VERSION=2005-01-24-2220
 
 
 # ------------------------------------------------------------------
@@ -1540,8 +1540,8 @@ if test "x$PROFILING" '!=' "x";then
 fi
 if test "x$DEBUG" '!=' "x";then
     if test "x$PROFILING" = "x";then
-        CFLAGS="$WARNINGS -g $CFLAGS"
-        CXXFLAGS="$WARNINGS -g $CXXFLAGS"
+        CFLAGS="$WARNINGS -O2 -g $CFLAGS"
+        CXXFLAGS="$WARNINGS -O2 -g $CXXFLAGS"
     else
         CFLAGS="$WARNINGS -O2 -g -pg $CFLAGS"
         CXXFLAGS="$WARNINGS -O2 -g -pg $CXXFLAGS"
@@ -12999,3 +12999,22 @@ if test "$no_create" != yes; then
 fi
 
 
+if test -f snapshot -a "x$CHECKMEM" = "x" -a "x$PROFILING" = "x";then
+    if test "x${MINGW}" = "xyes"; then
+	echo cp config.status config.status.win32
+	cp config.status config.status.win32
+    else
+	if test "x$DEBUG" '=' "x" -a "x$OPTIMIZE"  '=' "x";then
+	    echo cp config.status config.status.linux
+	    cp config.status config.status.linux
+	fi
+	if test "x$DEBUG" '!=' "x" -a "x$OPTIMIZE"  '=' "x";then
+	    echo cp config.status config.status.debug
+	    cp config.status config.status.debug
+	fi
+	if test "x$DEBUG"    = "x" -a "x$OPTIMIZE" '!=' "x"; then
+	    echo cp config.status config.status.optimize
+	    cp config.status config.status.optimize
+	fi
+    fi
+fi
-- 
1.7.10.4