Mercurial > hg > octave-jordi > gnulib-hg
changeset 15033:7539219da429
mbsrtowcs: Move AC_LIBOBJ invocations to module description.
* m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Move AC_LIBOBJ and
gl_PREREQ_MBSRTOWCS invocations from here...
* modules/mbsrtowcs (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 21 May 2011 14:24:51 +0200 |
parents | 0b43830f8761 |
children | ff93e063e5cb |
files | ChangeLog m4/mbsrtowcs.m4 modules/mbsrtowcs |
diffstat | 3 files changed, 13 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-05-21 Bruno Haible <bruno@clisp.org> + + mbsrtowcs: Move AC_LIBOBJ invocations to module description. + * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Move AC_LIBOBJ and + gl_PREREQ_MBSRTOWCS invocations from here... + * modules/mbsrtowcs (configure.ac): ... to here. + 2011-05-21 Bruno Haible <bruno@clisp.org> mbsnrtowcs: Move AC_LIBOBJ invocations to module description.
--- a/m4/mbsrtowcs.m4 +++ b/m4/mbsrtowcs.m4 @@ -1,4 +1,4 @@ -# mbsrtowcs.m4 serial 11 +# mbsrtowcs.m4 serial 12 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, @@ -25,11 +25,6 @@ esac fi fi - if test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1; then - AC_LIBOBJ([mbsrtowcs]) - AC_LIBOBJ([mbsrtowcs-state]) - gl_PREREQ_MBSRTOWCS - fi ]) dnl Test whether mbsrtowcs works.