1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

Renamed from makepath.m4.

(gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
Rename files from makepath.c to mkdir-p.c, and from
makepath.h to mkdir-p.h.
This commit is contained in:
Paul Eggert
2005-06-02 04:57:31 +00:00
parent 6499782f2e
commit 0402bc1136

16
m4/mkdir-p.m4 Normal file
View File

@@ -0,0 +1,16 @@
# mkdir-p.m4 serial 8
dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_MKDIR_PARENTS],
[
AC_LIBSOURCES([mkdir-p.c, mkdir-p.h])
AC_LIBOBJ([mkdir-p])
dnl Prerequisites of lib/mkdir-p.c.
AC_REQUIRE([AC_FUNC_ALLOCA])
AC_CHECK_HEADERS_ONCE(unistd.h)
AC_REQUIRE([gl_AFS])
])