made configure clean up after itself
authorMatthias Kramm <kramm@quiss.org>
Thu, 13 Aug 2009 19:07:37 +0000 (21:07 +0200)
committerMatthias Kramm <kramm@quiss.org>
Thu, 13 Aug 2009 19:07:37 +0000 (21:07 +0200)
configure
configure.in
m4/lowercase.m4

index 07e1d0b..28644c5 100755 (executable)
--- a/configure
+++ b/configure
@@ -1882,7 +1882,7 @@ fi
 
 
 PACKAGE=swftools
 
 
 PACKAGE=swftools
-VERSION=0.9.0
+VERSION=2009-08-12-1514
 
 
 # ------------------------------------------------------------------
 
 
 # ------------------------------------------------------------------
@@ -9613,6 +9613,9 @@ else
 $as_echo "no" >&6; }
 fi
 
 $as_echo "no" >&6; }
 fi
 
+rm -f __abcdefghijklmnopqrstuvwxyz.txt
+rm -f __ABCDEFGHIJKLMNOPQRSTUVWXYZ.txt
+
 
 
 for ac_prog in avifile-config
 
 
 for ac_prog in avifile-config
index fea975e..4c05912 100644 (file)
@@ -24,7 +24,7 @@ if test "x$enable_lame" = "xno";then
 fi,DISABLE_LAME=)
 
 PACKAGE=swftools
 fi,DISABLE_LAME=)
 
 PACKAGE=swftools
-VERSION=0.9.0
+VERSION=2009-08-12-1514
 
 
 # ------------------------------------------------------------------
 
 
 # ------------------------------------------------------------------
index 9e36f06..190539b 100644 (file)
@@ -10,7 +10,8 @@ if test `cat __abcdefghijklmnopqrstuvwxyz.txt` = "test2";then
 else
     AC_MSG_RESULT(no)
 fi
 else
     AC_MSG_RESULT(no)
 fi
-])
+
 rm -f __abcdefghijklmnopqrstuvwxyz.txt
 rm -f __ABCDEFGHIJKLMNOPQRSTUVWXYZ.txt
 rm -f __abcdefghijklmnopqrstuvwxyz.txt
 rm -f __ABCDEFGHIJKLMNOPQRSTUVWXYZ.txt
+])