bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] dup2: minor simplification


From: Paul Eggert
Subject: [PATCH] dup2: minor simplification
Date: Mon, 26 Sep 2011 09:28:53 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.22) Gecko/20110906 Fedora/3.1.14-1.fc14 Thunderbird/3.1.14

* m4/dup2.m4 (gl_PREREQ_DUP2): Don't require AC_C_INLINE,
as lib/dup2.c no longer uses 'inline'.
diff --git a/m4/dup2.m4 b/m4/dup2.m4
index 6385b0c..cd9d254 100644
--- a/m4/dup2.m4
+++ b/m4/dup2.m4
@@ -1,4 +1,4 @@
-#serial 15
+#serial 16
 dnl Copyright (C) 2002, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -73,7 +73,4 @@ AC_DEFUN([gl_FUNC_DUP2],
 ])

 # Prerequisites of lib/dup2.c.
-AC_DEFUN([gl_PREREQ_DUP2],
-[
-  AC_REQUIRE([AC_C_INLINE])
-])
+AC_DEFUN([gl_PREREQ_DUP2], [])



reply via email to

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