patch-bootstrap_sh 429 B

12345678910111213
  1. $OpenBSD: patch-bootstrap_sh,v 1.5 2016/02/16 13:21:07 sthen Exp $
  2. --- bootstrap.sh.orig Mon Feb 15 13:59:11 2016
  3. +++ bootstrap.sh Tue Feb 16 11:45:32 2016
  4. @@ -130,7 +130,7 @@ do
  5. mkdir -p cfgaux
  6. if test -n "$ltpath"; then
  7. - acincludeflag="-I $ltpath/../share/aclocal"
  8. + acincludeflag="-I ${LOCALBASE}/share/aclocal"
  9. else
  10. acincludeflag=""
  11. fi