Home | History | Annotate | Download | only in dist

Lines Matching refs:LINT

656 LINT
798 LINT
1447 --with-lint Use a lint-style source code checker (default:
1463 LINT Path to a lint-style command
1464 LINT_FLAGS Flags for the lint-style command
11963 # Check whether --with-lint was given.
11974 # The lint program on FreeBSD and NetBSD is different from the one on Solaris
11981 lint_name=lint
11985 lint_name=lint
12000 e) case $LINT in
12002 ac_cv_path_LINT="$LINT" # Let the user override the test with a path.
12028 LINT=$ac_cv_path_LINT
12029 if test -n "$LINT"; then
12030 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
12031 printf "%s\n" "$LINT" >&6; }
12038 if test "x$LINT" = "x"; then
12039 as_fn_error $? "--with-lint=yes specified but lint-style tool not found in PATH" "$LINENO" 5
12042 if test "x$LINT" != "x"; then
12043 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: ignoring LINT environment variable since --with-lint=no was specified" >&5
12044 printf "%s\n" "$as_me: WARNING: ignoring LINT environment variable since --with-lint=no was specified" >&2;}
12047 as_fn_error $? "--with-lint expects 'yes' or 'no'. Use LINT variable to specify path." "$LINENO" 5
12057 if test "x$LINT" != x; then
12448 as_fn_error $? "conditional \"LINT\" was never defined.