]> git.ipfire.org Git - people/ms/strongswan.git/blob - autogen.sh
documentation fixes and updates
[people/ms/strongswan.git] / autogen.sh
1 #!/bin/sh
2 libtoolize --force &&
3 aclocal &&
4 automake -a &&
5 autoconf
6