projects
/
~tnikolova
/
compat
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
compat-2.6.h: Added missing include
[~tnikolova/compat/.git]
/
configure.ac
1
AC_PREREQ([2.57])
2
AC_INIT([compat_ofa], 1.0, [http://bugs.openfabrics.org/bugzilla], [compat_ofa])
3
4
AC_CONFIG_AUX_DIR([config])
5
AC_CONFIG_MACRO_DIR([config])
6
7
AC_CANONICAL_SYSTEM
8
9
AC_PROG_CC
10
11
AM_PROG_AS
12
13
AC_CHECK_TOOLS(AR, ar)
14
15
SET_BUILD_ARCH
16
LB_PROG_CC
17
OFA_PROG_LINUX
18
LB_CONDITIONALS