]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
fix whitespace errors in acinclude.m4
authorMichael Meffie <mmeffie@sinenomine.net>
Sat, 1 Nov 2014 03:45:13 +0000 (23:45 -0400)
committerStephan Wiesand <stephan.wiesand@desy.de>
Mon, 24 Nov 2014 11:49:36 +0000 (06:49 -0500)
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 <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>
(cherry picked from commit 7ae5b73a90940fe693fd5a726aa31408bd7aec39)

Change-Id: I2860cd835242f0972b8795f2f7fedcb012aa18ea
Reviewed-on: http://gerrit.openafs.org/11611
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
acinclude.m4

index 935946d838401832e08dedd186ab91daa3af6f99..785eeadb2b11824c6aaf52b1ab0fb4595e57b812 100644 (file)
@@ -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"