uatomic/x86: Remove redundant memory barriers
[userspace-rcu.git] / bootstrap
CommitLineData
e89aafa1 1#!/bin/sh
d001c886
MJ
2
3# SPDX-FileCopyrightText: 2023 EfficiOS Inc.
afb6113f 4#
d001c886 5# SPDX-License-Identifier: MIT
48d848c7
PMF
6
7set -x
e89aafa1 8if [ ! -d "config" ]; then
48d848c7
PMF
9 mkdir config
10fi
48d848c7 11
afb6113f 12autoreconf -vi -W all,error
This page took 0.039435 seconds and 4 git commands to generate.