>>>>> "Chris" == Chris Burdess <[EMAIL PROTECTED]> writes:

Chris> Could an autofriends wizard please take a peek at #24133? it should
Chris> just take a minute if you know the right invocation.

I didn't test this yet.

Tom

Index: m4/acinclude.m4
===================================================================
RCS file: /cvsroot/classpath/classpath/m4/acinclude.m4,v
retrieving revision 1.8
diff -u -r1.8 acinclude.m4
--- m4/acinclude.m4 13 Dec 2005 01:20:29 -0000 1.8
+++ m4/acinclude.m4 5 Jan 2006 15:40:14 -0000
@@ -335,6 +335,9 @@
                install_class_files=no
                use_zip=yes
              ])
+  if test "x${use_zip}" = xyes && test -z "$ZIP"; then
+     AC_MSG_ERROR([zip is required but cannot be found])
+  fi
   AM_CONDITIONAL(INSTALL_GLIBJ_ZIP, test "x${use_zip}" = xyes)
   AM_CONDITIONAL(INSTALL_CLASS_FILES, test "x${install_class_files}" = xyes)
   AM_CONDITIONAL(BUILD_CLASS_FILES, test "x${build_class_files}" = xyes)


_______________________________________________
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath

Reply via email to