* m4/wcsnrtombs.m4 (gl_FUNC_WCSNRTOMBS): Move AC_LIBOBJ and
gl_PREREQ_WCSNRTOMBS invocations from here...
* modules/wcsnrtombs (configure.ac): ... to here.
+2011-05-22 Bruno Haible <bruno@clisp.org>
+
+ wcsnrtombs: Move AC_LIBOBJ invocations to module description.
+ * m4/wcsnrtombs.m4 (gl_FUNC_WCSNRTOMBS): Move AC_LIBOBJ and
+ gl_PREREQ_WCSNRTOMBS invocations from here...
+ * modules/wcsnrtombs (configure.ac): ... to here.
+
2011-05-22 Bruno Haible <bruno@clisp.org>
wcsnlen: Move AC_LIBOBJ invocations to module description.
-# wcsnrtombs.m4 serial 4
+# wcsnrtombs.m4 serial 5
dnl Copyright (C) 2008-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_WCSNRTOMBS=1
fi
fi
- if test $HAVE_WCSNRTOMBS = 0 || test $REPLACE_WCSNRTOMBS = 1; then
- AC_LIBOBJ([wcsnrtombs])
- AC_LIBOBJ([wcsrtombs-state])
- gl_PREREQ_WCSNRTOMBS
- fi
])
# Prerequisites of lib/wcsnrtombs.c.
configure.ac:
gl_FUNC_WCSNRTOMBS
+if test $HAVE_WCSNRTOMBS = 0 || test $REPLACE_WCSNRTOMBS = 1; then
+ AC_LIBOBJ([wcsnrtombs])
+ AC_LIBOBJ([wcsrtombs-state])
+ gl_PREREQ_WCSNRTOMBS
+fi
gl_WCHAR_MODULE_INDICATOR([wcsnrtombs])
Makefile.am: