projects
/
urcu.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
configure: enable extended compiler warnings
[urcu.git]
/
bootstrap
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#!/bin/sh
2
#
3
# SPDX-License-Identifier: LGPL-2.1-only
4
5
set -x
6
if [ ! -d "config" ]; then
7
mkdir config
8
fi
9
10
autoreconf -vi -W all,error
This page took
0.023065 seconds
and
4
git commands to generate.