getdtablesize: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Sun, 8 May 2011 09:43:03 +0000 (11:43 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:06:04 +0000 (00:06 +0200)
* m4/getdtablesize.m4 (gl_FUNC_GETDTABLESIZE): Move AC_LIBOBJ
invocation from here...
* modules/getdtablesize (configure.ac): ... to here.

ChangeLog
m4/getdtablesize.m4
modules/getdtablesize

index 8c14b0ae6c864bd0460f8d7695b9f1005e0cf3af..c2da13a609040070d23a797f22747c2d20b93cd2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-05-08  Bruno Haible  <bruno@clisp.org>
+
+       getdtablesize: Move AC_LIBOBJ invocations to module description.
+       * m4/getdtablesize.m4 (gl_FUNC_GETDTABLESIZE): Move AC_LIBOBJ
+       invocation from here...
+       * modules/getdtablesize (configure.ac): ... to here.
+
 2011-05-08  Bruno Haible  <bruno@clisp.org>
 
        getdomainname: Move AC_LIBOBJ invocations to module description.
index 55bda5a32e72e5ddef1c1dfb6683135175734f47..40a598bc13db2afbbf6066c03b68d10590452492 100644 (file)
@@ -1,4 +1,4 @@
-# getdtablesize.m4 serial 1
+# getdtablesize.m4 serial 2
 dnl Copyright (C) 2008-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,
@@ -10,6 +10,5 @@ AC_DEFUN([gl_FUNC_GETDTABLESIZE],
   AC_CHECK_FUNCS_ONCE([getdtablesize])
   if test $ac_cv_func_getdtablesize != yes; then
     HAVE_GETDTABLESIZE=0
-    AC_LIBOBJ([getdtablesize])
   fi
 ])
index 808238ca80c9772e5e4614b8e5faa3dd2080503e..3b195c0c8556c9e705e3dd0f95c2cff02d8ce7bc 100644 (file)
@@ -10,6 +10,9 @@ unistd
 
 configure.ac:
 gl_FUNC_GETDTABLESIZE
+if test $HAVE_GETDTABLESIZE = 0; then
+  AC_LIBOBJ([getdtablesize])
+fi
 gl_UNISTD_MODULE_INDICATOR([getdtablesize])
 
 Makefile.am: