* 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>
+
+ 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.
-# 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,
AC_CHECK_FUNCS_ONCE([isblank])
if test $ac_cv_func_isblank = no; then
HAVE_ISBLANK=0
- AC_LIBOBJ([isblank])
fi
])
configure.ac:
gl_FUNC_ISBLANK
+if test $HAVE_ISBLANK = 0; then
+ AC_LIBOBJ([isblank])
+fi
gl_CTYPE_MODULE_INDICATOR([isblank])
Makefile.am: