configure: more standard syntax

This commit is contained in:
Vincent Riquer 2025-02-09 03:07:17 +01:00
parent e8ea200582
commit 189f8f3010

3
configure vendored
View File

@ -9,8 +9,7 @@ default_prefix=/usr/local
while (( $# ))
do
case "$1" in
--prefix) prefix="$2"
shift
--prefix=*) prefix="${1#*=}"
;;
esac
shift