repo.or.cz
/
kk_librfid.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
paths changed
[kk_librfid.git]
/
librfid
/
autogen.sh
blob
990e162e620fc01ac767ad532e870060087c07b1
1
#!/bin/sh
2
3
run
()
4
{
5
echo
"running: $*"
6
eval
$
*
7
8
if
test
$?
!=
0
;
then
9
echo
"error: while running '$*'"
10
exit
1
11
fi
12
}
13
14
run aclocal
15
run libtoolize
-f
16
run automake
-a
17
run autoconf