projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9df3437
)
Unconditionally overwrite config.h. The current behavior where config.h is
author
Diego Biurrun
<diego@biurrun.de>
Mon, 13 Feb 2006 16:35:36 +0000
(16:35 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 13 Feb 2006 16:35:36 +0000
(16:35 +0000)
only overwritten if it differs from the new one is effectively a nop.
Originally committed as revision 5018 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 84b72bcd6342a0b8810dab7f82ff2e7ffed542f5..9b5e942ce9831ef11f63744a4e86ef1999447478 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1939,12
+1939,7
@@
for codec in $CODEC_LIST ; do
echo "CONFIG_`echo $codec | tr a-z A-Z`=yes" >> config.mak
done
-diff $TMPH config.h >/dev/null 2>&1
-if test $? -ne 0 ; then
- mv -f $TMPH config.h
-else
- echo "config.h is unchanged"
-fi
+mv -f $TMPH config.h
rm -f $TMPO $TMPC $TMPE $TMPS $TMPH