repo.or.cz
/
crack-attack.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed problem with using -1 and --solo. These flags can't be used together.
[crack-attack.git]
/
autogen.sh
blob
52b67439cc0076a0b91ec54417382818f36da761
1
#!/bin/sh
2
3
aclocal-1.8
$ACLOCAL_FLAGS
||
exit
;
4
autoheader-2.59 ||
exit
;
5
autoconf-2.59 ||
exit
;
6
automake-1.8
--add-missing --copy
||
exit
;
7
.
/
configure $@
8