From: Jim Meyering Date: Tue, 24 Jan 2006 19:15:21 +0000 (+0000) Subject: (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]). X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15ecaa80cb7f96a63f145565d95b528860022cdb;p=pspp (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]). Reported by Mark D. Baushke. --- diff --git a/m4/openat.m4 b/m4/openat.m4 index d7118cae30..cc34fb0baf 100644 --- a/m4/openat.m4 +++ b/m4/openat.m4 @@ -1,7 +1,7 @@ -#serial 7 +#serial 8 # See if we need to use our replacement for Solaris' openat function. -dnl Copyright (C) 2004, 2005 Free Software Foundation, Inc. +dnl Copyright (C) 2004, 2005, 2006 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. @@ -12,6 +12,7 @@ AC_DEFUN([gl_FUNC_OPENAT], [ AC_LIBSOURCES([openat.c, openat.h, openat-priv.h, openat-die.c]) AC_LIBSOURCES([mkdirat.c]) + AC_LIBSOURCES([intprops.h]) # No system provides a mkdirat function; compile it unconditionally. AC_LIBOBJ([mkdirat])