From aef026f406ad1ab69b24ad6ddf8564ec27cf3e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Tue, 20 Jul 2010 19:05:44 +0000 Subject: [PATCH] configure: create .config file in configure to avoid needless reruns Originally committed as revision 24372 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) 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"