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