fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[librseq.git] / bootstrap
CommitLineData
2cbca301 1#!/bin/sh
f2d7b530 2#
2cbca301 3# SPDX-License-Identifier: MIT
f2d7b530
MJ
4#
5# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
2cbca301
MJ
6
7set -x
8if [ ! -d "config" ]; then
9 mkdir config
10fi
11
4a97c059 12autoreconf -vif -W all,error
This page took 0.046353 seconds and 4 git commands to generate.