From: johann Date: Mon, 17 Mar 2008 16:02:45 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_7_0_51~109 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=fc3d3b70461f5b77d3cc1b8fb1aad5b2ab2faf49 Branch b1_6 b=15033 i=adilger i=johann fix compile issue on Cray systems and an autoconf problem. --- diff --git a/build/autoconf/lustre-build-linux.m4 b/build/autoconf/lustre-build-linux.m4 index f26375d..83b3a1e 100644 --- a/build/autoconf/lustre-build-linux.m4 +++ b/build/autoconf/lustre-build-linux.m4 @@ -209,9 +209,9 @@ LB_LINUX_RELEASE AC_DEFUN([LB_LINUX_MODPOST], [ # Find the modpost utility -AC_CHECK_FILE([$LINUX_OBJ/scripts/mod/modpost], +LB_CHECK_FILE([$LINUX_OBJ/scripts/mod/modpost], [MODPOST=$LINUX_OBJ/scripts/mod/modpost], - [AC_CHECK_FILE([$LINUX_OBJ/scripts/modpost], + [LB_CHECK_FILE([$LINUX_OBJ/scripts/modpost], [MODPOST=$LINUX_OBJ/scripts/modpost], AC_MSG_ERROR([modpost not found.]) )] diff --git a/libsysio/config.sub b/libsysio/config.sub index 1f31816..d25938e 100755 --- a/libsysio/config.sub +++ b/libsysio/config.sub @@ -299,7 +299,7 @@ case $basic_machine in | avr-* \ | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ - | clipper-* | cydra-* \ + | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \