summaryrefslogtreecommitdiff
path: root/ubi-utils/bootstrap
blob: f543912833e67645122ffa8d1335182cae0080c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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