[Oracleasm-commits] jlbec commits r392 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Dec 3 16:02:23 PST 2008


Author: jlbec
Date: 2008-12-03 16:02:23 -0800 (Wed, 03 Dec 2008)
New Revision: 392

Added:
   trunk/autogen.sh
Log:
autogen.sh: About time.

I really should have added an autogen.sh years ago.  It's standard.



Added: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	                        (rev 0)
+++ trunk/autogen.sh	2008-12-04 00:02:23 UTC (rev 392)
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+set -e
+rm -rf autom4te.cache
+autoconf
+./configure "$@"




More information about the Oracleasm-commits mailing list