isblank: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Sun, 8 May 2011 22:41:46 +0000 (00:41 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:06:13 +0000 (00:06 +0200)
* m4/isblank.m4 (gl_FUNC_ISBLANK): Move AC_LIBOBJ invocation from
here...
* modules/isblank (configure.ac): ... to here.

ChangeLog
m4/isblank.m4
modules/isblank

index e8faac1..1859d5c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-05-08  Bruno Haible  <bruno@clisp.org>
 
+       isblank: Move AC_LIBOBJ invocations to module description.
+       * m4/isblank.m4 (gl_FUNC_ISBLANK): Move AC_LIBOBJ invocation from
+       here...
+       * modules/isblank (configure.ac): ... to here.
+
+2011-05-08  Bruno Haible  <bruno@clisp.org>
+
        isapipe: Move AC_LIBOBJ invocations to module description.
        * m4/isapipe.m4 (gl_ISAPIPE): Set HAVE_ISAPIPE. Move AC_LIBOBJ and
        gl_PREREQ_ISAPIPE invocations from here...
index 771deef..9df9129 100644 (file)
@@ -1,4 +1,4 @@
-# isblank.m4 serial 2
+# isblank.m4 serial 3
 dnl Copyright (C) 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,
@@ -13,6 +13,5 @@ AC_DEFUN([gl_FUNC_ISBLANK],
   AC_CHECK_FUNCS_ONCE([isblank])
   if test $ac_cv_func_isblank = no; then
     HAVE_ISBLANK=0
-    AC_LIBOBJ([isblank])
   fi
 ])
index 6dbb371..acafdc3 100644 (file)
@@ -11,6 +11,9 @@ ctype
 
 configure.ac:
 gl_FUNC_ISBLANK
+if test $HAVE_ISBLANK = 0; then
+  AC_LIBOBJ([isblank])
+fi
 gl_CTYPE_MODULE_INDICATOR([isblank])
 
 Makefile.am: