]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/ltdl.m4 (AC_LIB_LTDL): Remove AC_REPLACE_FUNCS for memmove
authorGary V. Vaughan <gary@gnu.org>
Tue, 13 Apr 2004 22:13:16 +0000 (22:13 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 13 Apr 2004 22:13:16 +0000 (22:13 +0000)
and strcpy.

ChangeLog
m4/ltdl.m4

index c6c8a9074d8f758dc01731f800ad7c8b1f1d7c4a..be693edba3c9a753e5bd26d83ef2ffd9200f97a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 493f6f31176c58555a3765a5ccda4be7b85a8cdc..3798743c12571e7035b7669932fcf4eb4a822817 100644 (file)
@@ -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