summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Matt Colyer2009-05-10 08:10:29 -0700
committerGravatar Matt Colyer2009-05-10 08:10:29 -0700
commite91caeb1c9929f9dc8af747bb3a2e52ec06b03af (patch)
treeedd34dcbe9c2e93226c1ed38d4f1105a4ecea539 /configure.ac
parent3fa20655e507cf2d29a2d2e6a97f0e1d017b7905 (diff)
downloadlibimobiledevice-e91caeb1c9929f9dc8af747bb3a2e52ec06b03af.tar.gz
libimobiledevice-e91caeb1c9929f9dc8af747bb3a2e52ec06b03af.tar.bz2
The libtool macro is needed here.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8c7921d..a7b627e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,8 @@ AC_CONFIG_SRCDIR([src/])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
+AC_PROG_LIBTOOL
+
AM_PATH_PYTHON(2.3)
AC_PROG_SWIG(1.3.21)
SWIG_PYTHON