Merge pull request #955 from raboof/configure

Point ./configure users to the INSTALL file
This commit is contained in:
Vesa V
2014-07-08 20:58:44 +03:00

8
configure vendored
View File

@@ -1,10 +1,6 @@
#!/bin/sh
echo ""
echo "Usage of configure & Co is deprecated! Please use"
echo ""
echo " cmake . -DCMAKE_INSTALL_PREFIX=/usr"
echo ""
echo "or similiar instead."
echo "Usage of configure & Co is deprecated! Please see the INSTALL file:"
echo ""
cat INSTALL