changeset 2229:e8388cb861d5

package gnutls: invoke aclocal
author Mark Brand <mabrand@mabrand.nl>
date Tue, 31 Jan 2012 14:22:07 +0100
parents bcdf8e03b838
children fc01ad137722
files src/gnutls.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gnutls.mk	Tue Jan 31 09:06:46 2012 +0100
+++ b/src/gnutls.mk	Tue Jan 31 14:22:07 2012 +0100
@@ -23,6 +23,7 @@
 
 define $(PKG)_BUILD
     $(SED) -i 's, sed , $(SED) ,g' '$(1)/gl/tests/Makefile.am'
+    cd '$(1)' && aclocal -I m4 -I gl/m4 --install
     cd '$(1)' && autoconf
     cd '$(1)' && automake
     # AI_ADDRCONFIG referenced by src/serv.c but not provided by mingw.