aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap15
1 files changed, 0 insertions, 15 deletions
diff --git a/bootstrap b/bootstrap
deleted file mode 100755
index 58020f9..0000000
--- a/bootstrap
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-# exit on errors
-set -e
-
-# set nicer prompt for tracing
-PS4="$0:\$LINENO> "
-set -x
-
-aclocal
-# libtoolize --copy --force
-autoheader
-automake --add-missing --copy --foreign
-autoconf
-