From: Bruno Haible Date: Sun, 8 May 2011 22:41:46 +0000 (+0200) Subject: isblank: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2537 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=ec979244e16cac3a0fc29bc571c91b54640d43f6;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index e8faac176..1859d5cd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2011-05-08 Bruno Haible + 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 + 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... diff --git a/m4/isblank.m4 b/m4/isblank.m4 index 771deefc7..9df91293e 100644 --- a/m4/isblank.m4 +++ b/m4/isblank.m4 @@ -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 ]) diff --git a/modules/isblank b/modules/isblank index 6dbb371f7..acafdc3f8 100644 --- a/modules/isblank +++ b/modules/isblank @@ -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: