From aaee2c8684aab21f6c1df795f3d675393bfbf4c4 Mon Sep 17 00:00:00 2001 From: su_v Date: Mon, 25 Feb 2013 19:45:38 +0100 Subject: packaging/osx: don't autorun configure with new autogen.sh (r12150) (bzr r12151) --- packaging/macosx/osx-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging') diff --git a/packaging/macosx/osx-build.sh b/packaging/macosx/osx-build.sh index 7e7a74ed4..6c238c09a 100755 --- a/packaging/macosx/osx-build.sh +++ b/packaging/macosx/osx-build.sh @@ -252,7 +252,7 @@ then make distclean fi fi - ./autogen.sh + export NOCONFIGURE=true && ./autogen.sh status=$? if [[ $status -ne 0 ]]; then echo -e "\nautogen failed" -- cgit v1.2.3