]> Pileus Git - ~andy/rsl/blob - autogen.sh
Remove edge/libetor functions
[~andy/rsl] / autogen.sh
1 #!/bin/sh
2
3 libtoolize
4 aclocal
5 autoheader
6 automake -f -a -c
7 autoconf
8
9 # Run configure
10 ./configure "$@"