autotools.mk: allow autogen.sh / autoreconf to fail (for now)
SVN-Revision: 24320
This commit is contained in:
		| @@ -25,10 +25,10 @@ endef | ||||
| define autoreconf | ||||
| 	(cd $(PKG_BUILD_DIR); \ | ||||
| 		if [ -x ./autogen.sh ]; then \ | ||||
| 			./autogen.sh; \ | ||||
| 			./autogen.sh || true; \ | ||||
| 		elif [ -f ./configure.ac ] || [ -f ./configure.in ]; then \ | ||||
| 			$(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \ | ||||
| 				$(patsubst %,-I %,$(PKG_LIBTOOL_PATHS)) $(PKG_LIBTOOL_PATHS); \ | ||||
| 				$(patsubst %,-I %,$(PKG_LIBTOOL_PATHS)) $(PKG_LIBTOOL_PATHS) || true; \ | ||||
| 		fi \ | ||||
| 	); | ||||
| endef | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jo-Philipp Wich
					Jo-Philipp Wich