cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/m4/openat.m4


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/m4/openat.m4
Date: Mon, 03 Oct 2005 22:34:10 -0400

Index: ccvs/m4/openat.m4
diff -u ccvs/m4/openat.m4:1.1 ccvs/m4/openat.m4:1.2
--- ccvs/m4/openat.m4:1.1       Tue Mar  1 18:15:07 2005
+++ ccvs/m4/openat.m4   Tue Oct  4 02:33:12 2005
@@ -1,7 +1,7 @@
-#serial 3
+#serial 6
 # See if we need to use our replacement for Solaris' openat function.
 
-dnl Copyright (C) 2004 Free Software Foundation, Inc.
+dnl Copyright (C) 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.
@@ -10,8 +10,10 @@
 
 AC_DEFUN([gl_FUNC_OPENAT],
 [
-  AC_LIBSOURCES([openat.c, openat.h])
+  AC_LIBSOURCES([openat.c, openat.h, openat-die.c])
+  AC_LIBOBJ([openat-die])
   AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+  AC_CHECK_FUNCS_ONCE([fdopendir])
   AC_REPLACE_FUNCS(openat)
   case $ac_cv_func_openat in
   yes) ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]