Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Check in a fix from Johann Lombardi about missing get_bh().
[fs/lustre-release.git]
/
configure.ac
1
2
AC_INIT([Lustre], [LUSTRE_VERSION], [https://bugzilla.lustre.org/], [lustre])
3
sinclude(lustre/autoconf/lustre-version.ac)
4
5
# Overridden in LB_PATH_LDISKFS on certain branches
6
AM_CONDITIONAL(LDISKFS_ENABLED, false)
7
8
LB_CHECK_VERSION
9
10
LC_CONFIG_SRCDIR
11
12
AC_CANONICAL_SYSTEM
13
14
AM_INIT_AUTOMAKE
15
# AM_MAINTAINER_MODE
16
17
AC_PROG_CC
18
19
LB_CONFIGURE