From e41f93768e36dd189f7b16a8c5b5c7abd356aa1c Mon Sep 17 00:00:00 2001 From: "Sven E. Templer" Date: Sat, 4 Apr 2015 23:46:49 +0200 Subject: fixed configure script to accept "-h" and "--prefix" as stated in usage/help --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 716e7d1..311d18d 100755 --- a/configure +++ b/configure @@ -15,7 +15,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. prefix="/usr/local" -if [ "$1" = "--help" ] +if [ "$1" = "-h" ] || [ "$1" = "--help" ] then cat <