summaryrefslogtreecommitdiffstats
path: root/contrib/ofed/management/libibumad/autogen.sh
blob: 4827884ba1f127b060c8f7cdcf47018ed5588872 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

# create config dir if not exist
test -d config || mkdir config

set -x
aclocal -I config
libtoolize --force --copy
autoheader
automake --foreign --add-missing --copy
autoconf
OpenPOWER on IntegriCloud