mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-19 11:24:11 +08:00
Merge pull request #324 from ovpanait/strip
configure.ac: add check for strip
This commit is contained in:
@@ -4,6 +4,8 @@ AC_CONFIG_SRCDIR([src/patchelf.cc])
|
|||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AM_INIT_AUTOMAKE([1.11.1 -Wall -Werror dist-bzip2 foreign color-tests parallel-tests])
|
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
|
AM_PROG_CC_C_O
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AM_PROG_AS
|
AM_PROG_AS
|
||||||
|
@@ -1,7 +1,5 @@
|
|||||||
LIBS =
|
LIBS =
|
||||||
|
|
||||||
STRIP ?= strip
|
|
||||||
|
|
||||||
check_PROGRAMS = simple-pie simple main too-many-strtab main-scoped big-dynstr no-rpath contiguous-note-sections
|
check_PROGRAMS = simple-pie simple main too-many-strtab main-scoped big-dynstr no-rpath contiguous-note-sections
|
||||||
|
|
||||||
no_rpath_arch_TESTS = \
|
no_rpath_arch_TESTS = \
|
||||||
|
Reference in New Issue
Block a user