]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
configure: solariscc check update
authorMichael Meffie <mmeffie@sinenomine.net>
Thu, 19 Apr 2012 19:15:04 +0000 (15:15 -0400)
committerPaul Smeddle <paul.smeddle@gmail.com>
Sat, 8 Dec 2012 11:43:01 +0000 (03:43 -0800)
Add checks for recent versions of sunstudio for solaris.  The
installation paths are documented in the release notes of versions
12.1, 12.2, and 12.3.

Reviewed-on: http://gerrit.openafs.org/7253
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
(cherry picked from commit fbc9599484850f7f9fc41a98d3bd2105001fd802)

Change-Id: If63638bb9b88f0024156fc5547540837b665b301
Reviewed-on: http://gerrit.openafs.org/8654
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Reviewed-by: Paul Smeddle <paul.smeddle@gmail.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
acinclude.m4

index 362b038f6940ee754a1ff9a13deb0f20659861b2..7a3d890ad704510798d97c9e1ac52f7f9d4c8e81 100644 (file)
@@ -362,7 +362,7 @@ case $system in
                MKAFS_OSTYPE=SOLARIS
                 AC_MSG_RESULT(sun4)
                AC_PATH_PROG(SOLARISCC, [cc], ,
-                   [/opt/SUNWspro/bin:/opt/SunStudioExpress/bin])
+                   [/opt/SUNWspro/bin:/opt/SunStudioExpress/bin:/opt/solarisstudio12.3/bin:/opt/solstudio12.2/bin:/opt/sunstudio12.1/bin])
                if test "x$SOLARISCC" = "x" ; then
                    AC_MSG_FAILURE(Could not find the solaris cc program.  Please define the environment variable SOLARISCC to specify the path.)
                fi