summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index bd061fc..a95bc69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
1# -*- Autoconf -*- 1# -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script. 2# Process this file with autoconf to produce a configure script.
3 3
4AC_PREREQ(2.64) 4AC_PREREQ([2.68])
5AC_INIT([libimobiledevice], [1.3.1], [https://github.com/libimobiledevice/libimobiledevice/issues],, [https://libimobiledevice.org]) 5AC_INIT([libimobiledevice], [1.3.1], [https://github.com/libimobiledevice/libimobiledevice/issues], [], [https://libimobiledevice.org])
6AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) 6AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news])
7m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) 7m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
8AC_CONFIG_SRCDIR([src/]) 8AC_CONFIG_SRCDIR([src/])
@@ -29,14 +29,13 @@ AC_SUBST(LIBPLIST_VERSION)
29AC_PROG_CC 29AC_PROG_CC
30AC_PROG_CXX 30AC_PROG_CXX
31AM_PROG_CC_C_O 31AM_PROG_CC_C_O
32AC_PROG_LIBTOOL 32LT_INIT
33 33
34# Checks for libraries. 34# Checks for libraries.
35PKG_CHECK_MODULES(libusbmuxd, libusbmuxd-2.0 >= $LIBUSBMUXD_VERSION) 35PKG_CHECK_MODULES(libusbmuxd, libusbmuxd-2.0 >= $LIBUSBMUXD_VERSION)
36PKG_CHECK_MODULES(libplist, libplist-2.0 >= $LIBPLIST_VERSION) 36PKG_CHECK_MODULES(libplist, libplist-2.0 >= $LIBPLIST_VERSION)
37 37
38# Checks for header files. 38# Checks for header files.
39AC_HEADER_STDC
40AC_CHECK_HEADERS([stdint.h stdlib.h string.h gcrypt.h]) 39AC_CHECK_HEADERS([stdint.h stdlib.h string.h gcrypt.h])
41 40
42# Checks for typedefs, structures, and compiler characteristics. 41# Checks for typedefs, structures, and compiler characteristics.
@@ -241,7 +240,7 @@ AC_SYS_LARGEFILE
241 240
242m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) 241m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
243 242
244AC_OUTPUT([ 243AC_CONFIG_FILES([
245Makefile 244Makefile
246common/Makefile 245common/Makefile
247src/Makefile 246src/Makefile
@@ -252,6 +251,7 @@ cython/Makefile
252docs/Makefile 251docs/Makefile
253doxygen.cfg 252doxygen.cfg
254]) 253])
254AC_OUTPUT
255 255
256echo " 256echo "
257Configuration for $PACKAGE $VERSION: 257Configuration for $PACKAGE $VERSION: