Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4e009f
)
Branch HEAD
author
robert.read
<robert.read>
Thu, 19 Jun 2008 23:08:19 +0000
(23:08 +0000)
committer
robert.read
<robert.read>
Thu, 19 Jun 2008 23:08:19 +0000
(23:08 +0000)
b=15969
Don't require libcfs in autogen.sh - this breaks non-HEAD branches.
build/autogen.sh
patch
|
blob
|
history
diff --git
a/build/autogen.sh
b/build/autogen.sh
index
5d77897
..
b406459
100644
(file)
--- a/
build/autogen.sh
+++ b/
build/autogen.sh
@@
-83,7
+83,7
@@
if [ -d kernel_patches ] ; then
REQUIRED_DIRS="build"
CONFIGURE_DIRS=""
else
- REQUIRED_DIRS="build l
ibcfs l
net lustre"
+ REQUIRED_DIRS="build lnet lustre"
OPTIONAL_DIRS="snmp portals"
CONFIGURE_DIRS="libsysio lustre-iokit ldiskfs"
fi