2 # SPDX-License-Identifier: GPL-2.0
5 # This file is part of Lustre, http://www.lustre.org/
9 # Run various autotools, thereby creating the configure
10 # script and top-level make files
15 for dir in libcfs lnet lustre snmp ; do
16 ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $pw/$dir/autoconf"
19 # avoid the "modules.order: No such file or directory" failure
23 aclocal -I $pw/config $ACLOCAL_FLAGS