diff options
| author | 2021-09-13 20:06:50 +0200 | |
|---|---|---|
| committer | 2021-09-13 20:06:50 +0200 | |
| commit | bcf56b30fea3b841ee11a9b4f3ac74f6de465f3d (patch) | |
| tree | 70b4f8642544771453d93682ce6a71a4d4e72010 /configure.ac | |
| parent | 3dda9d2701a34f02058425eea25431122283177c (diff) | |
| download | libirecovery-bcf56b30fea3b841ee11a9b4f3ac74f6de465f3d.tar.gz libirecovery-bcf56b30fea3b841ee11a9b4f3ac74f6de465f3d.tar.bz2 | |
Update deprecated autoconf macros and m4 files
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 10 |
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 | ||
| 4 | AC_PREREQ(2.64) | 4 | AC_PREREQ(2.68) |
| 5 | AC_INIT([libirecovery], [1.0.1], [https://github.com/libimobiledevice/libirecovery/issues],, [https://libimobiledevice.org]) | 5 | AC_INIT([libirecovery], [1.0.1], [https://github.com/libimobiledevice/libirecovery/issues],, [https://libimobiledevice.org]) |
| 6 | AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) | 6 | AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) |
| 7 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) | 7 | m4_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. |
| 26 | AC_PROG_CC | 26 | AC_PROG_CC |
| 27 | AC_PROG_CXX | 27 | #AC_PROG_CXX |
| 28 | AM_PROG_CC_C_O | 28 | AM_PROG_CC_C_O |
| 29 | AC_PROG_LIBTOOL | 29 | LT_INIT |
| 30 | 30 | ||
| 31 | # Checks for header files. | 31 | # Checks for header files. |
| 32 | AC_HEADER_STDC | ||
| 33 | AC_CHECK_HEADERS([stdint.h stdlib.h string.h]) | 32 | AC_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 | ||
| 181 | m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) | 180 | m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) |
| 182 | 181 | ||
| 183 | AC_OUTPUT([ | 182 | AC_CONFIG_FILES([ |
| 184 | Makefile | 183 | Makefile |
| 185 | src/Makefile | 184 | src/Makefile |
| 186 | src/libirecovery-1.0.pc | 185 | src/libirecovery-1.0.pc |
| @@ -188,6 +187,7 @@ include/Makefile | |||
| 188 | tools/Makefile | 187 | tools/Makefile |
| 189 | udev/Makefile | 188 | udev/Makefile |
| 190 | ]) | 189 | ]) |
| 190 | AC_OUTPUT | ||
| 191 | 191 | ||
| 192 | echo " | 192 | echo " |
| 193 | Configuration for $PACKAGE $VERSION: | 193 | Configuration for $PACKAGE $VERSION: |
