Lines Matching refs:LINT
726 LINT
903 LINT
1566 --with-lint Use a lint-style source code checker (default:
1598 LINT Path to a lint-style command
1599 LINT_FLAGS Flags for the lint-style command
12466 # Check whether --with-lint was given.
12477 # The lint program on FreeBSD and NetBSD is different from the one on Solaris
12484 lint_name=lint
12488 lint_name=lint
12503 e) case $LINT in
12505 ac_cv_path_LINT="$LINT" # Let the user override the test with a path.
12531 LINT=$ac_cv_path_LINT
12532 if test -n "$LINT"; then
12533 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
12534 printf "%s\n" "$LINT" >&6; }
12541 if test "x$LINT" = "x"; then
12542 as_fn_error $? "--with-lint=yes specified but lint-style tool not found in PATH" "$LINENO" 5
12545 if test "x$LINT" != "x"; then
12546 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: ignoring LINT environment variable since --with-lint=no was specified" >&5
12547 printf "%s\n" "$as_me: WARNING: ignoring LINT environment variable since --with-lint=no was specified" >&2;}
12550 as_fn_error $? "--with-lint expects 'yes' or 'no'. Use LINT variable to specify path." "$LINENO" 5
12560 if test "x$LINT" != x; then
13691 as_fn_error $? "conditional \"LINT\" was never defined.