repo.or.cz
/
clan
/
joel.poudroux_clan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Upgrade CMake build process (shared and static library, clan, test, doc, reference...
[clan/joel.poudroux_clan.git]
/
configclan
blob
5f5ce52cbe1746d49109ef35f412cbf45f714ee1
1
#! /bin/sh
2
3
if
! [
-f
configure
];
then
4
.
/
autogen.sh
5
fi
6
mkdir
-p
build
&&
cd
build
&&
..
/
configure $@
7
echo
"Please make the project from the build/ directory"
8