autoconf: remove check for lorder 81/12981/2
authorMarcio Barbosa <mbarbosa@sinenomine.net>
Thu, 29 Mar 2018 18:52:12 +0000 (15:52 -0300)
committerBenjamin Kaduk <kaduk@mit.edu>
Fri, 30 Mar 2018 14:05:14 +0000 (10:05 -0400)
Currently, lorder is not being used. Remove the conditional that checks
if this binary exists.

Change-Id: I5ccee8b34f33ba0bda38a1d0478ff7a46f73f79c
Reviewed-on: https://gerrit.openafs.org/12981
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

src/cf/osconf.m4
src/libafs/MakefileProto.SOLARIS.in

index 469b92f..21db61f 100644 (file)
@@ -32,7 +32,6 @@ AC_CHECK_PROGS(RM, rm, [${am_missing_run}rm])
 AC_CHECK_PROGS(LD, ld, [${am_missing_run}ld])
 AC_CHECK_PROGS(CP, cp, [${am_missing_run}cp])
 AC_CHECK_PROGS(STRIP, strip, [${am_missing_run}strip])
-AC_CHECK_PROGS(LORDER, lorder, [${am_missing_run}lorder])
 AC_CHECK_PROGS(GENCAT, gencat, [${am_missing_run}gencat])
 
 dnl TODO - need to disable STRIP if we are doing debugging in any user space code
index af30068..7753066 100644 (file)
@@ -38,7 +38,6 @@ AFS_OS_NONFSOBJS = \
 DEFINES= -DAFSDEBUG -DKERNEL -DAFS -DVICE -DNFS -DUFS -DINET -DQUOTA -DGETMOUNT
 #These are redundant
 #LD = /usr/ccs/bin/ld
-#LORDER = /usr/ccs/bin/lorder
 #CC = /opt/SUNWspro/bin/cc
 KDEFS= -D_KERNEL -DSYSV -dn ${ARCH_DEFS}
 <sunx86_510 sunx86_511>