aboutsummaryrefslogtreecommitdiff
path: root/gprofng/doc
diff options
context:
space:
mode:
authorVladimir Mezentsev <vladimir.mezentsev@oracle.com>2022-04-06 15:31:27 -0700
committerVladimir Mezentsev <vladimir.mezentsev@oracle.com>2022-04-08 09:05:37 -0700
commitc10622fef4660111a53f4ccbd7b336dbdd7971ab (patch)
tree0c0c8deaaac35f40714cd9fbf5a8726b35b6a374 /gprofng/doc
parent6849c6a2b8f4588a30eaf83a58a3d2c38c6cae60 (diff)
downloadbinutils-c10622fef4660111a53f4ccbd7b336dbdd7971ab.zip
binutils-c10622fef4660111a53f4ccbd7b336dbdd7971ab.tar.gz
binutils-c10622fef4660111a53f4ccbd7b336dbdd7971ab.tar.bz2
gprofng: zlib handling
gprofng/ChangeLog 2022-04-06 Vladimir Mezentsev <vladimir.mezentsev@oracle.com> * configure.ac: Add AM_ZLIB. * src/Makefile.am: Add $(ZLIBINC) and $(ZLIB). * gprofng/src/DbeSession.h: Likewise. * configure: Regenerate. * Makefile.in: Regenerate. * doc/Makefile.in: Regenerate. * gp-display-html/Makefile.in: Regenerate. * src/Makefile.in: Regenerate.
Diffstat (limited to 'gprofng/doc')
-rw-r--r--gprofng/doc/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/gprofng/doc/Makefile.in b/gprofng/doc/Makefile.in
index 7eb552b..03d9e24 100644
--- a/gprofng/doc/Makefile.in
+++ b/gprofng/doc/Makefile.in
@@ -115,7 +115,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../libtool.m4 \
$(top_srcdir)/../config/enable.m4 \
$(top_srcdir)/../config/ax_pthread.m4 \
$(top_srcdir)/config/bison.m4 $(top_srcdir)/../bfd/version.m4 \
- $(top_srcdir)/configure.ac
+ $(top_srcdir)/../config/zlib.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/version.texi \
@@ -357,6 +357,8 @@ target_vendor = @target_vendor@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
+zlibdir = @zlibdir@
+zlibinc = @zlibinc@
AUTOMAKE_OPTIONS = info-in-builddir foreign no-texinfo.tex
info_TEXINFOS = gprofng.texi
gprofng_TEXINFOS = fdl.texi