aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-05-20 09:13:02 -0400
committerAnthony G. Basile <blueness@gentoo.org>2013-05-20 09:13:02 -0400
commit7b4c42ceda9aac0c02fcd94611fef755635f1182 (patch)
tree7b5b1d21c9e1679d992fc2994bca170b8eaa45aa /doc
parentBump to automake 1.12 (diff)
downloadelfix-7b4c42ceda9aac0c02fcd94611fef755635f1182.tar.gz
elfix-7b4c42ceda9aac0c02fcd94611fef755635f1182.tar.bz2
elfix-7b4c42ceda9aac0c02fcd94611fef755635f1182.zip
configure.ac: check if ELF_C_RDWR_MMAP is declared in libelf.h
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5433f87..323b53f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,3 +1,6 @@
ACLOCAL_AMFLAGS = -I m4
-dist_man_MANS = fix-gnustack.1 paxctl-ng.1 revdep-pax.1
+dist_man_MANS = paxctl-ng.1 revdep-pax.1
+if BUILD_ELF
+dist_man_MANS += fix-gnustack.1
+endif