* m4/wcswidth.m4 (gl_FUNC_WCSWIDTH): Move AC_LIBOBJ invocation from
here...
* modules/wcswidth (configure.ac): ... to here.
+2011-05-22 Bruno Haible <bruno@clisp.org>
+
+ wcswidth: Move AC_LIBOBJ invocations to module description.
+ * m4/wcswidth.m4 (gl_FUNC_WCSWIDTH): Move AC_LIBOBJ invocation from
+ here...
+ * modules/wcswidth (configure.ac): ... to here.
+
2011-05-22 Bruno Haible <bruno@clisp.org>
wcwidth: Respect rules for use of AC_LIBOBJ.
-# wcswidth.m4 serial 1
+# wcswidth.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,
REPLACE_WCSWIDTH=1
fi
fi
- if test $HAVE_WCSWIDTH = 0 || test $REPLACE_WCSWIDTH = 1; then
- AC_LIBOBJ([wcswidth])
- fi
])
configure.ac:
gl_FUNC_WCSWIDTH
+if test $HAVE_WCSWIDTH = 0 || test $REPLACE_WCSWIDTH = 1; then
+ AC_LIBOBJ([wcswidth])
+fi
gl_WCHAR_MODULE_INDICATOR([wcswidth])
Makefile.am: