From: Gary V. Vaughan Date: Tue, 13 Apr 2004 22:13:16 +0000 (+0000) Subject: * m4/ltdl.m4 (AC_LIB_LTDL): Remove AC_REPLACE_FUNCS for memmove X-Git-Tag: release-1-9b~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd8eed40e2924034fd13a4420d206438a5065430;p=thirdparty%2Flibtool.git * m4/ltdl.m4 (AC_LIB_LTDL): Remove AC_REPLACE_FUNCS for memmove and strcpy. --- diff --git a/ChangeLog b/ChangeLog index c6c8a9074..be693edba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-04-13 Gary V. Vaughan + * 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. diff --git a/m4/ltdl.m4 b/m4/ltdl.m4 index 493f6f311..3798743c1 100644 --- a/m4/ltdl.m4 +++ b/m4/ltdl.m4 @@ -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