summaryrefslogtreecommitdiffstats
path: root/src/gnutls.mk
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2014-08-17 07:09:29 (GMT)
committerElie Roux <elie.roux@telecom-bretagne.eu>2014-08-17 07:09:29 (GMT)
commiteb81d463428d22c2e12fb6a9089031ebe6064005 (patch)
treed7ee4f64435d525f3bf5e4c2d4ddcd9a4bbbe462 /src/gnutls.mk
parent861d28a8e626a4f8a7b2cd53dcc67d8abe810c27 (diff)
downloadmxe-eb81d463428d22c2e12fb6a9089031ebe6064005.zip
mxe-eb81d463428d22c2e12fb6a9089031ebe6064005.tar.gz
mxe-eb81d463428d22c2e12fb6a9089031ebe6064005.tar.bz2
gnutls: fix for Debian/Sid autotools (fixes https://github.com/mxe/mxe/issues/456)
Diffstat (limited to 'src/gnutls.mk')
-rw-r--r--src/gnutls.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gnutls.mk b/src/gnutls.mk
index 8b6b635..6d287f5 100644
--- a/src/gnutls.mk
+++ b/src/gnutls.mk
@@ -19,9 +19,7 @@ endef
define $(PKG)_BUILD
$(SED) -i 's, sed , $(SED) ,g' '$(1)/gl/tests/Makefile.am'
- cd '$(1)' && aclocal -I m4 -I gl/m4 -I src/libopts/m4 --install
- cd '$(1)' && autoconf
- cd '$(1)' && automake --add-missing
+ cd '$(1)' && autoreconf -fi -I m4 -I gl/m4 -I src/libopts/m4
# skip the run test for libregex support since we are cross compiling
$(SED) -i 's/libopts_cv_with_libregex=no/libopts_cv_with_libregex=yes/g;' '$(1)/configure'
# AI_ADDRCONFIG referenced by src/serv.c but not provided by mingw.