Introduce common generic header file
[librseq.git] / bootstrap
index ace8016f94e96015895e8d57da81486b0e0e9cd5..1d91d6fb768c221ef1643f9366fdfccc1e9089bc 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,9 +1,12 @@
 #!/bin/sh
+#
 # SPDX-License-Identifier: MIT
+#
+# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
 
 set -x
 if [ ! -d "config" ]; then
        mkdir config
 fi
 
-autoreconf -vi
+autoreconf -vif -W all,error
This page took 0.037642 seconds and 4 git commands to generate.