Whamcloud - gitweb
LU-3185 build: fix autogen with modern autoconf tools
[fs/lustre-release.git] / lustre-iokit / configure.ac
1 AC_PREREQ([2.57])
2 AC_INIT([lustre-iokit],[2.3.65], [http://bugs.hpdd.intel.com/])
3 AC_CONFIG_AUX_DIR([.])
4 AM_INIT_AUTOMAKE
5 AC_PATH_PROGS(BASH, bash)
6 AC_PATH_PROGS(PERL, perl)
7 RELEASE="1"
8 AC_SUBST(RELEASE)
9
10 AC_OUTPUT(
11 lustre-iokit.spec
12 Makefile
13 sgpdd-survey/Makefile
14 obdfilter-survey/Makefile
15 ost-survey/Makefile
16 ior-survey/Makefile
17 mds-survey/Makefile
18 stats-collect/Makefile
19 )