* m4/wctomb.m4 (gl_FUNC_WCTOMB): Move AC_LIBOBJ and gl_PREREQ_WCTOMB
invocations from here...
* modules/wctomb (configure.ac): ... to here.
+2011-05-22 Bruno Haible <bruno@clisp.org>
+
+ wctomb: Move AC_LIBOBJ invocations to module description.
+ * m4/wctomb.m4 (gl_FUNC_WCTOMB): Move AC_LIBOBJ and gl_PREREQ_WCTOMB
+ invocations from here...
+ * modules/wctomb (configure.ac): ... to here.
+
2011-05-22 Bruno Haible <bruno@clisp.org>
wctob: Move AC_LIBOBJ invocations to module description.
-# wctomb.m4 serial 1
+# wctomb.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,
if false; then
REPLACE_WCTOMB=1
fi
- if test $REPLACE_WCTOMB = 1; then
- AC_LIBOBJ([wctomb])
- gl_PREREQ_WCTOMB
- fi
])
# Prerequisites of lib/wctomb.c.
configure.ac:
gl_FUNC_WCTOMB
+if test $REPLACE_WCTOMB = 1; then
+ AC_LIBOBJ([wctomb])
+ gl_PREREQ_WCTOMB
+fi
gl_STDLIB_MODULE_INDICATOR([wctomb])
Makefile.am: