1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-15 06:28:46 +02:00

(gl_PREREQ_RENAME): Do not check for stdlib.h, string.h, free.

This commit is contained in:
Jim Meyering
2003-09-12 20:09:18 +00:00
parent 9f4851b293
commit 6a680010ab
+2 -6
View File
@@ -1,4 +1,4 @@
#serial 5
#serial 6
dnl From Volker Borchert.
dnl Determine whether rename works for source paths with a trailing slash.
@@ -43,8 +43,4 @@ AC_DEFUN([vb_FUNC_RENAME],
])
# Prerequisites of lib/rename.c.
AC_DEFUN([gl_PREREQ_RENAME],
[
AC_CHECK_HEADERS_ONCE(stdlib.h string.h)
AC_CHECK_DECLS_ONCE(free)
])
AC_DEFUN([gl_PREREQ_RENAME], [:])