Lines Matching defs:provided
180 # If the -error flag is provided then it renders the message
400 # @proj-opt-was-provided key
402 # Returns 1 if the user specifically provided the given configure flag
405 # and those which were explicitly provided by the user, even if the
428 proc proj-opt-was-provided {key} {
716 # If -assume-for-clang is provided and $configFlag is not empty and CC
717 # matches *clang* and no --$configFlag was explicitly provided to the
718 # configure script then behave as if --$configFlag had been provided.
752 && ![proj-opt-was-provided $configFlag]
1059 # If the --with-emsdk[=DIR] flag is explicitly provided and the SDK is
1155 if {[proj-opt-was-provided libdir]
1156 || [proj-opt-was-provided exec-prefix]} {
1193 # LDFLAGS_SONAME_PREFIX. It is provided so that clients may
1385 # For each pair of ALIAS and CANONICAL, if --ALIAS is provided but
1387 # latter. If --ALIAS is not provided, this is a no-op. If both have
1388 # explicitly been provided a fatal usage error is triggered.
1408 if {[proj-opt-was-provided $hidden]} {
1409 if {[proj-opt-was-provided $canonical]} {
1520 if {[proj-opt-was-provided $flag]} {
1658 if {![proj-opt-was-provided prefix]} {
1664 if {![proj-opt-was-provided mandir]} {
2192 # if the flag is provided in $argv, the default is cleared, then