projects
/
micoforia.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
attach_to_bridge(): Improve error message.
[micoforia.git]
/
configure
1
#!/bin/sh
2
# SPDX-License-Identifier: GPL-2.0-only
3
4
set -e
5
6
mkdir -p build
7
cd build
8
autoconf ../configure.ac > configure.sh
9
chmod 755 configure.sh
10
ln -f ../config.mak.in
11
autoheader ../configure.ac
12
sh configure.sh "$@"