Lines Matching refs:lint
2181 # There are various lint type tools on different platforms.
2189 # --with-lint: 'yes' user instructs the module to use lint
2190 # 'no' user instructs the module not to use lint (default)
2197 AC_ARG_VAR([LINT], [Path to a lint-style command])
2198 AC_ARG_VAR([LINT_FLAGS], [Flags for the lint-style command])
2199 AC_ARG_WITH(lint, [AS_HELP_STRING([--with-lint], optwith
2200 [Use a lint-style source code checker (default: disabled)])],
2204 # The lint program on FreeBSD and NetBSD is different from the one on Solaris
2211 lint_name=lint
2215 lint_name=lint
2224 AC_MSG_ERROR([--with-lint=yes specified but lint-style tool not found in PATH])
2228 AC_MSG_WARN([ignoring LINT environment variable since --with-lint=no was specified])
2231 AC_MSG_ERROR([--with-lint expects 'yes' or 'no'. Use LINT variable to specify path.])
2248 # Sets up flags for building lint libraries for checking programs that call
2252 # LINTLIB - Automake variable with the name of lint library file to make
2255 # --enable-lint-library: - 'yes' user instructs the module to created a lint library
2256 # - 'no' user instructs the module not to create a lint library (default)
2260 AC_ARG_ENABLE(lint-library, [AS_HELP_STRING([--enable-lint-library],
2261 [Create lint library (default: disabled)])],
2267 AC_MSG_ERROR([Cannot make lint library without --with-lint])
2270 AC_MSG_ERROR([--enable-lint-library expects 'yes' or 'no'.])