* m4/wcsstr.m4 (gl_FUNC_WCSSTR): Move AC_LIBOBJ invocation from here...
* modules/wcsstr (configure.ac): ... to here.
+2011-05-22 Bruno Haible <bruno@clisp.org>
+
+ wcsstr: Move AC_LIBOBJ invocations to module description.
+ * m4/wcsstr.m4 (gl_FUNC_WCSSTR): Move AC_LIBOBJ invocation from here...
+ * modules/wcsstr (configure.ac): ... to here.
+
2011-05-22 Bruno Haible <bruno@clisp.org>
wcsspn: Move AC_LIBOBJ invocations to module description.
-# wcsstr.m4 serial 1
+# wcsstr.m4 serial 2
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,
AC_CHECK_FUNCS_ONCE([wcsstr])
if test $ac_cv_func_wcsstr = no; then
HAVE_WCSSTR=0
- AC_LIBOBJ([wcsstr])
fi
])
configure.ac:
gl_FUNC_WCSSTR
+if test $HAVE_WCSSTR = 0; then
+ AC_LIBOBJ([wcsstr])
+fi
gl_WCHAR_MODULE_INDICATOR([wcsstr])
Makefile.am: