repo.or.cz
/
claws.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
enable ascii-armored gpg messages
[claws.git]
/
autogen.sh
blob
9b71bf130c2598438293799800e7d022758129c5
1
#!/bin/sh
2
3
aclocal
-I
ac \
4
&&
autoheader \
5
&&
automake
--add-missing --foreign --copy
\
6
&&
autoconf \
7
&&
.
/
configure
--enable-maintainer-mode
$@