We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e524c commit 54efea9Copy full SHA for 54efea9
configure.ac
@@ -1,7 +1,8 @@
1
+AC_PREREQ([2.62])
2
AC_INIT([patchelf], m4_esyscmd([printf $(cat ./version)]))
3
AC_CONFIG_SRCDIR([src/patchelf.cc])
4
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 foreign color-tests parallel-tests])
5
+AM_INIT_AUTOMAKE([1.11.1 -Wall -Werror dist-bzip2 foreign color-tests parallel-tests])
6
7
AM_PROG_CC_C_O
8
AC_PROG_CXX
0 commit comments