@@ -0,0 +1,15 @@
+#!/bin/sh
+# $Id$
+aclocal
+if test $? -ne 0; then
+ exit
+fi
+automake --add-missing
+autoconf
+./configure $@