diff -r 4219813cc845 src/libgpg_error.mk --- a/src/libgpg_error.mk Fri Sep 17 13:34:54 2010 +0200 +++ b/src/libgpg_error.mk Sun Sep 19 00:38:39 2010 +1000 @@ -19,13 +19,17 @@ endef define $(PKG)_BUILD - cd '$(1)' && ./autogen.sh + 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 \ --host='$(TARGET)' \ --disable-shared \ + --disable-nls \ --prefix='$(PREFIX)/$(TARGET)' $(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=