bootstrap
branchstable-1.1
changeset 1731 60b2aad9d40b
child 1732 1cc865ba17c2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bootstrap	Fri Oct 13 10:07:10 2006 +0000
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+set -x
+mkdir -p autoconf
+aclocal -I autoconf
+autoheader
+automake --add-missing
+autoconf