Home | History | Annotate | Download | only in dist

Lines Matching refs:LINT

654 LINT
804 LINT
1456 --with-lint Use a lint-style source code checker (default:
1475 LINT Path to a lint-style command
1476 LINT_FLAGS Flags for the lint-style command
12513 # Check whether --with-lint was given.
12524 # The lint program on FreeBSD and NetBSD is different from the one on Solaris
12531 lint_name=lint
12535 lint_name=lint
12550 e) case $LINT in
12552 ac_cv_path_LINT="$LINT" # Let the user override the test with a path.
12578 LINT=$ac_cv_path_LINT
12579 if test -n "$LINT"; then
12580 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
12581 printf "%s\n" "$LINT" >&6; }
12588 if test "x$LINT" = "x"; then
12589 as_fn_error $? "--with-lint=yes specified but lint-style tool not found in PATH" "$LINENO" 5
12592 if test "x$LINT" != "x"; then
12593 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: ignoring LINT environment variable since --with-lint=no was specified" >&5
12594 printf "%s\n" "$as_me: WARNING: ignoring LINT environment variable since --with-lint=no was specified" >&2;}
12597 as_fn_error $? "--with-lint expects 'yes' or 'no'. Use LINT variable to specify path." "$LINENO" 5
12607 if test "x$LINT" != x; then
12772 as_fn_error $? "conditional \"LINT\" was never defined.