X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=bootstrap;h=ace8016f94e96015895e8d57da81486b0e0e9cd5;hp=1dd41c0d30988586a123c99718668f4bdfbf97f5;hb=05ad2afee3c088eff430f242996b93b779e524a6;hpb=24931fd6793c8ab161ec06f17eecf2483455fcba diff --git a/bootstrap b/bootstrap index 1dd41c0d..ace8016f 100755 --- a/bootstrap +++ b/bootstrap @@ -1,9 +1,9 @@ -#! /bin/sh +#!/bin/sh +# SPDX-License-Identifier: MIT set -x -if [ ! -e config ]; then +if [ ! -d "config" ]; then mkdir config fi -libtoolize --force --copy -autoreconf -i +autoreconf -vi