Lines Matching +full:noise +full:- +full:sensitive

5 dnl # tag matching the form ZFS_META_NAME-ZFS_META_VERSION-*.  This allows
12 dnl # - KEY is separated from VALUE by a colon and one or more spaces/tabs.
13 dnl # - KEY and VALUE are case sensitive.
14 dnl # - Leading spaces are ignored.
15 dnl # - First match wins for duplicate keys.
18 dnl # any non-space character since that will prevent the regex from
50 if test -f "$META"; then
54 if test -n "$ZFS_META_NAME"; then
62 if test -n "$ZFS_META_VERSION"; then
73 if test ! -f ".nogitrelease" && git rev-parse --git-dir > /dev/null 2>&1; then
74 _match="${ZFS_META_NAME}-${ZFS_META_VERSION}"
75 _alias=$(git describe --match=${_match} 2>/dev/null)
76 _release=$(echo ${_alias}|sed "s/${ZFS_META_NAME}//"|cut -f3- -d'-'|tr - _)
77 if test -n "${_release}"; then
81 _match="${ZFS_META_NAME}-${ZFS_META_VERSION}-${ZFS_META_RELEASE}"
82 _alias=$(git describe --match=${_match} 2>/dev/null)
83 _release=$(echo ${_alias}|sed 's/${ZFS_META_NAME}//'|cut -f3- -d'-'|tr - _)
84 if test -n "${_release}"; then
91 if test -n "$ZFS_META_RELEASE"; then
105 if test -n "$ZFS_META_LICENSE"; then
112 if test -n "$ZFS_META_NAME" -a -n "$ZFS_META_VERSION"; then
113 ZFS_META_ALIAS="$ZFS_META_NAME-$ZFS_META_VERSION"
114 test -n "$ZFS_META_RELEASE" &&
115 ZFS_META_ALIAS="$ZFS_META_ALIAS-$ZFS_META_RELEASE"
126 if test -n "$ZFS_META_DATA"; then
134 if test -n "$ZFS_META_AUTHOR"; then
141 ZFS_META_KVER_MIN=_ZFS_AC_META_GETVAL([Linux-Minimum]);
142 if test -n "$ZFS_META_KVER_MIN"; then
150 ZFS_META_KVER_MAX=_ZFS_AC_META_GETVAL([Linux-Maximum]);
151 if test -n "$ZFS_META_KVER_MAX"; then
163 if test -n "$ZFS_META_LT_CURRENT" \
164 -o -n "$ZFS_META_LT_REVISION" \
165 -o -n "$ZFS_META_LT_AGE"; then
166 test -n "$ZFS_META_LT_CURRENT" || ZFS_META_LT_CURRENT="0"
167 test -n "$ZFS_META_LT_REVISION" || ZFS_META_LT_REVISION="0"
168 test -n "$ZFS_META_LT_AGE" || ZFS_META_LT_AGE="0"
197 dnl # Despite their resemblance to line noise,
206 [`$AWK -F ':@<:@ \t@:>@+' '$[]1 ~ /^ *$1$/ { print $[]2; exit }' $META`]dnl