aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh29
1 files changed, 29 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..88a50c3
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,29 @@
+#! /bin/sh
+#
+# bootstrap:
+#
+# Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
+# All rights reserved.
+#
+# $Id$
+#
+# $Log$
+# Revision 1.1 2008/03/07 14:32:55 james
+# *** empty log message ***
+#
+# Revision 1.1 2008/02/03 16:20:24 james
+# *** 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 apps/Makefile
+automake -a -c test/Makefile