summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2013-12-14 21:41:25 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2013-12-14 21:42:27 +0100
commitca8861f31fe12c5d3772aa94551cab26bbeb961c (patch)
treea4ac37ac7cd1e0f4d5f399783333100e2492ff16 /bootstrap.sh
parent69303bb9c04dcc5936ba7ec89ea6d8db47d9c90a (diff)
downloaddabmod-ca8861f31fe12c5d3772aa94551cab26bbeb961c.tar.gz
dabmod-ca8861f31fe12c5d3772aa94551cab26bbeb961c.tar.bz2
dabmod-ca8861f31fe12c5d3772aa94551cab26bbeb961c.zip
remove autotools-generated files, add bootstrap
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
new file mode 100755
index 0000000..a3394ab
--- /dev/null
+++ b/bootstrap.sh
@@ -0,0 +1,4 @@
+#! /bin/sh
+
+autoreconf --install && \
+ echo "You can call ./configure now"