]> git.llucax.com Git - software/libev.git/blob - autogen.sh
Add missing free functions to ev namespace.
[software/libev.git] / autogen.sh
1 #!/bin/sh
2
3 libtoolize --force
4 automake --add-missing
5 autoreconf
6