projects
/
lttng-tools.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
lttng-concepts(7): fix typo
[lttng-tools.git]
/
bootstrap
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#!/bin/sh
2
# SPDX-License-Identifier: GPL-2.0-only
3
4
set -x
5
if [ ! -d "config" ]; then
6
mkdir config
7
fi
8
9
autoreconf -vi
This page took
0.022429 seconds
and
4
git commands to generate.