repo.or.cz
/
panda.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add st-handle.h
[panda.git]
/
autogen.sh
blob
b82c3bdfafaea6649bf78914a33844514b8b6027
1
#!/bin/sh
2
3
PROJECT
=
panda
4
5
srcdir
=
$
(
dirname
$0
)
6
test -z
"
$srcdir
"
&&
srcdir
=
.
7
8
(
test -f
$srcdir
/
configure.ac
)
||
{
9
echo
"Directory
\"
$srcdir
\"
does not look like the top-level
$PROJECT
directory"
1
>&
2
10
exit
1
11
}
12
13
autoreconf
--force --install --verbose
14
.
/
configure $@
15