From 57cb56fdf27415a346eb53052907349c179c339a Mon Sep 17 00:00:00 2001 From: ddennedy Date: Thu, 2 Mar 2006 07:22:14 +0000 Subject: [PATCH] log configuration history to config.log git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@894 d19143bc-622f-0410-bfdd-b5b2a6649095 --- configure | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) 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 -- 1.7.4.4