diff --git a/src/gnutls.mk b/src/gnutls.mk index 8b6b6353..6d287f52 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.