From: Michael Meffie Date: Sat, 1 Nov 2014 03:45:13 +0000 (-0400) Subject: fix whitespace errors in acinclude.m4 X-Git-Tag: upstream/1.6.11_pre1^2~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=78bf372b9067f1ac12f2fd0dd9aac81aea9b2df2;p=packages%2Fo%2Fopenafs.git fix whitespace errors in acinclude.m4 Use tabs instead of spaces in the sysname lookup case statement for the macos cases. Reviewed-on: http://gerrit.openafs.org/11566 Reviewed-by: D Brashear Reviewed-by: Benjamin Kaduk Tested-by: BuildBot Reviewed-by: Jeffrey Altman (cherry picked from commit 7ae5b73a90940fe693fd5a726aa31408bd7aec39) Change-Id: I2860cd835242f0972b8795f2f7fedcb012aa18ea Reviewed-on: http://gerrit.openafs.org/11611 Tested-by: BuildBot Reviewed-by: Stephan Wiesand --- diff --git a/acinclude.m4 b/acinclude.m4 index 935946d83..785eeadb2 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -579,22 +579,22 @@ else AFS_SYSNAME="x86_darwin_120" OSXSDK="macosx10.8" ;; - x86_64-apple-darwin13.*) - AFS_SYSNAME="x86_darwin_130" - OSXSDK="macosx10.9" - ;; - i?86-apple-darwin13.*) - AFS_SYSNAME="x86_darwin_130" - OSXSDK="macosx10.9" - ;; - x86_64-apple-darwin14.*) - AFS_SYSNAME="x86_darwin_140" - OSXSDK="macosx10.10" - ;; - i?86-apple-darwin14.*) - AFS_SYSNAME="x86_darwin_140" - OSXSDK="macosx10.10" - ;; + x86_64-apple-darwin13.*) + AFS_SYSNAME="x86_darwin_130" + OSXSDK="macosx10.9" + ;; + i?86-apple-darwin13.*) + AFS_SYSNAME="x86_darwin_130" + OSXSDK="macosx10.9" + ;; + x86_64-apple-darwin14.*) + AFS_SYSNAME="x86_darwin_140" + OSXSDK="macosx10.10" + ;; + i?86-apple-darwin14.*) + AFS_SYSNAME="x86_darwin_140" + OSXSDK="macosx10.10" + ;; sparc-sun-solaris2.5*) AFS_SYSNAME="sun4x_55" enable_login="yes"