set -e
pw="$PWD"
-for dir in libcfs lnet lustre ; do
- ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $pw/$dir/autoconf"
-done
# avoid the "modules.order: No such file or directory" failure
touch modules.order
#
# This file is part of Lustre, http://www.lustre.org/
#
-# config/Makefile.am
-#
# Template to generate Makefile
#
EXTRA_DIST = lustre-build.m4 lustre-build-linux.m4
EXTRA_DIST += lustre-build-ldiskfs.m4 lustre-build-zfs.m4
EXTRA_DIST += lustre-toolchain.m4 lustre-compiler-plugins.m4
+EXTRA_DIST += lustre-core.m4 kerberos5.m4 ac_pkg_swig.m4
+EXTRA_DIST += ac_python_devel.m4 lustre-lnet.m4
+EXTRA_DIST += lustre-libcfs.m4
[AC_CONFIG_FILES([
lustre/Makefile
lustre/autoMakefile
-lustre/autoconf/Makefile
lustre/conf/Makefile
lustre/conf/resource/Makefile
lustre/doc/Makefile
AC_CONFIG_FILES([
libcfs/Makefile
libcfs/autoMakefile
-libcfs/autoconf/Makefile
libcfs/include/Makefile
libcfs/include/libcfs/Makefile
libcfs/include/uapi/Makefile
AC_CONFIG_FILES([
lnet/Makefile
lnet/autoMakefile
-lnet/autoconf/Makefile
lnet/doc/Makefile
lnet/include/Makefile
lnet/include/lnet/Makefile
# This file is part of Lustre, http://www.lustre.org/
#
-SUBDIRS = libcfs include autoconf
+SUBDIRS = libcfs include
+++ /dev/null
-/Makefile.in
+++ /dev/null
-# SPDX-License-Identifier: GPL-2.0
-
-#
-# This file is part of Lustre, http://www.lustre.org/
-#
-
-EXTRA_DIST = lustre-libcfs.m4
# This file is part of Lustre, http://www.lustre.org/
#
-SUBDIRS = lnet klnds selftest doc utils include \
- autoconf
+SUBDIRS = lnet klnds selftest doc utils include
-DIST_SUBDIRS = lnet klnds selftest doc utils include \
- autoconf
+DIST_SUBDIRS = lnet klnds selftest doc utils include
+++ /dev/null
-/Makefile.in
+++ /dev/null
-# SPDX-License-Identifier: GPL-2.0
-
-#
-# This file is part of Lustre, http://www.lustre.org/
-#
-
-EXTRA_DIST = lustre-lnet.m4
# also update lustre/autoconf/lustre-core.m4 AC_CONFIG_FILES
ALWAYS_SUBDIRS = include obdclass ldlm ptlrpc obdecho ec \
- mgc fid fld doc utils tests scripts autoconf conf
+ mgc fid fld doc utils tests scripts conf
SERVER_SUBDIRS = mgs mdt mdd ofd osd-zfs osd-ldiskfs \
quota osp lod target lfsck
+++ /dev/null
-/Makefile.in
+++ /dev/null
-EXTRA_DIST = lustre-core.m4 kerberos5.m4 ac_pkg_swig.m4 ac_python_devel.m4