Mercurial > hg > octave-lojdl > gnulib-hg
comparison modules/memset @ 15043:0527dd6759fc
memset: Move AC_LIBOBJ invocations to module description.
* m4/memset.m4 (gl_FUNC_MEMSET): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMSET invocations from
here...
* modules/memset (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 21 May 2011 15:28:17 +0200 |
parents | 76b58a1fb4f4 |
children |
comparison
equal
deleted
inserted
replaced
15042:8e387f7f0bf9 | 15043:0527dd6759fc |
---|---|
13 | 13 |
14 Depends-on: | 14 Depends-on: |
15 | 15 |
16 configure.ac: | 16 configure.ac: |
17 gl_FUNC_MEMSET | 17 gl_FUNC_MEMSET |
18 if test $ac_cv_func_memset = no; then | |
19 AC_LIBOBJ([memset]) | |
20 gl_PREREQ_MEMSET | |
21 fi | |
18 | 22 |
19 Makefile.am: | 23 Makefile.am: |
20 | 24 |
21 Include: | 25 Include: |
22 <string.h> | 26 <string.h> |