From: ddennedy Date: Thu, 2 Mar 2006 07:22:14 +0000 (+0000) Subject: log configuration history to config.log X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=57cb56fdf27415a346eb53052907349c179c339a;p=melted log configuration history to config.log git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@894 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/configure b/configure index 47ddfdb..02e9fcb 100755 --- a/configure +++ b/configure @@ -162,7 +162,16 @@ then fi # Show help if requested -[ $help = 1 ] && show_help || build_config +if [ $help = 1 ] +then + show_help +else + # Log the configuration history + date >> config.log + echo "$0 $@" >> config.log + + build_config +fi # Iterate through each of the components for i in framework modules inigo valerie miracle humperdink