summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/bootstrap')
-rwxr-xr-xsca-cpp/trunk/bootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-cpp/trunk/bootstrap b/sca-cpp/trunk/bootstrap
index af38864985..77850981e3 100755
--- a/sca-cpp/trunk/bootstrap
+++ b/sca-cpp/trunk/bootstrap
@@ -17,7 +17,8 @@
# specific language governing permissions and limitations
# under the License.
-for i in "libtoolize --force" aclocal autoconf autoheader
+libtoolize="$(type -P glibtoolize || type -P libtoolize)"
+for i in "$libtoolize --force" aclocal autoconf autoheader
do
echo -n "Running $i..."
$i || exit 1