From: Michael Chase-S. <mc...@us...> - 2013-02-25 17:44:01
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "mofc - Managed Object Format Compiler". The branch, master has been updated via d60520908bff8d54fec300b2c8a1e27ae3fc63fa (commit) from 4251cd67501aaa725b1bc2105ad66bd5293b01c9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d60520908bff8d54fec300b2c8a1e27ae3fc63fa Author: Michael Chase-Salerno <br...@li...> Date: Mon Feb 25 12:42:37 2013 -0500 [Sfcb:#7] autoconfiscate.sh needs --force for all tools ----------------------------------------------------------------------- Summary of changes: autoconfiscate.sh | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autoconfiscate.sh b/autoconfiscate.sh index 23f0fc0..d95c294 100755 --- a/autoconfiscate.sh +++ b/autoconfiscate.sh @@ -1,6 +1,6 @@ #!/bin/sh -aclocal && -autoheader && -libtoolize && +aclocal --force && +autoheader --force && +libtoolize --force && automake -af && -autoconf +autoconf --force hooks/post-receive -- mofc - Managed Object Format Compiler |