summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2013-02-25 18:45:38 +0000
committer~suv <suv-sf@users.sourceforge.net>2013-02-25 18:45:38 +0000
commitaaee2c8684aab21f6c1df795f3d675393bfbf4c4 (patch)
tree68996057da1de19c0573f4816064c3cfd2b00dfc /packaging
parentUpdate autotools usage: (diff)
downloadinkscape-aaee2c8684aab21f6c1df795f3d675393bfbf4c4.tar.gz
inkscape-aaee2c8684aab21f6c1df795f3d675393bfbf4c4.zip
packaging/osx: don't autorun configure with new autogen.sh (r12150)
(bzr r12151)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/osx-build.sh2
1 files changed, 1 insertions, 1 deletions
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"