From: Tom Tucker <[email protected]> Added AC_PROG_LIBTOOL to configure.in to fix an autogen.sh warning about LIBTOOL configuration.
Signed-off-by: Tom Tucker <[email protected]> --- configure.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure.in b/configure.in index 927c406..2bb4aee 100644 --- a/configure.in +++ b/configure.in @@ -12,6 +12,7 @@ dnl Checks for programs AC_PROG_CC AC_GNU_SOURCE AC_PROG_LN_S +AC_PROG_LIBTOOL LT_INIT -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
