diff options
| author | Mikhail Romanko <me@blankhex.com> | 2025-07-29 21:29:22 +0300 |
|---|---|---|
| committer | Mikhail Romanko <me@blankhex.com> | 2025-07-29 21:29:22 +0300 |
| commit | 514a17e04d5bc9fe1fd1ac33ff53e309c8d74c48 (patch) | |
| tree | bdd65443c65ce9f8e25e50f403faf1459ee0b486 | |
| parent | a576a9260d7e96de6e3234664f21f6a885635373 (diff) | |
| download | bhlib-514a17e04d5bc9fe1fd1ac33ff53e309c8d74c48.tar.gz | |
Simplify configure source option
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,7 +44,7 @@ for option do --enable-lfs|--enable-lfs=*) assign_toggle "$option" enable_lfs yes; ;; --enable-tests|--enable-tests=*) assign_toggle "$option" enable_tests yes; ;; --use-clock_gettime|--use-clock_gettime=*) assign_toggle "$option" use_clock_gettime yes; ;; - --source-path=*) assign_option "$option" source_path; ;; + --source=*) assign_option "$option" source_path; ;; --help|-h) display_help="yes"; ;; *) echo "configure: WARNING: unrecognized option $option"; ;; esac @@ -57,7 +57,7 @@ Usage: configure [OPTIONS] Options: --help Print this message - --source-path= Path to the source code + --source= Path to the source code --cc=CC C compiler --ar=AR Library archiver --extra-cflags= Extra compiler flags |
