mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 23:29:34 -05:00
Update to libtool 1.4.2
This commit is contained in:
parent
957b5af61d
commit
3a5b94cdbd
5 changed files with 7951 additions and 5161 deletions
3327
aclocal.m4
vendored
3327
aclocal.m4
vendored
File diff suppressed because it is too large
Load diff
4094
build/ltmain.sh
4094
build/ltmain.sh
File diff suppressed because it is too large
Load diff
|
|
@ -73,7 +73,7 @@ AC_SUBST(OPENLDAP_LIBVERSION)dnl
|
||||||
|
|
||||||
dnl We use autoconf features new to 2.13.
|
dnl We use autoconf features new to 2.13.
|
||||||
dnl aclocal.m4 should be built using aclocal from automake 1.4
|
dnl aclocal.m4 should be built using aclocal from automake 1.4
|
||||||
dnl libtool 1.3.3 should be installed.
|
dnl libtool 1.4.2 should be installed.
|
||||||
AC_PREREQ(2.13)dnl Required Autoconf version
|
AC_PREREQ(2.13)dnl Required Autoconf version
|
||||||
|
|
||||||
AC_CONFIG_HEADER(include/portable.h include/ldap_features.h include/lber_types.h)dnl
|
AC_CONFIG_HEADER(include/portable.h include/ldap_features.h include/lber_types.h)dnl
|
||||||
|
|
@ -657,9 +657,9 @@ fi
|
||||||
|
|
||||||
dnl ----------------------------------------------------------------
|
dnl ----------------------------------------------------------------
|
||||||
dnl Checks for UNIX Variants
|
dnl Checks for UNIX Variants
|
||||||
AC_AIX
|
dnl AC_AIX
|
||||||
AC_ISC_POSIX
|
dnl AC_ISC_POSIX
|
||||||
AC_MINIX
|
dnl AC_MINIX
|
||||||
|
|
||||||
dnl ----------------------------------------------------------------
|
dnl ----------------------------------------------------------------
|
||||||
dnl Checks for system services
|
dnl Checks for system services
|
||||||
|
|
|
||||||
|
|
@ -16,13 +16,6 @@
|
||||||
/* end of preamble */
|
/* end of preamble */
|
||||||
|
|
||||||
|
|
||||||
/* Define if on AIX 3.
|
|
||||||
System headers sometimes define this.
|
|
||||||
We just want to avoid a redefinition error message. */
|
|
||||||
#ifndef _ALL_SOURCE
|
|
||||||
#undef _ALL_SOURCE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Define to empty if the keyword does not work. */
|
/* Define to empty if the keyword does not work. */
|
||||||
#undef const
|
#undef const
|
||||||
|
|
||||||
|
|
@ -44,16 +37,6 @@
|
||||||
/* Define if you have the vprintf function. */
|
/* Define if you have the vprintf function. */
|
||||||
#undef HAVE_VPRINTF
|
#undef HAVE_VPRINTF
|
||||||
|
|
||||||
/* Define if on MINIX. */
|
|
||||||
#undef _MINIX
|
|
||||||
|
|
||||||
/* Define if the system does not provide POSIX.1 features except
|
|
||||||
with this defined. */
|
|
||||||
#undef _POSIX_1_SOURCE
|
|
||||||
|
|
||||||
/* Define if you need to in order for stat and other things to work. */
|
|
||||||
#undef _POSIX_SOURCE
|
|
||||||
|
|
||||||
/* Define as the return type of signal handlers (int or void). */
|
/* Define as the return type of signal handlers (int or void). */
|
||||||
#undef RETSIGTYPE
|
#undef RETSIGTYPE
|
||||||
|
|
||||||
|
|
@ -367,6 +350,9 @@
|
||||||
/* Define if you have the <dirent.h> header file. */
|
/* Define if you have the <dirent.h> header file. */
|
||||||
#undef HAVE_DIRENT_H
|
#undef HAVE_DIRENT_H
|
||||||
|
|
||||||
|
/* Define if you have the <dlfcn.h> header file. */
|
||||||
|
#undef HAVE_DLFCN_H
|
||||||
|
|
||||||
/* Define if you have the <errno.h> header file. */
|
/* Define if you have the <errno.h> header file. */
|
||||||
#undef HAVE_ERRNO_H
|
#undef HAVE_ERRNO_H
|
||||||
|
|
||||||
|
|
@ -433,9 +419,6 @@
|
||||||
/* Define if you have the <memory.h> header file. */
|
/* Define if you have the <memory.h> header file. */
|
||||||
#undef HAVE_MEMORY_H
|
#undef HAVE_MEMORY_H
|
||||||
|
|
||||||
/* Define if you have the <minix/config.h> header file. */
|
|
||||||
#undef HAVE_MINIX_CONFIG_H
|
|
||||||
|
|
||||||
/* Define if you have the <ncurses.h> header file. */
|
/* Define if you have the <ncurses.h> header file. */
|
||||||
#undef HAVE_NCURSES_H
|
#undef HAVE_NCURSES_H
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue