diff TOOLS/checktree.sh @ 31349:92d75e703bc0

Rename configure.log file to the more standard name config.log.
author diego
date Mon, 14 Jun 2010 15:17:48 +0000
parents abd0a4e9daa0
children
line wrap: on
line diff
--- a/TOOLS/checktree.sh	Mon Jun 14 14:35:57 2010 +0000
+++ b/TOOLS/checktree.sh	Mon Jun 14 15:17:48 2010 +0000
@@ -64,7 +64,7 @@
     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 \