diff options
Diffstat (limited to 'gprofng')
-rw-r--r-- | gprofng/Makefile.am | 7 | ||||
-rw-r--r-- | gprofng/Makefile.in | 5 | ||||
-rwxr-xr-x | gprofng/configure | 1 |
3 files changed, 8 insertions, 5 deletions
diff --git a/gprofng/Makefile.am b/gprofng/Makefile.am index 2fcd695..96f8015 100644 --- a/gprofng/Makefile.am +++ b/gprofng/Makefile.am @@ -23,11 +23,14 @@ AUTOMAKE_OPTIONS = dejagnu foreign if BUILD_COLLECTOR COLLECTOR_SUBDIRS = libcollector endif +if BUILD_MAN + DOC_SUBDIR = doc +endif if BUILD_SRC - SRC_SUBDIRS = src gp-display-html doc + SRC_SUBDIRS = src gp-display-html $(DOC_SUBDIR) endif SUBDIRS = $(COLLECTOR_SUBDIRS) $(SRC_SUBDIRS) -DIST_SUBDIRS = libcollector src gp-display-html doc +DIST_SUBDIRS = libcollector src gp-display-html $(DOC_SUBDIR) # Setup the testing framework, if you have one EXPECT = expect diff --git a/gprofng/Makefile.in b/gprofng/Makefile.in index fd5279b..d660f99 100644 --- a/gprofng/Makefile.in +++ b/gprofng/Makefile.in @@ -381,9 +381,10 @@ zlibinc = @zlibinc@ ACLOCAL_AMFLAGS = -I . -I .. AUTOMAKE_OPTIONS = dejagnu foreign @BUILD_COLLECTOR_TRUE@COLLECTOR_SUBDIRS = libcollector -@BUILD_SRC_TRUE@SRC_SUBDIRS = src gp-display-html doc +@BUILD_MAN_TRUE@DOC_SUBDIR = doc +@BUILD_SRC_TRUE@SRC_SUBDIRS = src gp-display-html $(DOC_SUBDIR) SUBDIRS = $(COLLECTOR_SUBDIRS) $(SRC_SUBDIRS) -DIST_SUBDIRS = libcollector src gp-display-html doc +DIST_SUBDIRS = libcollector src gp-display-html $(DOC_SUBDIR) RUNTEST = runtest RUNTESTFLAGS = BASEDIR = $(srcdir)/.. diff --git a/gprofng/configure b/gprofng/configure index 301ac10..c90e36c 100755 --- a/gprofng/configure +++ b/gprofng/configure @@ -16628,7 +16628,6 @@ LIBC=gnu EOF cc_set_libc=`$CC -E "dummy.c" 2>/dev/null | grep '^LIBC=' | sed 's, ,,g'` eval "$cc_set_libc" -echo "cc_set_libc=$cc_set_libc;" if test "$LIBC" = musl; then $as_echo "#define __MUSL_LIBC 1" >>confdefs.h |