aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2011-11-15 13:43:32 -0500
committerAnthony G. Basile <blueness@gentoo.org>2011-11-15 13:43:32 -0500
commit91bb8f004e5913a2ef1824af2557514470bc368e (patch)
tree16045064ee0ba020e81690d36bd5bde942edd8a4 /configure.ac
parentsrc/{fix-gnustack.c,paxctl-ng.c}: fix exit code (diff)
downloadelfix-91bb8f004e5913a2ef1824af2557514470bc368e.tar.gz
elfix-91bb8f004e5913a2ef1824af2557514470bc368e.tar.bz2
elfix-91bb8f004e5913a2ef1824af2557514470bc368e.zip
tests/pxtpax: compare file's and process's pax flags
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 10 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 24508c8..57ca11b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,10 +49,15 @@ AC_TYPE_UINT16_T
# Checks for library functions.
AC_FUNC_ERROR_AT_LINE
-AC_CONFIG_FILES([Makefile
- src/Makefile
- scripts/Makefile
- doc/Makefile
- tests/Makefile])
+AC_CONFIG_FILES([
+ Makefile
+ src/Makefile
+ scripts/Makefile
+ doc/Makefile
+ tests/Makefile
+ tests/gnustack/Makefile
+ tests/gnustack/Makefile
+ tests/pxtpax/Makefile
+])
AC_OUTPUT