Skip to content

Commit 54efea9

Browse files
committed
Set automake and autoconf versions required for parallel-tests
1 parent a6e524c commit 54efea9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
AC_PREREQ([2.62])
12
AC_INIT([patchelf], m4_esyscmd([printf $(cat ./version)]))
23
AC_CONFIG_SRCDIR([src/patchelf.cc])
34
AC_CONFIG_AUX_DIR([build-aux])
4-
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])
56

67
AM_PROG_CC_C_O
78
AC_PROG_CXX

0 commit comments

Comments
 (0)