Refresh autogen products

This commit is contained in:
Brian Behlendorf 2010-03-08 16:09:59 -08:00
parent c3fdc3b521
commit 88e5ae21c8
1 changed files with 8 additions and 0 deletions

8
configure vendored
View File

@ -19155,6 +19155,10 @@ echo $ECHO_N "checking spl source directory... $ECHO_C" >&6
sourcelink=`ls -1d /usr/src/spl-*/${LINUX_VERSION} \ sourcelink=`ls -1d /usr/src/spl-*/${LINUX_VERSION} \
2>/dev/null | tail -1` 2>/dev/null | tail -1`
if test -z "$sourcelink" || test ! -e $sourcelink; then
sourcelink=../spl
fi
if test -e $sourcelink; then if test -e $sourcelink; then
splsrc=`readlink -f ${sourcelink}` splsrc=`readlink -f ${sourcelink}`
else else
@ -21872,6 +21876,10 @@ echo $ECHO_N "checking spl source directory... $ECHO_C" >&6
sourcelink=`ls -1d /usr/src/spl-*/${LINUX_VERSION} \ sourcelink=`ls -1d /usr/src/spl-*/${LINUX_VERSION} \
2>/dev/null | tail -1` 2>/dev/null | tail -1`
if test -z "$sourcelink" || test ! -e $sourcelink; then
sourcelink=../spl
fi
if test -e $sourcelink; then if test -e $sourcelink; then
splsrc=`readlink -f ${sourcelink}` splsrc=`readlink -f ${sourcelink}`
else else