X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre-iokit%2Fconfigure.ac;h=b25db9b36c1843f309d32ce70419494c9b177ff9;hb=2d5f51b92f6eb45e9fd6ae57f8d9ec349049ea14;hp=9592dadddd4baaf23ca10ab94f98c526d5a135a7;hpb=3aeb0ce0fa8385c9da9d4930d482f5c3cd5116fe;p=fs%2Flustre-release.git diff --git a/lustre-iokit/configure.ac b/lustre-iokit/configure.ac index 9592dad..b25db9b 100644 --- a/lustre-iokit/configure.ac +++ b/lustre-iokit/configure.ac @@ -1,8 +1,9 @@ AC_INIT -AM_INIT_AUTOMAKE(lustre-iokit,1.1) +AC_CONFIG_AUX_DIR([.]) +AM_INIT_AUTOMAKE(lustre-iokit,1.4.0) AC_PATH_PROGS(BASH, bash) AC_PATH_PROGS(PERL, perl) -RELEASE="`date +%Y%m%d%H%M`" +RELEASE="1" AC_SUBST(RELEASE) AC_OUTPUT( @@ -12,4 +13,6 @@ sgpdd-survey/Makefile obdfilter-survey/Makefile ost-survey/Makefile ior-survey/Makefile +mds-survey/Makefile +stats-collect/Makefile )