- (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)
This commit is contained in:
Ben Lindstrom 2001-02-06 22:54:30 +00:00
parent 4d408d3ae7
commit 582d3983d2
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View 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)