From fc3d3b70461f5b77d3cc1b8fb1aad5b2ab2faf49 Mon Sep 17 00:00:00 2001 From: johann <johann> Date: Mon, 17 Mar 2008 16:02:45 +0000 Subject: [PATCH] Branch b1_6 b=15033 i=adilger i=johann fix compile issue on Cray systems and an autoconf problem. --- build/autoconf/lustre-build-linux.m4 | 4 ++-- libsysio/config.sub | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/autoconf/lustre-build-linux.m4 b/build/autoconf/lustre-build-linux.m4 index f26375d1a3..83b3a1e753 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 1f31816b97..d25938e5ec 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-* \ -- GitLab