fix whitespace errors in acinclude.m4

Use tabs instead of spaces in the sysname lookup case
statement for the macos cases.

Change-Id: Iee03d1b593aee4f6c4bc2488b069b21e116c9f1d
Reviewed-on: http://gerrit.openafs.org/11566
Reviewed-by: D Brashear <shadow@your-file-system.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
Michael Meffie 2014-10-31 23:45:13 -04:00 committed by Jeffrey Altman
parent a9a3cb2eff
commit 7ae5b73a90

View File

@ -632,22 +632,22 @@ else
AFS_SYSNAME="x86_darwin_120" AFS_SYSNAME="x86_darwin_120"
OSXSDK="macosx10.8" OSXSDK="macosx10.8"
;; ;;
x86_64-apple-darwin13.*) x86_64-apple-darwin13.*)
AFS_SYSNAME="x86_darwin_130" AFS_SYSNAME="x86_darwin_130"
OSXSDK="macosx10.9" OSXSDK="macosx10.9"
;; ;;
i?86-apple-darwin13.*) i?86-apple-darwin13.*)
AFS_SYSNAME="x86_darwin_130" AFS_SYSNAME="x86_darwin_130"
OSXSDK="macosx10.9" OSXSDK="macosx10.9"
;; ;;
x86_64-apple-darwin14.*) x86_64-apple-darwin14.*)
AFS_SYSNAME="x86_darwin_140" AFS_SYSNAME="x86_darwin_140"
OSXSDK="macosx10.10" OSXSDK="macosx10.10"
;; ;;
i?86-apple-darwin14.*) i?86-apple-darwin14.*)
AFS_SYSNAME="x86_darwin_140" AFS_SYSNAME="x86_darwin_140"
OSXSDK="macosx10.10" OSXSDK="macosx10.10"
;; ;;
sparc-sun-solaris2.8) sparc-sun-solaris2.8)
AFS_SYSNAME="sun4x_58" AFS_SYSNAME="sun4x_58"
;; ;;