From: Bruno Haible Date: Sun, 8 May 2011 22:41:46 +0000 (+0200) Subject: isblank: Move AC_LIBOBJ invocations to module description. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec979244e16cac3a0fc29bc571c91b54640d43f6;p=pspp 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 e8faac1767..1859d5cd02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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. diff --git a/m4/isblank.m4 b/m4/isblank.m4 index 771deefc75..9df91293ee 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 6dbb371f7e..acafdc3f87 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: