summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-20 19:05:44 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-20 19:05:44 +0000
commitaef026f406ad1ab69b24ad6ddf8564ec27cf3e83 (patch)
tree88eac960b89ff532b254aa0ffad7f0d30ce8703b /configure
parent86601915d2b2dadd70cba02b0af2ac761364d75c (diff)
configure: create .config file in configure to avoid needless reruns
Originally committed as revision 24372 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index ef4f68bb5d..a15ee64284 100755
--- a/configure
+++ b/configure
@@ -3154,6 +3154,7 @@ print_config AV_HAVE_ $TMPH /dev/null $HAVE_LIST_PUB
echo "#endif /* AVUTIL_AVCONFIG_H */" >> $TMPH
cp_if_changed $TMPH libavutil/avconfig.h
+touch .config
test -n "$WARNINGS" && printf "\n$WARNINGS"