Merge pull request #324 from ovpanait/strip

configure.ac: add check for strip
This commit is contained in:
Domen Kožar
2021-09-26 11:54:19 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ AC_CONFIG_SRCDIR([src/patchelf.cc])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11.1 -Wall -Werror dist-bzip2 foreign color-tests parallel-tests])
AC_CHECK_TOOL([STRIP], [strip])
AM_PROG_CC_C_O
AC_PROG_CXX
AM_PROG_AS

View File

@@ -1,7 +1,5 @@
LIBS =
STRIP ?= strip
check_PROGRAMS = simple-pie simple main too-many-strtab main-scoped big-dynstr no-rpath contiguous-note-sections
no_rpath_arch_TESTS = \