]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/management/libibmad/autogen.sh
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / ofed / management / libibmad / autogen.sh
1 #! /bin/sh
2
3 # create config dir if not exist
4 test -d config || mkdir config
5
6 set -x
7 aclocal -I config
8 libtoolize --force --copy
9 autoheader
10 automake --foreign --add-missing --copy
11 autoconf