Changeset 9024
- Timestamp:
- 08/23/11 14:41:16 (21 months ago)
- Location:
- branches/Orange-Branch
- Files:
-
- 2 modified
-
configure (modified) (2 diffs)
-
configure.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/Orange-Branch/configure
r9022 r9024 5785 5785 elif test -r $withval/include/generated/utsrelease.h && grep -q UTS_RELEASE..2\\.6\\. $withval/include/generated/utsrelease.h; then 5786 5786 vers=`sed -n '/UTS_RELEASE/{; s/.*"\(0-9\.0-9\).*".*/\1/; p; }' $withval/include/generated/utsrelease.h` 5787 elif test -r $withval/include/generated/utsrelease.h && grep -qE UTS_RELEASE..3\\. $withval/include/generated/utsrelease.h; then 5788 vers=`sed -n '/UTS_RELEASE/{; s/.*"\(0-9\.0-9\).*".*/\1/; p; }' $withval/include/generated/utsrelease.h` 5787 5789 else 5788 as_fn_error $? "The kernel source tree does not appear to be 2.6" "$LINENO" 5 5790 as_fn_error $? "The kernel source tree does not appear to be 2.6 or 3.X" "$LINENO" 5 5791 5789 5792 fi 5790 5793 … … 13158 13161 13159 13162 if test "x$LINUX_KERNEL_SRC" = "x" -a "x$BUILD_BMI_ONLY" != "x1"; then 13160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: PVFS2 configured for the 2.6 .xkernel module : no" >&513161 $as_echo "PVFS2 configured for the 2.6 .xkernel module : no" >&6; }13162 else 13163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: PVFS2 configured for the 2.6 .xkernel module : yes" >&513164 $as_echo "PVFS2 configured for the 2.6 .xkernel module : yes" >&6; }13163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: PVFS2 configured for the 2.6/3 kernel module : no" >&5 13164 $as_echo "PVFS2 configured for the 2.6/3 kernel module : no" >&6; } 13165 else 13166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: PVFS2 configured for the 2.6/3 kernel module : yes" >&5 13167 $as_echo "PVFS2 configured for the 2.6/3 kernel module : yes" >&6; } 13165 13168 fi 13166 13169 -
branches/Orange-Branch/configure.in
r8794 r9024 534 534 elif test -r $withval/include/generated/utsrelease.h && grep -q UTS_RELEASE..2\\.6\\. $withval/include/generated/utsrelease.h; then 535 535 vers=`sed -n '/UTS_RELEASE/{; s/.*"\([0-9]\.[0-9]\).*".*/\1/; p; }' $withval/include/generated/utsrelease.h` 536 elif test -r $withval/include/generated/utsrelease.h && grep -qE UTS_RELEASE..3\\. $withval/include/generated/utsrelease.h; then 537 vers=`sed -n '/UTS_RELEASE/{; s/.*"\([0-9]\.[0-9]\).*".*/\1/; p; }' $withval/include/generated/utsrelease.h` 536 538 else 537 AC_MSG_ERROR(The kernel source tree does not appear to be 2.6) 539 AC_MSG_ERROR(The kernel source tree does not appear to be 2.6 or 3.X) 540 538 541 fi 539 542 … … 1225 1228 1226 1229 if test "x$LINUX_KERNEL_SRC" = "x" -a "x$BUILD_BMI_ONLY" != "x1"; then 1227 AC_MSG_RESULT([PVFS2 configured for the 2.6 .xkernel module : no])1228 else 1229 AC_MSG_RESULT([PVFS2 configured for the 2.6 .xkernel module : yes])1230 AC_MSG_RESULT([PVFS2 configured for the 2.6/3 kernel module : no]) 1231 else 1232 AC_MSG_RESULT([PVFS2 configured for the 2.6/3 kernel module : yes]) 1230 1233 fi 1231 1234
