Use gar if ar(1) is not available

This commit is contained in:
Kurt Zeilenga 2001-11-28 02:32:47 +00:00
parent db12d41978
commit f7e10947ca
3 changed files with 727 additions and 689 deletions

View file

@ -66,7 +66,7 @@ LTLINK = $(LIBTOOL) --mode=link $(CC) \
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL) LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
# Misc UNIX commands used in build environment # Misc UNIX commands used in build environment
AR = ar AR = @AR@
AWK = @AWK@ AWK = @AWK@
BASENAME = basename BASENAME = basename
CAT = cat CAT = cat

1412
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -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 (for now, let autoconf sort this out)
dnl CFLAGS=${CFLAGS-""} dnl CFLAGS=${CFLAGS-""}
AC_CHECK_PROGS(AR,ar gar)
AC_LIBTOOL_WIN32_DLL AC_LIBTOOL_WIN32_DLL
AC_LIBTOOL_DLOPEN AC_LIBTOOL_DLOPEN
AC_PROG_LIBTOOL AC_PROG_LIBTOOL