param test: Only provide rseq_gettid if BENCHMARK is not defined
[librseq.git] / bootstrap
1 #!/bin/sh
2 # SPDX-License-Identifier: MIT
3
4 set -x
5 if [ ! -d "config" ]; then
6 mkdir config
7 fi
8
9 autoreconf -vif -W all,error
This page took 0.02943 seconds and 4 git commands to generate.