git://lisas.de
/
terminatorX.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Drop the old SVGs that have been replaced with the stock versions
[terminatorX.git]
/
autogen.sh
1
#!/bin/sh
2
3
echo Creating files required for building terminatorX...
4
aclocal -Wno-portability
5
autoheader
6
automake --add-missing -Wno-portability
7
autoconf
8
echo Now run \"./configure\"