Skip to content
Snippets Groups Projects
  • scjody's avatar
    3731004f
    Branch b1_6 · 3731004f
    scjody authored
    Only copy Module.symvers if ldiskfs is enabled; fixes patchless build.
    
    b=12842
    i=johann
    i=zhenyu.xu
    3731004f
    History
    Branch b1_6
    scjody authored
    Only copy Module.symvers if ldiskfs is enabled; fixes patchless build.
    
    b=12842
    i=johann
    i=zhenyu.xu
configure.ac 337 B

AC_INIT([Lustre], [LUSTRE_VERSION], [https://bugzilla.lustre.org/], [lustre])
sinclude(lustre/autoconf/lustre-version.ac)

# Overridden in LB_PATH_LDISKFS on certain branches
AM_CONDITIONAL(LDISKFS_ENABLED, false)

LB_CHECK_VERSION

LC_CONFIG_SRCDIR

AC_CANONICAL_SYSTEM

AM_INIT_AUTOMAKE
# AM_MAINTAINER_MODE

AC_PROG_CC

LB_CONFIGURE