]> andersk Git - openssh.git/commitdiff
- (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs
authormouring <mouring>
Tue, 6 Feb 2001 22:54:30 +0000 (22:54 +0000)
committermouring <mouring>
Tue, 6 Feb 2001 22:54:30 +0000 (22:54 +0000)
   seem lose track of it while in openbsd-compat/  (two confirmed reports)

ChangeLog
configure.in

index 06882f114b20f6a0754a1d86f0c336f2ea709d87..7f3d6922ad43a880bef7795b8fe45662d0a3dc8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20010107
+ - (bal) Save the whole path to AR in configure.  Some Solaris 2.7 installs
+   seem lose track of it while in openbsd-compat/  (two confirmed reports)
+
 20010105
  - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
    that don't have NGROUPS_MAX.
index 5dd1469242524d980b2f590ac2d90df34a26b702..8f7f5d2b70918b96c9f307b3f95bb5a0f0963c22 100644 (file)
@@ -8,7 +8,7 @@ AC_CANONICAL_HOST
 AC_PROG_CPP
 AC_PROG_RANLIB
 AC_PROG_INSTALL
-AC_CHECK_PROG(AR, ar, ar)
+AC_PATH_PROG(AR, ar)
 AC_PATH_PROG(PERL, perl)
 AC_SUBST(PERL)
 AC_PATH_PROG(ENT, ent)
This page took 0.035957 seconds and 5 git commands to generate.