From 01fc05b251c77f05e67574b38d63e4927b2c05fc Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 8 Jul 2014 19:56:14 +0200 Subject: [PATCH] Point ./configure users to the INSTALL file Previously the instructions did not match --- configure | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 84fdeaa97..d9ec51ddc 100755 --- a/configure +++ b/configure @@ -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