configure: enable extended compiler warnings
[urcu.git] / bootstrap
CommitLineData
e89aafa1 1#!/bin/sh
afb6113f
MJ
2#
3# SPDX-License-Identifier: LGPL-2.1-only
48d848c7
PMF
4
5set -x
e89aafa1 6if [ ! -d "config" ]; then
48d848c7
PMF
7 mkdir config
8fi
48d848c7 9
afb6113f 10autoreconf -vi -W all,error
This page took 0.034874 seconds and 4 git commands to generate.