aboutsummaryrefslogtreecommitdiffstats
path: root/maintainer/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'maintainer/bootstrap')
-rwxr-xr-xmaintainer/bootstrap24
1 files changed, 24 insertions, 0 deletions
diff --git a/maintainer/bootstrap b/maintainer/bootstrap
new file mode 100755
index 0000000..664776c
--- /dev/null
+++ b/maintainer/bootstrap
@@ -0,0 +1,24 @@
+#!/bin/sh
+#
+# bootstrap:
+#
+# Copyright (c) 2007 James McKenzie <james@fishsoup.dhs.org>,
+# All rights reserved.
+#
+# $Id: bootstrap,v 1.1 2007/09/08 16:49:37 root Exp $
+#
+# $Log: bootstrap,v $
+# Revision 1.1 2007/09/08 16:49:37 root
+# *** empty log message ***
+#
+#
+#
+#
+#
+#libtoolize -f -c --automake
+aclocal
+autoheader
+autoconf
+automake -a -c
+automake -a -c Makefile
+automake -a -c src/Makefile