12 lines
332 B
Text
12 lines
332 B
Text
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
|