From a77705e2b6b6aaf7319bd39d6290aadbd521fdbe Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 25 Mar 2008 09:51:59 +0000 Subject: [PATCH] Rename --log option to --logfile. Originally committed as revision 12576 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index de7446c920..f12952ee9b 100755 --- a/configure +++ b/configure @@ -56,7 +56,7 @@ show_help(){ echo echo "Standard options:" echo " --help print this message" - echo " --log= log tests and output to FILE [config.err]" + echo " --logfile= log tests and output to FILE [config.err]" echo " --prefix=PREFIX install in PREFIX [$PREFIX]" echo " --libdir=DIR install libs in DIR [PREFIX/lib]" echo " --shlibdir=DIR install shared libs in DIR [PREFIX/lib]" @@ -990,7 +990,7 @@ show_list() { for opt do optval="${opt#*=}" case "$opt" in - --log=*) logging="$optval" + --logfile=*) logging="$optval" ;; --prefix=*) PREFIX="$optval" ;; -- GitLab