From 7edbda01ac43142509f95415be2716125a990844 Mon Sep 17 00:00:00 2001
From: "robert.read" <robert.read>
Date: Fri, 3 Oct 2008 22:44:47 +0000
Subject: [PATCH] Branch b1_6 b=16455 i=brian i=adilger

The libcfs macros can be defined as stubs in lnet. I used
m4_ifdef() for LC_CONFIG_SPLIT to localize the change to
a single branch.
---
 lnet/autoconf/lustre-lnet.m4 | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/lnet/autoconf/lustre-lnet.m4 b/lnet/autoconf/lustre-lnet.m4
index 752bf9b07b..480e52a438 100644
--- a/lnet/autoconf/lustre-lnet.m4
+++ b/lnet/autoconf/lustre-lnet.m4
@@ -1587,3 +1587,12 @@ lnet/libcfs/darwin/Makefile
 		;;
 esac
 ])
+
+#
+# LIBCFS stub macros. (These are defined in the libcfs module on HEAD))
+#
+AC_DEFUN([LIBCFS_PATH_DEFAULTS], [])
+AC_DEFUN([LIBCFS_PROG_LINUX], [])
+AC_DEFUN([LIBCFS_CONDITIONALS], [])
+AC_DEFUN([LIBCFS_CONFIGURE], [])
+AC_DEFUN([LIBCFS_CONFIG_FILES], [])
-- 
GitLab