git://lisas.de
/
terminatorX.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Importing the sources - Alex
[terminatorX.git]
/
aseqjoy
/
autogen.sh
1
#!/bin/sh
2
3
echo Creating files required for building aseqjoy...
4
aclocal
5
autoheader
6
automake --add-missing
7
autoconf
8
echo Now run \"./configure\"