summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-29 23:06:59 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-29 23:07:14 +0200
commit08191f980f96ae7fc943c0a7d2155a9fb643eb0b (patch)
tree444f8d15bae0392c6d070df09e3df7599bc3c3b0 /bootstrap
parenta579bd94c943011d954202959e558dcad17b4e81 (diff)
downloadsurvey-08191f980f96ae7fc943c0a7d2155a9fb643eb0b.tar.gz
survey-08191f980f96ae7fc943c0a7d2155a9fb643eb0b.tar.bz2
survey-08191f980f96ae7fc943c0a7d2155a9fb643eb0b.zip
simple build system
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap12
1 files changed, 0 insertions, 12 deletions
diff --git a/bootstrap b/bootstrap
deleted file mode 100755
index 373e5f5..0000000
--- a/bootstrap
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-if ! git --version >/dev/null; then
- echo "git not installed"
- exit 1
-fi
-
-echo "$0: Updating submodules"
-echo | git submodule update --init
-
-echo "$0: Running autoreconf"
-autoreconf -if