diff options
author | Xavier Roche <roche@httrack.com> | 2023-01-15 11:00:14 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2023-01-15 11:12:31 +0100 |
commit | 9b7ad3c899d3382b8efecf1496e4bd133c41bc0b (patch) | |
tree | d0d2771e92d920ac15479e4bcb4f603458dc64b7 /man/Makefile.in | |
parent | 4f24477a13e53346577691a0193e588e9ba992aa (diff) |
Fixed gl_VISIBILITY hidden dependency
Copied from https://raw.githubusercontent.com/coreutils/gnulib/master/m4/visibility.m4
Closes #245
Diffstat (limited to 'man/Makefile.in')
-rw-r--r-- | man/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/Makefile.in b/man/Makefile.in index 1badcf2..ce2ecab 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -93,7 +93,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/check_zlib.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/snprintf.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) @@ -167,6 +167,7 @@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAGS_PIE = @CFLAGS_PIE@ +CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ @@ -185,6 +186,7 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ +HAVE_VISIBILITY = @HAVE_VISIBILITY@ HTTPS_SUPPORT = @HTTPS_SUPPORT@ ICONV_LIBS = @ICONV_LIBS@ INSTALL = @INSTALL@ |