mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
tail-dont-use-dash-one-20031114
FIXES 2453 new tail axes -1 support
This commit is contained in:
parent
79b67c7461
commit
423c279a49
@ -110,10 +110,10 @@ case $system in
|
||||
fi
|
||||
fi
|
||||
if test -f "$LINUX_KERNEL_PATH/include/linux/version.h"; then
|
||||
linux_kvers=`fgrep UTS_RELEASE $LINUX_KERNEL_PATH/include/linux/version.h |awk 'BEGIN { FS="\"" } { print $[]2 }'|tail -1`
|
||||
linux_kvers=`fgrep UTS_RELEASE $LINUX_KERNEL_PATH/include/linux/version.h |awk 'BEGIN { FS="\"" } { print $[]2 }'|tail -n 1`
|
||||
if test "x$linux_kvers" = "x"; then
|
||||
if test -f "$LINUX_KERNEL_PATH/include/linux/version-up.h"; then
|
||||
linux_kvers=`fgrep UTS_RELEASE $LINUX_KERNEL_PATH/include/linux/version-up.h |awk 'BEGIN { FS="\"" } { print $[]2 }'|tail -1`
|
||||
linux_kvers=`fgrep UTS_RELEASE $LINUX_KERNEL_PATH/include/linux/version-up.h |awk 'BEGIN { FS="\"" } { print $[]2 }'|tail -n 1`
|
||||
if test "x$linux_kvers" = "x"; then
|
||||
|
||||
AC_MSG_ERROR(Linux headers lack version definition [2])
|
||||
|
Loading…
x
Reference in New Issue
Block a user