Skip to content
Snippets Groups Projects
configure.ac 489 B
Newer Older
AC_INIT([Lustre], m4_esyscmd([sh -c "./LUSTRE-VERSION-GEN | tr -d '\n'"]),
        [https://jira.whamcloud.com/], [lustre])
jacob's avatar
jacob committed

AC_CONFIG_AUX_DIR([config])
AC_CONFIG_MACRO_DIR([config])

jacob's avatar
jacob committed
LC_CONFIG_SRCDIR
jacob's avatar
jacob committed

jacob's avatar
jacob committed
AC_CANONICAL_SYSTEM
jacob's avatar
jacob committed

AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability subdir-objects])
AM_MAINTAINER_MODE([enable])
jacob's avatar
jacob committed

jacob's avatar
jacob committed
AC_PROG_CC
AC_PATH_PROG(RPMBUILD, rpmbuild)
AC_CHECK_TOOLS(AR, ar)

jacob's avatar
jacob committed
LB_CONFIGURE