summaryrefslogtreecommitdiff
path: root/ubi-utils/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'ubi-utils/bootstrap')
-rwxr-xr-xubi-utils/bootstrap15
1 files changed, 0 insertions, 15 deletions
diff --git a/ubi-utils/bootstrap b/ubi-utils/bootstrap
deleted file mode 100755
index f543912..0000000
--- a/ubi-utils/bootstrap
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-LIBTOOLM4="/usr/local/share/libtool/libltdl"
-
-if test -d "$LIBTOOLM4"; then
- echo "+ aclocal ${LIBTOOLM4}"
- aclocal -I ${LIBTOOLM4}
-else
- echo "+ aclocal"
- aclocal
-fi
-set -x
-libtoolize --force
-autoheader
-automake --foreign --add-missing --copy
-autoconf