[gnutls-devel] GnuTLS | gnutls 3.6.9 fails to build: WARNING: 'autogen' is missing on your system. (#810)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Sat Aug 3 18:17:22 CEST 2019




Andreas Metzler commented:


This should fix it:
```
diff --git a/src/Makefile.am b/src/Makefile.am
index 501bca58c..468ad3007 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -276,7 +276,7 @@ if NEED_LIBOPTS
 # 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 \
 		echo "No .bak files found; will call autogen"; \
 		$(AM_V_GEN) $(AUTOGEN) $<; \
 	else \
```

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/810#note_199811096
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/20190803/941976b2/attachment.html>


More information about the Gnutls-devel mailing list