From: Michael Chase-S. <mc...@us...> - 2013-02-25 17:41:45
|
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 "sfcb - Small Footprint CIM Broker". The branch, master has been updated via b15ae230bf22a10f13f41721f08a830f1b46efbb (commit) from 7966270d0c39d092623f10a7e967b6096d3d9e23 (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 b15ae230bf22a10f13f41721f08a830f1b46efbb Author: Michael Chase-Salerno <br...@li...> Date: Mon Feb 25 12:39:59 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 5fd65f7..828136a 100755 --- a/autoconfiscate.sh +++ b/autoconfiscate.sh @@ -1,9 +1,9 @@ #!/bin/sh -aclocal && -autoheader && -libtoolize && +aclocal --force && +autoheader --force && +libtoolize --force && automake -af && -autoconf && +autoconf --force && #if test -d test; then cd test && ./autoconfiscate.sh && cd ..; fi if test -d mofc; then cd mofc && ./autoconfiscate.sh; fi if test -d cmpi-devel; then cd cmpi-devel && ./autoconfiscate.sh; fi hooks/post-receive -- sfcb - Small Footprint CIM Broker |