Home | History | Annotate | Download | only in dist

Lines Matching refs:LINT

660 LINT
854 LINT
1503 --with-lint Use a lint-style source code checker (default:
1571 LINT Path to a lint-style command
1572 LINT_FLAGS Flags for the lint-style command
12421 # Check whether --with-lint was given.
12431 # The lint program on FreeBSD and NetBSD is different from the one on Solaris
12438 lint_name=lint
12442 lint_name=lint
12457 case $LINT in
12459 ac_cv_path_LINT="$LINT" # Let the user override the test with a path.
12484 LINT=$ac_cv_path_LINT
12485 if test -n "$LINT"; then
12486 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
12487 printf "%s\n" "$LINT" >&6; }
12494 if test "x$LINT" = "x"; then
12495 as_fn_error $? "--with-lint=yes specified but lint-style tool not found in PATH" "$LINENO" 5
12498 if test "x$LINT" != "x"; then
12499 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: ignoring LINT environment variable since --with-lint=no was specified" >&5
12500 printf "%s\n" "$as_me: WARNING: ignoring LINT environment variable since --with-lint=no was specified" >&2;}
12503 as_fn_error $? "--with-lint expects 'yes' or 'no'. Use LINT variable to specify path." "$LINENO" 5
12513 if test "x$LINT" != x; then
12660 as_fn_error $? "conditional \"LINT\" was never defined.