* m4/mbrlen.m4 (gl_FUNC_MBRLEN): Move AC_LIBOBJ and gl_PREREQ_MBRLEN
invocations from here...
* modules/mbrlen (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ mbrlen: Move AC_LIBOBJ invocations to module description.
+ * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Move AC_LIBOBJ and gl_PREREQ_MBRLEN
+ invocations from here...
+ * modules/mbrlen (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
mbrtowc: Respect rules for use of AC_LIBOBJ.
-# mbrlen.m4 serial 6
+# mbrlen.m4 serial 7
dnl Copyright (C) 2008, 2010-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,
REPLACE_MBRLEN=1
fi
fi
- if test $HAVE_MBRLEN = 0 || test $REPLACE_MBRLEN = 1; then
- AC_LIBOBJ([mbrlen])
- gl_PREREQ_MBRLEN
- fi
])
dnl Test whether mbrlen puts the state into non-initial state when parsing an
configure.ac:
gl_FUNC_MBRLEN
+if test $HAVE_MBRLEN = 0 || test $REPLACE_MBRLEN = 1; then
+ AC_LIBOBJ([mbrlen])
+ gl_PREREQ_MBRLEN
+fi
gl_WCHAR_MODULE_INDICATOR([mbrlen])
Makefile.am: