From ee632f04db90f5e1d0c6df2fb21472e5bcc4dc33 Mon Sep 17 00:00:00 2001 From: Hendrik Cannoodt Date: Mon, 16 Dec 2024 14:04:54 +0100 Subject: [PATCH] display help message for illegal command instead of hanging in an infinite loop --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index a44cf041c..a8767998f 100755 --- a/configure +++ b/configure @@ -12,7 +12,7 @@ while [ $# -gt 0 ]; do prefix="$2" shift 2 ;; - --help) + *) echo 'usage: ./configure [options]' echo 'options:' echo ' --prefix=: installation prefix'