aboutsummaryrefslogtreecommitdiffstats
path: root/maintainer/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'maintainer/bootstrap')
-rwxr-xr-xmaintainer/bootstrap25
1 files changed, 25 insertions, 0 deletions
diff --git a/maintainer/bootstrap b/maintainer/bootstrap
new file mode 100755
index 0000000..263b088
--- /dev/null
+++ b/maintainer/bootstrap
@@ -0,0 +1,25 @@
+#! /bin/sh
+#
+# bootstrap:
+#
+# Copyright (c) 2009 James McKenzie <20@madingley.org>,
+# All rights reserved.
+#
+# $Id$
+#
+# $Log$
+# Revision 1.1 2009/02/08 16:25:32 root
+# *** empty log message ***
+#
+#
+#
+#
+#
+libtoolize -f -c --automake
+aclocal
+autoheader
+autoconf
+automake -a -c
+automake -a -c Makefile
+automake -a -c src/Makefile
+automake -a -c test/Makefile