repo.or.cz
/
python-gnt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sort the child nodes too, and remove some debugging info.
[python-gnt.git]
/
autogen.sh
blob
0bad4863454fedf0522b66b60a408d37a1e70983
1
#!/bin/sh
2
3
aclocal
4
autoheader
5
automake
--add-missing --copy
;
6
autoconf
7
automake
8
9
echo
;
10
echo
"Running ./configure $@"
11
echo
;
12
.
/
configure $@
13