Whamcloud - gitweb
LU-4974 lod: add prefix to struct lod_pool_iterator
[fs/lustre-release.git] / autogen.sh
1 #!/bin/sh
2
3 # NOTE: Please avoid bashisms (bash specific syntax) in this script
4
5 set -e
6
7 for dir in libcfs lnet lustre snmp ; do
8         ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $PWD/$dir/autoconf"
9 done
10
11 aclocal -I $PWD/config $ACLOCAL_FLAGS
12 autoheader
13 automake -a -c
14 autoconf