- (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:
parent
4d408d3ae7
commit
582d3983d2
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue