Fix -Wmissing-declarations warnings in filter-parser.y
[lttng-tools.git] / bootstrap
index c71b862a5632b09cc8fd546a9ce9c208e37465c7..69289e67f2039a33c6a8ee9c2ce58287fa00056c 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,8 +1,9 @@
-#! /bin/sh
+#!/bin/sh
+# SPDX-License-Identifier: GPL-2.0-only
 
 set -x
-if [ ! -e config ]; then
+if [ ! -d "config" ]; then
        mkdir config
 fi
 
-autoreconf -i
+autoreconf -vi
This page took 0.022932 seconds and 4 git commands to generate.