projects
/
paraslash.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial git commit
[paraslash.git]
/
autogen.sh
1
#!/bin/sh
2
echo preparing...
3
if test -f Makefile; then
4
make maintainer-clean > /dev/null
5
fi
6
aclocal &> /dev/null
7
autoconf
8
autoheader
9
echo configuring...
10
./configure $@ > /dev/null
11
echo compiling...
12
make clean all > /dev/null