From d0b8e40ccf344bccbb5919317253bf58b916a569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Tue, 20 Jul 2010 19:42:35 +0000 Subject: [PATCH] configure: create .config file where I intended Originally committed as revision 24373 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index a15ee64284..898000438f 100755 --- a/configure +++ b/configure @@ -3142,6 +3142,7 @@ echo "endif # FFMPEG_CONFIG_MAK" >> config.mak # Do not overwrite an unchanged config.h to avoid superfluous rebuilds. cp_if_changed $TMPH config.h +touch .config cat > $TMPH <> $TMPH cp_if_changed $TMPH libavutil/avconfig.h -touch .config test -n "$WARNINGS" && printf "\n$WARNINGS" -- GitLab