Author: arist Date: Wed Nov 14 23:22:40 2012 New Revision: 1409544 URL: http://svn.apache.org/viewvc?rev=1409544&view=rev Log: gnumake4_047_ce56f9735b9c.patch # HG changeset patch # User Michael Stahl <m...@openoffice.org> # Date 1301690824 0 # Node ID ce56f9735b9cd04f4e2724754fe7c11d9cec1ca9 # Parent e37d17b6d8d93e87a4886268f338a2d4ea2a6304 gnumake4: configure.in: require Info-ZIP 3.0
Modified: incubator/ooo/branches/gbuild/main/configure.in Modified: incubator/ooo/branches/gbuild/main/configure.in URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/configure.in?rev=1409544&r1=1409543&r2=1409544&view=diff ============================================================================== --- incubator/ooo/branches/gbuild/main/configure.in (original) +++ incubator/ooo/branches/gbuild/main/configure.in Wed Nov 14 23:22:40 2012 @@ -5941,6 +5941,9 @@ dnl ==================================== if test -z "$ZIP" -o -z "$UNZIP"; then AC_MSG_ERROR([Zip/Unzip are required to build, please install or use --with-zip-home],,) fi +if "$ZIP" -FS < /dev/null 2>&1 | $EGREP "no such option: S" > /dev/null; then + AC_MSG_ERROR([Zip version 3.0 or newer is required to build, please install or use --with-zip-home],,) +fi dnl =================================================================== dnl Zip must be a specific type for different build types.