comparison src/gnutls.mk @ 2229:e8388cb861d5

package gnutls: invoke aclocal
author Mark Brand <mabrand@mabrand.nl>
date Tue, 31 Jan 2012 14:22:07 +0100
parents d791a56e9418
children 572d4140383a
comparison
equal deleted inserted replaced
2228:bcdf8e03b838 2229:e8388cb861d5
21 head -1 21 head -1
22 endef 22 endef
23 23
24 define $(PKG)_BUILD 24 define $(PKG)_BUILD
25 $(SED) -i 's, sed , $(SED) ,g' '$(1)/gl/tests/Makefile.am' 25 $(SED) -i 's, sed , $(SED) ,g' '$(1)/gl/tests/Makefile.am'
26 cd '$(1)' && aclocal -I m4 -I gl/m4 --install
26 cd '$(1)' && autoconf 27 cd '$(1)' && autoconf
27 cd '$(1)' && automake 28 cd '$(1)' && automake
28 # AI_ADDRCONFIG referenced by src/serv.c but not provided by mingw. 29 # AI_ADDRCONFIG referenced by src/serv.c but not provided by mingw.
29 # Value taken from http://msdn.microsoft.com/en-us/library/windows/desktop/ms737530%28v=vs.85%29.aspx 30 # Value taken from http://msdn.microsoft.com/en-us/library/windows/desktop/ms737530%28v=vs.85%29.aspx
30 cd '$(1)' && ./configure \ 31 cd '$(1)' && ./configure \