]> git.ipfire.org Git - thirdparty/make.git/commitdiff
bootstrap: Remove gnulib version of mempcpy()
authorPaul Smith <psmith@gnu.org>
Sun, 26 Jun 2022 19:55:25 +0000 (15:55 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 9 Jul 2022 14:46:47 +0000 (10:46 -0400)
This pulls in a metric ton of stuff that we otherwise don't need, just
for a one-liner that we already have a replacement for in src/misc.c.

* bootstrap.conf: Remove mempcpy
* configure.ac: Add mempcpy to AC_CHECK_FUNCS

bootstrap.conf
configure.ac

index 74c87b27fa94b748e52d984d5f4cdbffa6f1a684..f55ad6a63761013722951af4d9d474ab86164c39 100644 (file)
@@ -52,7 +52,6 @@ fdl
 findprog-in
 getloadavg
 host-cpu-c-abi
-mempcpy
 strerror
 strtoll
 make-glob"
index d43cfd783688163d02b80a21aa19bb55351d55f4..da6d6a5f76f554d1fa7665f4f61ca4dab4484a82 100644 (file)
@@ -133,7 +133,7 @@ AS_IF([test "$ac_cv_func_gettimeofday" = yes],
             [Define to 1 if you have a standard gettimeofday function])
 ])
 
-AC_CHECK_FUNCS([strdup strndup memrchr umask mkstemp mktemp fdopen \
+AC_CHECK_FUNCS([strdup strndup memrchr mempcpy umask mkstemp mktemp fdopen \
                 dup dup2 getcwd realpath sigsetmask sigaction \
                 getgroups seteuid setegid setlinebuf setreuid setregid \
                 getrlimit setrlimit setvbuf pipe strsignal \