From: Michael Tremer Date: Tue, 3 Aug 2010 08:25:51 +0000 (+0200) Subject: python: Remove autoconf version check from configure.in. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2c6eb30068ac7c0532680d4b72433cdc63d712c;p=ipfire-3.x.git python: Remove autoconf version check from configure.in. Regression with autoconf 2.67. --- diff --git a/pkgs/core/python/python.nm b/pkgs/core/python/python.nm index b0e7739e8..2c0dc349a 100644 --- a/pkgs/core/python/python.nm +++ b/pkgs/core/python/python.nm @@ -57,7 +57,9 @@ define STAGE_PREPARE_CMDS cd $(DIR_APP) && rm -rf Modules/{expat,zlib} cd $(DIR_APP) && rm -rf Modules/_ctypes/{darwin,libffi,libffi_arm_wince,libffi_msvc,libffi_osx} - cd $(DIR_APP) && autoreconf + # Remove autoconf version check and reconfigure + cd $(DIR_APP) && sed -e "s/^version_required.*//" -i configure.in + cd $(DIR_APP) && autoreconf --force endef define STAGE_BUILD