summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLandry Breuil <landry@rhaalovely.net>2011-05-31 11:06:31 +0100
committerRichard Hughes <richard@hughsie.com>2011-05-31 11:06:31 +0100
commit9d40aa4a2d24dfc3ce6045ba8521c1db69fb423a (patch)
tree02bfa2c3a148830dc2d2f84b5b032563f4786bba
parent390d295b5be6f0b18ada260507cb026f6b158c1a (diff)
Add AC_PROG_LIBTOOL as advised by autotools
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e2bb18b..68213f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,6 +45,7 @@ AC_SUBST(LT_AGE)
AC_SEARCH_LIBS([strerror],[cposix])
AC_PROG_CC
+AC_PROG_LIBTOOL
AC_HEADER_STDC
LT_INIT