aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Romanko <me@blankhex.com>2025-07-29 21:29:22 +0300
committerMikhail Romanko <me@blankhex.com>2025-07-29 21:29:22 +0300
commit514a17e04d5bc9fe1fd1ac33ff53e309c8d74c48 (patch)
treebdd65443c65ce9f8e25e50f403faf1459ee0b486
parenta576a9260d7e96de6e3234664f21f6a885635373 (diff)
downloadbhlib-514a17e04d5bc9fe1fd1ac33ff53e309c8d74c48.tar.gz
Simplify configure source option
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 136238b..63753f9 100755
--- a/configure
+++ b/configure
@@ -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