diff options
Diffstat (limited to '')
-rwxr-xr-x | bootstrap | 15 |
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 - |