Relicense librseq to MIT
[librseq.git] / bootstrap
CommitLineData
2cbca301
MJ
1#!/bin/sh
2# SPDX-License-Identifier: MIT
3
4set -x
5if [ ! -d "config" ]; then
6 mkdir config
7fi
8
4a97c059 9autoreconf -vif -W all,error
This page took 0.029544 seconds and 4 git commands to generate.