From aa75546ffd0dbb619ad32fa582c9435a0d637fee Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Thu, 13 Aug 2009 21:07:37 +0200 Subject: [PATCH] made configure clean up after itself --- configure | 5 ++++- configure.in | 2 +- m4/lowercase.m4 | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 07e1d0b..28644c5 100755 --- a/configure +++ b/configure @@ -1882,7 +1882,7 @@ fi PACKAGE=swftools -VERSION=0.9.0 +VERSION=2009-08-12-1514 # ------------------------------------------------------------------ @@ -9613,6 +9613,9 @@ else $as_echo "no" >&6; } fi +rm -f __abcdefghijklmnopqrstuvwxyz.txt +rm -f __ABCDEFGHIJKLMNOPQRSTUVWXYZ.txt + for ac_prog in avifile-config diff --git a/configure.in b/configure.in index fea975e..4c05912 100644 --- a/configure.in +++ b/configure.in @@ -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 # ------------------------------------------------------------------ diff --git a/m4/lowercase.m4 b/m4/lowercase.m4 index 9e36f06..190539b 100644 --- a/m4/lowercase.m4 +++ b/m4/lowercase.m4 @@ -10,7 +10,8 @@ if test `cat __abcdefghijklmnopqrstuvwxyz.txt` = "test2";then else AC_MSG_RESULT(no) fi -]) + rm -f __abcdefghijklmnopqrstuvwxyz.txt rm -f __ABCDEFGHIJKLMNOPQRSTUVWXYZ.txt +]) -- 1.7.10.4