From 713284ea26f641839ad71b52bc799f4f248466fd Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 14 Jun 2010 15:17:48 +0000 Subject: build: Rename configure.log file to config.log git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31415 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/checktree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/checktree.sh b/TOOLS/checktree.sh index fb8524bfe4..4af9ad103e 100755 --- a/TOOLS/checktree.sh +++ b/TOOLS/checktree.sh @@ -64,7 +64,7 @@ all_filenames() { if [ "$_svn" = "no" ]; then find . -type f \ | grep -v "\.\#\|\~$\|\.depend\|\/\.svn\/\|config.mak\|^\./config\.h" \ - | grep -v "^\./version\.h\|\.o$\|\.a$\|configure.log\|^\./help_mp.h" + | grep -v "^\./version\.h\|\.o$\|\.a$\|config.log\|^\./help_mp.h" else for p in . libavcodec libavutil libavformat libpostproc ; do svn info -R $p 2>/dev/null | sed -n \ -- cgit v1.2.3