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 d136f93..7617d61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
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([libirecovery], [1.0.1], [https://github.com/libimobiledevice/libirecovery/issues],, [https://libimobiledevice.org]) 5AC_INIT([libirecovery], [1.0.1], [https://github.com/libimobiledevice/libirecovery/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])
@@ -24,12 +24,11 @@ AC_SUBST(LIBIRECOVERY_SO_VERSION)
24 24
25# Checks for programs. 25# Checks for programs.
26AC_PROG_CC 26AC_PROG_CC
27AC_PROG_CXX 27#AC_PROG_CXX
28AM_PROG_CC_C_O 28AM_PROG_CC_C_O
29AC_PROG_LIBTOOL 29LT_INIT
30 30
31# Checks for header files. 31# Checks for header files.
32AC_HEADER_STDC
33AC_CHECK_HEADERS([stdint.h stdlib.h string.h]) 32AC_CHECK_HEADERS([stdint.h stdlib.h string.h])
34 33
35# Checks for typedefs, structures, and compiler characteristics. 34# Checks for typedefs, structures, and compiler characteristics.
@@ -180,7 +179,7 @@ AM_CONDITIONAL(WITH_UDEV, test "x$with_udev" = "xyes")
180 179
181m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) 180m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
182 181
183AC_OUTPUT([ 182AC_CONFIG_FILES([
184Makefile 183Makefile
185src/Makefile 184src/Makefile
186src/libirecovery-1.0.pc 185src/libirecovery-1.0.pc
@@ -188,6 +187,7 @@ include/Makefile
188tools/Makefile 187tools/Makefile
189udev/Makefile 188udev/Makefile
190]) 189])
190AC_OUTPUT
191 191
192echo " 192echo "
193Configuration for $PACKAGE $VERSION: 193Configuration for $PACKAGE $VERSION: