freadable: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Sat, 7 May 2011 10:31:11 +0000 (12:31 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:05:59 +0000 (00:05 +0200)
* m4/freadable.m4 (gl_FUNC_FREADABLE): Move AC_LIBOBJ invocation from
here...
* modules/freadable (configure.ac): ... to here.

ChangeLog
m4/freadable.m4
modules/freadable

index 520b5733982fe030fa7dc517150747db1cf3b0ff..3d4ac35bb45a531de4a63f0ef5889b8d5eff9be5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-05-07  Bruno Haible  <bruno@clisp.org>
+
+       freadable: Move AC_LIBOBJ invocations to module description.
+       * m4/freadable.m4 (gl_FUNC_FREADABLE): Move AC_LIBOBJ invocation from
+       here...
+       * modules/freadable (configure.ac): ... to here.
+
 2011-05-07  Bruno Haible  <bruno@clisp.org>
 
        fpurge: Move AC_LIBOBJ invocations to module description.
index 468dafc65812339beaf02f83f815ee1ea3a4283b..918641490decf2f769a44f9ecdbf22661a3aed61 100644 (file)
@@ -1,4 +1,4 @@
-# freadable.m4 serial 1
+# freadable.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_FREADABLE],
 [
   AC_CHECK_FUNCS_ONCE([__freadable])
-  if test $ac_cv_func___freadable = no; then
-    AC_LIBOBJ([freadable])
-  fi
 ])
index 2c69d960132abbbb3171d87a81b63186e81c41d2..5da0aebf87835c9bf2ba091138dd4f55a6af13f2 100644 (file)
@@ -12,6 +12,9 @@ stdbool
 
 configure.ac:
 gl_FUNC_FREADABLE
+if test $ac_cv_func___freadable = no; then
+  AC_LIBOBJ([freadable])
+fi
 
 Makefile.am: