Transform 'u16' to 'uint16_t'
[fw/openocd] / bootstrap
index 2e7b5329fb853bfec036e99d872bc54c426b3404..c01b7e488468aadf07b21ece85245f63573f4391 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,8 +1,9 @@
 #!/bin/sh -e
+# Run the autotools bootstrap sequence to create the configure script
 
 if libtoolize --version >/dev/null 2>&1; then
        libtoolize="libtoolize"
-elif libtoolize --version >/dev/null 2>&1; then
+elif glibtoolize --version >/dev/null 2>&1; then
        libtoolize="glibtoolize"
 else
        echo "libtool is required" >&2
@@ -13,7 +14,6 @@ fi
 (
 set -x
 aclocal
-autoheader
 ${libtoolize} --automake --copy
 autoconf
 autoheader