We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf424aa commit 37ed41bCopy full SHA for 37ed41b
configure
@@ -79,7 +79,7 @@ extendeddefault=y
79
advversspec=y
80
ml=y
81
wa277=n
82
-lmodpath=n
+pathentryreorder=n
83
loadedmodules=
84
quarantinevars=
85
binsearchpath=/usr/bin:/bin:/usr/local/bin
@@ -932,9 +932,9 @@ for arg in "$@"; do
932
pythonbin=$(get_package_value "$arg") ;;
933
--with-module-path=*)
934
echo_warning "Option \`--with-module-path' ignored, use \`--modulepath' instead" ;;
935
- --enable-lmod-path|--disable-lmod-path)
+ --enable-path-entry-reorder|--disable-path-entry-reorder)
936
# shellcheck disable=SC2034
937
- lmodpath=$(get_feature_value "$arg") ;;
+ pathentryreorder=$(get_feature_value "$arg") ;;
938
-h|--help)
939
echo_usage
940
exit 0
0 commit comments