Update to libtool 1.4.2. Included local changes: use soname "libsane" for all

os but AIX. Use "normal" shared libs (.so) instead of archives on AIX. Use 1
instead of 2 as major number with Irix.
Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-03-24 14:19:11 +00:00
rodzic 3f27a13d77
commit 78a279218b
5 zmienionych plików z 12434 dodań i 1530 usunięć

Plik diff jest za duży Load Diff

3358
aclocal.m4 vendored

Plik diff jest za duży Load Diff

4474
configure vendored

Plik diff jest za duży Load Diff

Wyświetl plik

@ -98,6 +98,13 @@ if test "${ac_cv_prog_gcc}" = "yes"; then
fi # ac_cv_prog_gcc
echo using CFLAGS=${CFLAGS}
dnl special LDFLAGS
case "${host_os}" in
aix*) #enable .so libraries, disable archives
LDFLAGS="$LDFLAGS -Wl,-brtl"
;;
esac
dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS(fcntl.h unistd.h libc.h sys/dsreq.h sys/select.h \

2637
ltmain.sh

Plik diff jest za duży Load Diff