[gnutls-devel] GnuTLS | doc: Don't depend on /usr/bin/perl in the Makefile.am. (!1645)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Thu Sep 22 07:51:46 CEST 2022
Daiki Ueno started a new discussion on doc/Makefile.am: https://gitlab.com/gnutls/gnutls/-/merge_requests/1645#note_1109932468
>
> gnutls-api.texi: $(top_srcdir)/lib/includes/gnutls/gnutls.h.in
> echo "" > $@-tmp
> - for i in `$(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \
> + for i in `perl $(top_srcdir)/doc/scripts/getfuncs.pl < $< |sort|uniq`; do \
Maybe we could detect perl in configure.ac, something like `AM_MISSING_PROG([PERL], [perl])`, and use `$(PERL)` instead of `perl`? That way users could choose the program through the `make` command line or envvar.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1645#note_1109932468
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20220922/4b298a1d/attachment.html>
More information about the Gnutls-devel
mailing list