From: Bruno Haible Date: Sat, 21 May 2011 10:03:00 +0000 (+0200) Subject: iswblank: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2505 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=1d2addcfddb82ae4406b729772a4b05493fbbb11;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index e17dc9843..94434b7d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2011-05-21 Bruno Haible + 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 + atanl: Move AC_LIBOBJ invocations to module description. * m4/atanl.m4 (gl_FUNC_ATANL): Move AC_LIBOBJ invocation from here... * modules/atanl (configure.ac): ... to here. diff --git a/m4/iswblank.m4 b/m4/iswblank.m4 index 38641ffb6..275f1314f 100644 --- a/m4/iswblank.m4 +++ b/m4/iswblank.m4 @@ -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 diff --git a/modules/iswblank b/modules/iswblank index 972107eb2..211405d2b 100644 --- a/modules/iswblank +++ b/modules/iswblank @@ -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: