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