repo.or.cz
/
gnushogi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Warnings: format string issue.
[gnushogi.git]
/
autogen.sh
blob
5b88c9fdeec6db00290fa28e88ab2ba686443f61
1
#!/bin/bash
2
3
autoreconf
-f -i
4
# generate files that cannot be made in a cross-build setup yet
5
.
/
configure
6
make
-C
gnushogi gnushogi_bootstrap
7
make
distclean
8
9
echo
"You may now run ./configure"