X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=configure.ac;h=af63f99b5b42d09ed9df7021a5bd2b97b16baf4a;hb=1c9a3e2d271981c8f2757443da5337cac8a8a749;hp=57c0c473759fc0c1381914c0845d9c48b7823d97;hpb=7b659a1e68174212c443761be1880774b440a901;p=fs%2Flustre-release.git diff --git a/configure.ac b/configure.ac index 57c0c47..af63f99 100644 --- a/configure.ac +++ b/configure.ac @@ -1,22 +1,24 @@ AC_PREREQ([2.57]) -AC_INIT([Lustre], m4_esyscmd([sh -c "./LUSTRE-VERSION-GEN | tr -d '\n'"]), - [https://jira.hpdd.intel.com/], [lustre]) +AC_INIT([Lustre], m4_esyscmd_s([./LUSTRE-VERSION-GEN]), + [https://jira.whamcloud.com/], [lustre]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_MACRO_DIR([config]) LC_CONFIG_SRCDIR -AC_CANONICAL_SYSTEM +AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability subdir-objects]) +AM_INIT_AUTOMAKE([1.10 tar-pax -Wno-portability subdir-objects]) AM_MAINTAINER_MODE([enable]) AC_PROG_CC -AC_PROG_LIBTOOL +LT_INIT AC_PROG_MKDIR_P AM_PROG_AS +AC_PATH_PROG(FLEX, flex) +AC_PATH_PROG(BISON, bison) AC_PATH_PROG(RPMBUILD, rpmbuild) AC_CHECK_TOOLS(AR, ar)