$OpenBSD: patch-bootstrap_sh,v 1.6 2020/01/21 21:40:46 sthen Exp $

Index: bootstrap.sh
--- bootstrap.sh.orig
+++ bootstrap.sh
@@ -130,7 +130,7 @@ do
 	    mkdir -p cfgaux
 
             if test -n "$ltpath"; then
-              acincludeflag="-I $ltpath/../share/aclocal"
+              acincludeflag="-I ${LOCALBASE}/share/aclocal"
             else
               acincludeflag=""
             fi
