Nuke config.log support.
authorDiego Biurrun <diego@biurrun.de>
Mon, 20 Nov 2006 21:46:43 +0000 (21:46 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 20 Nov 2006 21:46:43 +0000 (21:46 +0000)
Originally committed as revision 7141 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile
configure

index fb5f374..929522c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -214,7 +214,6 @@ clean:
        rm -f *.o *.d *~ .libs gmon.out TAGS $(ALLPROGS) $(ALLPROGS_G) \
           output_example$(EXESUF) qt-faststart$(EXESUF) cws2fws$(EXESUF)
 
-# Note well: config.log is NOT removed.
 distclean: clean
        $(MAKE) -C libavutil   distclean
        $(MAKE) -C libavcodec  distclean
index 75f1b0b..2554e8f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1771,8 +1771,6 @@ fi
 
 echo "Creating config.mak and config.h..."
 
-date >> config.log
-echo "   $0 $FFMPEG_CONFIGURATION" >> config.log
 echo "# Automatically generated by configure - do not modify!" > config.mak
 echo "/* Automatically generated by configure - do not modify! */" > $TMPH
 echo "#define FFMPEG_CONFIGURATION "'"'"$FFMPEG_CONFIGURATION"'"' >> $TMPH