summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChris Mayo <aklhfex@gmail.com>2015-12-27 18:55:05 +0000
committerChris Mayo <aklhfex@gmail.com>2015-12-27 18:55:05 +0000
commitccffcbd9e988a39654fe6ec5edd6d817f266ded9 (patch)
tree3a1cc4edad333adb95ead1e6c8f10118d2b0b846 /Makefile.am
parent050f2d28be8a63836bd74558b82be7983770a654 (diff)
downloadgperftools-ccffcbd9e988a39654fe6ec5edd6d817f266ded9.tar.gz
support use of configure --docdir argument
Value of docdir was being overridden in Makefile. Retain compatibility with old Autoconf versions that do not provide docdir.
Diffstat (limited to 'Makefile.am')
-rwxr-xr-xMakefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 05f8a2d..0b81b71 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -136,7 +136,6 @@ googleinclude_HEADERS = \
src/google/stacktrace.h \
src/google/tcmalloc.h
-docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
# This is for HTML and other documentation you want to install.
# Add your documentation files (in doc/) in addition to these
# top-level boilerplate files. Also add a TODO file if you have one.