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