Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre-iokit / configure.ac
1 AC_INIT
2 AM_INIT_AUTOMAKE(lustre-iokit,1.2)
3 AC_PATH_PROGS(BASH, bash)
4 AC_PATH_PROGS(PERL, perl)
5 RELEASE="`date +%Y%m%d%H%M`"
6 AC_SUBST(RELEASE)
7
8 AC_OUTPUT(
9 lustre-iokit.spec
10 Makefile
11 sgpdd-survey/Makefile
12 obdfilter-survey/Makefile
13 ost-survey/Makefile
14 ior-survey/Makefile
15 stats-collect/Makefile
16 )