From: Jim Meyering Date: Sat, 14 May 2005 10:34:00 +0000 (+0000) Subject: Register unlinkdir.c and unlinkdir.h via AC_LIBSOURCES. X-Git-Tag: CPPI-1_12~785 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ecefdf18a94cd160e659a6f53e09076ae725238;p=thirdparty%2Fcoreutils.git Register unlinkdir.c and unlinkdir.h via AC_LIBSOURCES. Add `AC_LIBOBJ([unlinkdir])'. --- diff --git a/m4/unlinkdir.m4 b/m4/unlinkdir.m4 index c3f9c018b1..5e22e5dc59 100644 --- a/m4/unlinkdir.m4 +++ b/m4/unlinkdir.m4 @@ -1,4 +1,4 @@ -#serial 1 +#serial 2 # Copyright (C) 2005 Free Software Foundation, Inc. # @@ -13,6 +13,9 @@ AC_DEFUN([gl_UNLINKDIR], AC_REQUIRE([AC_CANONICAL_HOST]) AC_CHECK_HEADERS_ONCE(priv.h unistd.h) + AC_LIBSOURCES([unlinkdir.c, unlinkdir.h]) + AC_LIBOBJ([unlinkdir]) + # The Hurd, the Linux kernel, the FreeBSD kernel version 2.2 and later, # and Cygwin never let anyone (even root) unlink directories. # If anyone knows of another system for which unlink can never