]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/libibverbs/fixes/configure_in-AC_PROG_LIBTOOL-for-automake.patch
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / libibverbs / fixes / configure_in-AC_PROG_LIBTOOL-for-automake.patch
1 From 8f2b7717984fe025d357023bdd2e1b17cd7bcb0b Mon Sep 17 00:00:00 2001
2 From: Jack Morgenstein <jackm@dev.mellanox.co.il>
3 Date: Mon, 7 Jun 2010 18:21:53 +0300
4 Subject: configure.in -- add AC_PROG_LIBTOOL for earlier versions of automake.
5
6 Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
7 ---
8  configure.in |    1 +
9  1 files changed, 1 insertions(+), 0 deletions(-)
10
11 diff --git a/configure.in b/configure.in
12 index 83368a9..d0678c8 100644
13 --- a/configure.in
14 +++ b/configure.in
15 @@ -13,6 +13,7 @@ AC_PROG_CC
16  AC_GNU_SOURCE
17  AC_PROG_LN_S
18  
19 +AC_PROG_LIBTOOL
20  LT_INIT
21  
22  AC_ARG_WITH([valgrind],
23 -- 
24 1.6.3.2
25