comment out the make check in libtool's bep file as it takes a long time to run. Set the default path for ssh.

This commit is contained in:
Scott McCreary
2010-04-08 12:28:08 +00:00
parent 59eab0c28a
commit 4d48cb4c92
2 changed files with 2 additions and 12 deletions

View File

@@ -15,5 +15,5 @@ BUILD {
INSTALL {
cd libtool-2.2.6b
make install
make check
# make check
}