iswblank: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Sat, 21 May 2011 10:03:00 +0000 (12:03 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:06:23 +0000 (00:06 +0200)
* m4/iswblank.m4 (gl_FUNC_ISWBLANK): Move AC_LIBOBJ invocation from
here...
* modules/iswblank (configure.ac): ... to here.

ChangeLog
m4/iswblank.m4
modules/iswblank

index e17dc9843a34d6729eeb48e62eac2f17bd3dc5c5..94434b7d2d7bb326e127b55d7e058816af21877a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       iswblank: Move AC_LIBOBJ invocations to module description.
+       * m4/iswblank.m4 (gl_FUNC_ISWBLANK): Move AC_LIBOBJ invocation from
+       here...
+       * modules/iswblank (configure.ac): ... to here.
+
 2011-05-21  Bruno Haible  <bruno@clisp.org>
 
        atanl: Move AC_LIBOBJ invocations to module description.
index 38641ffb66833cb91453bf4c3cf3d54bae00e117..275f1314fb5c09e369f6d6ae4545f3a2adf8a5cf 100644 (file)
@@ -1,4 +1,4 @@
-# iswblank.m4 serial 2
+# iswblank.m4 serial 3
 dnl Copyright (C) 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,
@@ -24,7 +24,7 @@ AC_DEFUN([gl_FUNC_ISWBLANK],
   else
     if test $HAVE_ISWBLANK = 0 || test $REPLACE_ISWBLANK = 1; then
       dnl Redefine only iswblank.
-      AC_LIBOBJ([iswblank])
+      :
     fi
   fi
 
index 972107eb21c12252a988e0540effcd7bcdd06cbc..211405d2be592776575d037b8647dcb7ba12585e 100644 (file)
@@ -11,6 +11,13 @@ extensions
 
 configure.ac:
 gl_FUNC_ISWBLANK
+if test $HAVE_ISWCNTRL = 0 || test $REPLACE_ISWCNTRL = 1; then
+  :
+else
+  if test $HAVE_ISWBLANK = 0 || test $REPLACE_ISWBLANK = 1; then
+    AC_LIBOBJ([iswblank])
+  fi
+fi
 gl_WCTYPE_MODULE_INDICATOR([iswblank])
 
 Makefile.am: