Mercurial > hg > octave-kai > gnulib-hg
view m4/wctype.m4 @ 15166:e657c0244ac1
wctype: Move AC_LIBOBJ invocations to module description.
* m4/wctype.m4 (gl_FUNC_WCTYPE): Set HAVE_WCTYPE. Move AC_LIBOBJ
invocation from here...
* modules/wctype (configure.ac): ... to here.
(Depends-on): Update conditions.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 22 May 2011 18:53:14 +0200 |
parents | aef6efcc4045 |
children | 8250f2777afc |
line wrap: on
line source
# wctype.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, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_WCTYPE], [ AC_REQUIRE([gl_WCTYPE_H_DEFAULTS]) AC_REQUIRE([gl_WCTYPE_H]) HAVE_WCTYPE=$HAVE_WCTYPE_T ])