Revert "x86-64: Implement/use load_cbne_load_add_load_add_store"
[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.023341 seconds and 4 git commands to generate.