|
@@ -45,7 +45,8 @@ MirBSD)
|
|
|
CYG*)
|
|
|
echo "Building OpenADK on $os needs a small registry change."
|
|
|
echo 'http://cygwin.com/cygwin-ug-net/using-specialnames.html'
|
|
|
- sleep 5
|
|
|
+ echo "You can ignore this message, when you already done the change"
|
|
|
+ sleep 3
|
|
|
;;
|
|
|
NetBSD)
|
|
|
|
|
@@ -227,6 +228,12 @@ if ! which perl >/dev/null 2>&1; then
|
|
|
out=1
|
|
|
fi
|
|
|
|
|
|
+if ! which m4 >/dev/null 2>&1; then
|
|
|
+ echo "You must install m4 (macro processor) to continue."
|
|
|
+ echo
|
|
|
+ out=1
|
|
|
+fi
|
|
|
+
|
|
|
cd $topdir
|
|
|
rm -rf tmp
|
|
|
|