mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Use gar if ar(1) is not available
This commit is contained in:
parent
db12d41978
commit
f7e10947ca
3 changed files with 727 additions and 689 deletions
|
|
@ -66,7 +66,7 @@ LTLINK = $(LIBTOOL) --mode=link $(CC) \
|
|||
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
||||
|
||||
# Misc UNIX commands used in build environment
|
||||
AR = ar
|
||||
AR = @AR@
|
||||
AWK = @AWK@
|
||||
BASENAME = basename
|
||||
CAT = cat
|
||||
|
|
|
|||
|
|
@ -594,6 +594,8 @@ dnl The default CFLAGS is empty NOT whatever AC_PROG_CC sets.
|
|||
dnl (for now, let autoconf sort this out)
|
||||
dnl CFLAGS=${CFLAGS-""}
|
||||
|
||||
AC_CHECK_PROGS(AR,ar gar)
|
||||
|
||||
AC_LIBTOOL_WIN32_DLL
|
||||
AC_LIBTOOL_DLOPEN
|
||||
AC_PROG_LIBTOOL
|
||||
|
|
|
|||
Loading…
Reference in a new issue