2529. [cleanup] Upgrade libtool to silence complaints from recent

version of autoconf. [RT #18657]
This commit is contained in:
Mark Andrews 2009-01-19 01:39:50 +00:00
parent 9a14f870dd
commit 914eeb3314
6 changed files with 22761 additions and 19935 deletions

View file

@ -1,3 +1,6 @@
2529. [cleanup] Upgrade libtool to silence complaints from recent
version of autoconf. [RT #18657]
2528. [cleanup] Silence spurious configure warning about
--datarootdir [RT #19096]

View file

@ -16,7 +16,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.h.in,v 1.111 2008/12/22 04:27:15 marka Exp $ */
/* $Id: config.h.in,v 1.112 2009/01/19 01:39:50 marka Exp $ */
/*! \file */
@ -313,9 +313,13 @@ int sigwait(const unsigned int *set, int *sig);
/* define if idnkit support is to be included. */
#undef WITH_IDN
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel and VAX). */
#if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
#elif ! defined __LITTLE_ENDIAN__
# undef WORDS_BIGENDIAN
#endif
/* Define to empty if `const' does not conform to ANSI C. */
#undef const

39409
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.464 $)
AC_REVISION($Revision: 1.465 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.59)
@ -28,7 +28,7 @@ AC_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST
AC_PROG_MAKE_SET
AC_PROG_RANLIB
AC_PROG_LIBTOOL
AC_PROG_INSTALL
AC_PROG_LN_S

1932
libtool.m4 vendored

File diff suppressed because it is too large Load diff

1336
ltmain.sh

File diff suppressed because it is too large Load diff