X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=configure;h=248c45005eb0c3eeff2121a369572436c91aa67c;hb=416d1c7a711807384cc21a18163475cf757bbcb5;hp=58f496e0f5f07a3057e8b50a7fcc6676da36e47a;hpb=65498f289bded83afb809b24d850647e7c91cd58;p=musl diff --git a/configure b/configure index 58f496e0..248c4500 100755 --- a/configure +++ b/configure @@ -142,7 +142,7 @@ clang_wrapper=no for arg ; do case "$arg" in ---help) usage ;; +--help|-h) usage ;; --srcdir=*) srcdir=${arg#*=} ;; --prefix=*) prefix=${arg#*=} ;; --exec-prefix=*) exec_prefix=${arg#*=} ;;