mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* m4/ltdl.m4 (AC_LIB_LTDL): Remove AC_REPLACE_FUNCS for memmove
and strcpy.
This commit is contained in:
parent
7caaca4a5c
commit
bd8eed40e2
@ -1,5 +1,8 @@
|
||||
2004-04-13 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* m4/ltdl.m4 (AC_LIB_LTDL): Remove AC_REPLACE_FUNCS for memmove
|
||||
and strcpy.
|
||||
|
||||
* libltdl/lt__pre89.h, libltdl/memcpy.c, libltdl/memmove.c,
|
||||
libltdl/strchr.c, libltdl/strcmp.c, libltdl/strrchr.c: Remove
|
||||
half-assed pre-c89 support entirely.
|
||||
|
@ -110,8 +110,6 @@ AC_CHECK_HEADERS([memory.h unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h],
|
||||
AC_CHECK_HEADERS([string.h strings.h], [break], [], [AC_INCLUDES_DEFAULT])
|
||||
|
||||
AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])])
|
||||
|
||||
AC_REPLACE_FUNCS([memmove strcmp])
|
||||
])# AC_LIB_LTDL
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user