Mercurial > hg > octave-jordi > gnulib-hg
view modules/memcpy @ 15222:62089e9fcc47
modechange: Move AC_LIBOBJ invocations to module description.
* m4/modechange.m4 (gl_MODECHANGE): Remove AC_LIBOBJ invocation.
* modules/modechange (Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 24 May 2011 00:57:31 +0200 |
parents | 3fec2fcab2fa |
children | 0e5e385efec8 |
line wrap: on
line source
Description: memcpy() function: copy memory area. Status: obsolete Notice: This module is obsolete. Files: lib/memcpy.c m4/memcpy.m4 Depends-on: configure.ac: gl_FUNC_MEMCPY if test $ac_cv_func_memcpy = no; then AC_LIBOBJ([memcpy]) gl_PREREQ_MEMCPY fi Makefile.am: Include: <string.h> License: GPL Maintainer: Jim Meyering