fwritable: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Sat, 7 May 2011 11:47:27 +0000 (13:47 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:06:02 +0000 (00:06 +0200)
* m4/fwritable.m4 (gl_FUNC_FWRITABLE): Move AC_LIBOBJ invocation from
here...
* modules/fwritable (configure.ac): ... to here.

ChangeLog
m4/fwritable.m4
modules/fwritable

index 515c76a879b71c08166622e77f8f5d98ea98c8a9..58060ac72bac2494eabf3fc71185ebf3c74e419f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-05-07  Bruno Haible  <bruno@clisp.org>
+
+       fwritable: Move AC_LIBOBJ invocations to module description.
+       * m4/fwritable.m4 (gl_FUNC_FWRITABLE): Move AC_LIBOBJ invocation from
+       here...
+       * modules/fwritable (configure.ac): ... to here.
+
 2011-05-07  Bruno Haible  <bruno@clisp.org>
 
        futimens: Move AC_LIBOBJ invocations to module description.
index daa46cf4a61ae00ebcd2d32fe1eea3ac26944c56..a08e7800e2d76256c85a8a91dae64a1e10dcfa9c 100644 (file)
@@ -1,4 +1,4 @@
-# fwritable.m4 serial 1
+# fwritable.m4 serial 2
 dnl Copyright (C) 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,
@@ -7,7 +7,4 @@ dnl with or without modifications, as long as this notice is preserved.
 AC_DEFUN([gl_FUNC_FWRITABLE],
 [
   AC_CHECK_FUNCS_ONCE([__fwritable])
-  if test $ac_cv_func___fwritable = no; then
-    AC_LIBOBJ([fwritable])
-  fi
 ])
index 56d698e33f6f567eb9dc876d7e19fdcf90d973fc..935bb4f7fc41c1d3ec081b26f7bbbc6bdfaa0266 100644 (file)
@@ -12,6 +12,9 @@ stdbool
 
 configure.ac:
 gl_FUNC_FWRITABLE
+if test $ac_cv_func___fwritable = no; then
+  AC_LIBOBJ([fwritable])
+fi
 
 Makefile.am: