summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2011-05-11 18:47:31 +0000
committerAdrian Thurston <thurston@complang.org>2011-05-11 18:47:31 +0000
commitf22a5b633b9492a3b8ad03286feea090bd32513d (patch)
treea068d814caffcf6bdecc5b73a525f9ed229957d0 /autogen.sh
parente2d471562ef5e0488c17fe8a874bb6d6f32c7bfe (diff)
downloadcolm-f22a5b633b9492a3b8ad03286feea090bd32513d.tar.gz
Started converting build to automake. refs #284.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 00000000..381fc8df
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+#
+
+libtoolize --copy --force
+aclocal
+# autoheader
+automake --foreign --add-missing
+autoconf