Whamcloud - gitweb
LU-9633 ptlrpc: Add kernel doc style for ptlrpc (14)
[fs/lustre-release.git] / autogen.sh
1 #!/bin/bash
2 # SPDX-License-Identifier: GPL-2.0
3
4 #
5 # This file is part of Lustre, http://www.lustre.org/
6 #
7 # autogen.sh
8 #
9 # Run various autotools, thereby creating the configure
10 # script and top-level make files
11 #
12
13 set -e
14 pw="$PWD"
15
16 # avoid the "modules.order: No such file or directory" failure
17 touch modules.order
18
19 libtoolize -q -f
20 aclocal -I $pw/config $ACLOCAL_FLAGS
21 autoheader
22 automake -a -c
23 autoconf