projects
/
claws.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
bug in cursor up navigation fixed
[claws.git]
/
autogen.sh
1
#!/bin/sh
2
3
aclocal -I ac \
4
&& autoheader \
5
&& automake --add-missing --foreign --copy \
6
&& autoconf \
7
&& ./configure --enable-maintainer-mode $@