You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2006/02/14 13:01:14 UTC

svn commit: r377710 - /incubator/tuscany/cpp/sca/autogen.sh

Author: robbinspg
Date: Tue Feb 14 04:01:09 2006
New Revision: 377710

URL: http://svn.apache.org/viewcvs?rev=377710&view=rev
Log:
Initial Automake for SCA

Added:
    incubator/tuscany/cpp/sca/autogen.sh   (with props)

Added: incubator/tuscany/cpp/sca/autogen.sh
URL: http://svn.apache.org/viewcvs/incubator/tuscany/cpp/sca/autogen.sh?rev=377710&view=auto
==============================================================================
--- incubator/tuscany/cpp/sca/autogen.sh (added)
+++ incubator/tuscany/cpp/sca/autogen.sh Tue Feb 14 04:01:09 2006
@@ -0,0 +1,14 @@
+#!/bin/bash
+  
+for i in libtoolize aclocal autoconf autoheader
+do
+    echo -n "Running $i..."
+    $i || exit 1
+    echo 'done.'
+done
+  
+echo -n 'Running automake...'
+automake --add-missing
+echo 'done.'
+exit 0
+

Propchange: incubator/tuscany/cpp/sca/autogen.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/cpp/sca/autogen.sh
------------------------------------------------------------------------------
    svn:executable =