You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pi...@apache.org on 2007/03/27 12:47:24 UTC

svn commit: r522865 - /webservices/axis2/trunk/c/autogen.sh

Author: pini
Date: Tue Mar 27 03:47:23 2007
New Revision: 522865

URL: http://svn.apache.org/viewvc?view=rev&rev=522865
Log:
Fixed build break

Modified:
    webservices/axis2/trunk/c/autogen.sh

Modified: webservices/axis2/trunk/c/autogen.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/autogen.sh?view=diff&rev=522865&r1=522864&r2=522865
==============================================================================
--- webservices/axis2/trunk/c/autogen.sh (original)
+++ webservices/axis2/trunk/c/autogen.sh Tue Mar 27 03:47:23 2007
@@ -1,65 +1,65 @@
-#!/bin/bash
-echo 'Running autogen.sh in Util'
-cd util
-sh autogen.sh
-
-echo 'Running autogen.sh in Axiom'
-cd ../axiom
-sh autogen.sh
-
-echo 'Running autogen.sh in Xml_schema'
-cd ../xml_schema
-sh autogen.sh
-
-echo 'Running autogen.sh in Woden'
-cd ../woden
-sh autogen.sh
-
-echo 'Running autogen.sh in Guththila'
-cd ../guththila
-sh autogen.sh
-
-echo 'Running autogen.sh in Axis2/C'
-cd ..
-
-echo -n 'Running libtoolize...'
-if libtoolize --force > /dev/null 2>&1; then
-	echo 'done.'
-else
-	echo 'failed.'
-	exit 1
-fi
-
-echo -n 'Running aclocal...'
-if aclocal > /dev/null 2>&1; then
-	echo 'done.'
-else
-	echo 'failed.'
-	exit 1
-fi
-
-echo -n 'Running autoheader...'
-if autoheader > /dev/null 2>&1; then
-	echo 'done.'
-else
-	echo 'failed.'
-	exit 1
-fi
-
-echo -n 'Running autoconf...'
-if autoconf > /dev/null 2>&1; then
-	echo 'done.'
-else
-	echo 'failed.'
-	exit 1
-fi
-
-echo -n 'Running automake...'
-if automake --add-missing > /dev/null 2>&1; then
-	echo 'done.'
-else
-	echo 'failed.'
-	exit 1
-fi
-
-echo 'done'
+#!/bin/bash
+echo 'Running autogen.sh in Util'
+cd util
+sh autogen.sh
+
+echo 'Running autogen.sh in Axiom'
+cd ../axiom
+sh autogen.sh
+
+echo 'Running autogen.sh in Xml_schema'
+cd ../xml_schema
+sh autogen.sh
+
+echo 'Running autogen.sh in Woden'
+cd ../woden
+sh autogen.sh
+
+echo 'Running autogen.sh in Guththila'
+cd ../guththila
+sh autogen.sh
+
+echo 'Running autogen.sh in Axis2/C'
+cd ..
+
+echo -n 'Running libtoolize...'
+if libtoolize --force > /dev/null 2>&1; then
+	echo 'done.'
+else
+	echo 'failed.'
+	exit 1
+fi
+
+echo -n 'Running aclocal...'
+if aclocal > /dev/null 2>&1; then
+	echo 'done.'
+else
+	echo 'failed.'
+	exit 1
+fi
+
+echo -n 'Running autoheader...'
+if autoheader > /dev/null 2>&1; then
+	echo 'done.'
+else
+	echo 'failed.'
+	exit 1
+fi
+
+echo -n 'Running autoconf...'
+if autoconf > /dev/null 2>&1; then
+	echo 'done.'
+else
+	echo 'failed.'
+	exit 1
+fi
+
+echo -n 'Running automake...'
+if automake --add-missing > /dev/null 2>&1; then
+	echo 'done.'
+else
+	echo 'failed.'
+	exit 1
+fi
+
+echo 'done'



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org