kopia lustrzana https://gitlab.com/sane-project/backends
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
rodzic
3f27a13d77
commit
78a279218b
3488
acinclude.m4
3488
acinclude.m4
Plik diff jest za duży
Load Diff
Plik diff jest za duży
Load Diff
Plik diff jest za duży
Load Diff
|
@ -98,6 +98,13 @@ if test "${ac_cv_prog_gcc}" = "yes"; then
|
||||||
fi # ac_cv_prog_gcc
|
fi # ac_cv_prog_gcc
|
||||||
echo using CFLAGS=${CFLAGS}
|
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.
|
dnl Checks for header files.
|
||||||
AC_HEADER_STDC
|
AC_HEADER_STDC
|
||||||
AC_CHECK_HEADERS(fcntl.h unistd.h libc.h sys/dsreq.h sys/select.h \
|
AC_CHECK_HEADERS(fcntl.h unistd.h libc.h sys/dsreq.h sys/select.h \
|
||||||
|
|
Ładowanie…
Reference in New Issue