package libgpg_error: remove autoconf steps after upgrade

pull/13/head
Tony Theodore 14 years ago
parent 97e321ab34
commit 8532a39114

@ -19,11 +19,6 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(1)' && aclocal -I m4
cd '$(1)' && autoheader
cd '$(1)' && automake --gnu
cd '$(1)' && autoconf
# wine confuses the cross-compiling detection, so set it explicitly
$(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
cd '$(1)' && ./configure \

Loading…
Cancel
Save