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.
2 parents d9c9926 + 54efea9 commit 4dc6e9eCopy full SHA for 4dc6e9e
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 serial-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
tests/no-rpath-prebuild.sh
@@ -4,7 +4,7 @@ ARCH="$1"
PAGESIZE=4096
if [ -z "$ARCH" ]; then
- ARCH=$(basename $0 .sh | sed -e 's/.*-//')
+ ARCH=$(basename $0 .sh | sed -e 's/^no-rpath-//')
fi
9
10
SCRATCH=scratch/no-rpath-$ARCH
0 commit comments