summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alk@tut.by>2013-11-16 15:05:45 -0800
committerAliaksey Kandratsenka <alk@tut.by>2013-11-16 15:44:52 -0800
commitf216317a879e972ceafe77e61b2d66fd5f29922e (patch)
tree2512a067475d8bce65ce07bb3c009f1a08c56b88
parentd4f4c5a3104e30b14b1090241fb4d0fac6a0e357 (diff)
downloadgperftools-f216317a879e972ceafe77e61b2d66fd5f29922e.tar.gz
use AC_PROG_LIBTOOL to summon libtool
So that older autotools of rhel 5 can be used
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 28a9252..6191ca9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,7 +99,7 @@ AS_IF([test -n "$OBJCOPY"], [dnl
[gpt_cv_objcopy_weaken=no])
AM_CONDITIONAL(HAVE_OBJCOPY_WEAKEN, test $gpt_cv_objcopy_weaken = yes)
-LT_INIT([])
+AC_PROG_LIBTOOL
AC_C_INLINE
AX_C___ATTRIBUTE__