[gnutls-devel] GnuTLS | Minor fixes in 3.6.9 release (!1053)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Sun Aug 4 07:21:39 CEST 2019
Andreas Metzler commented on a discussion on src/Makefile.am: https://gitlab.com/gnutls/gnutls/merge_requests/1053#note_199848362
> # case --enable-local-libopts: We do not call AUTOGEN unless the .bak files are missing
> .def.stamp:
> @b=`echo $@ | sed 's/.stamp$$//'`; \
> - if ! test -f $${srcdir}$${b}.c.bak;then \
> + if ! test -f $(srcdir)/$${b}.c.bak;then \
The autoconf example takes care to first /set/ the environment variable srcdir=$(srcdir) before trying to use it, the gnutls code did not.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1053#note_199848362
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/20190804/fb80d88f/attachment.html>
More information about the Gnutls-devel
mailing list