Lines Matching refs:LINT
655 LINT
795 LINT
1442 --with-lint Use a lint-style source code checker (default:
1458 LINT Path to a lint-style command
1459 LINT_FLAGS Flags for the lint-style command
11448 # Check whether --with-lint was given.
11459 # The lint program on FreeBSD and NetBSD is different from the one on Solaris
11466 lint_name=lint
11470 lint_name=lint
11485 e) case $LINT in
11487 ac_cv_path_LINT="$LINT" # Let the user override the test with a path.
11513 LINT=$ac_cv_path_LINT
11514 if test -n "$LINT"; then
11515 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
11516 printf "%s\n" "$LINT" >&6; }
11523 if test "x$LINT" = "x"; then
11524 as_fn_error $? "--with-lint=yes specified but lint-style tool not found in PATH" "$LINENO" 5
11527 if test "x$LINT" != "x"; then
11528 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: ignoring LINT environment variable since --with-lint=no was specified" >&5
11529 printf "%s\n" "$as_me: WARNING: ignoring LINT environment variable since --with-lint=no was specified" >&2;}
11532 as_fn_error $? "--with-lint expects 'yes' or 'no'. Use LINT variable to specify path." "$LINENO" 5
11542 if test "x$LINT" != x; then
11793 as_fn_error $? "conditional \"LINT\" was never defined.