1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-08 18:56:40 +02:00
Files
coreutils/m4/makepath.m4
T

18 lines
544 B
Plaintext
Raw Normal View History

# makepath.m4 serial 5
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.
2003-09-12 21:13:43 +00:00
AC_DEFUN([gl_MAKEPATH],
[
AC_LIBSOURCES([makepath.c, makepath.h])
AC_LIBOBJ([makepath])
2003-09-12 21:13:43 +00:00
dnl Prerequisites of lib/makepath.c.
AC_REQUIRE([AC_FUNC_ALLOCA])
AC_CHECK_HEADERS_ONCE(unistd.h)
AC_REQUIRE([AC_HEADER_STAT])
AC_REQUIRE([gl_AFS])
2003-09-12 21:13:43 +00:00
])