Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
LU-12236 lnet: support non-default network namespace
[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
pw="$PWD"
7
for dir in libcfs lnet lustre snmp ; do
8
ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $pw/$dir/autoconf"
9
done
10
11
libtoolize -q
12
aclocal -I $pw/config $ACLOCAL_FLAGS
13
autoheader
14
automake -a -c
15
autoconf