Whamcloud - gitweb
LU-1199 build: Increase ldiskfs version to 4.1.0
[fs/lustre-release.git] / ldiskfs / autogen.sh
1 #!/bin/sh
2
3 # NOTE: Please avoid bashisms (bash specific syntax) in this script
4
5 # enable execution tracing
6 set -x
7
8 error()
9 {
10         rc=$?
11         echo "$1 failed (rc=$rc).  Aborting."
12         exit 1
13 }
14
15 aclocal -I $PWD/config || error "aclocal"
16 autoheader || error "autoheader"
17 automake -a -c -W no-portability || error "automake"
18 autoconf || error "autoconf"