$OpenBSD: patch-base_aclocal_m4,v 1.2 2002/08/27 17:43:14 todd Exp $
--- base/aclocal.m4.orig	Tue Jul 30 10:19:03 2002
+++ base/aclocal.m4	Tue Aug 27 12:25:26 2002
@@ -1,10 +1,14 @@
 AC_DEFUN([AC_AUTOCONFIG_GC], [
   AC_MSG_CHECKING([if autoconf has been run for gc6.0])
-  if test -r gc6.0/configure; then
-    AC_MSG_RESULT([yes])
+  if test -d gc6.0; then
+    if test -r gc6.0/configure; then
+      AC_MSG_RESULT([yes])
+    else
+      (cd gc6.0; autoconf)
+      AC_MSG_RESULT([built])
+    fi
   else
-    (cd gc6.0; autoconf)
-    AC_MSG_RESULT([built])
+    echo "no - using external gc6.0"
   fi
   ])
 ])
