1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/contrib/ofed/libmlx4/autogen.sh
2011-03-21 09:58:24 +00:00

9 lines
123 B
Bash
Executable File

#! /bin/sh
set -x
aclocal -I config
libtoolize --force --copy
autoheader
automake --foreign --add-missing --copy
autoconf