From: Bruno Haible Date: Sun, 19 Oct 2008 14:54:34 +0000 (+0200) Subject: Specify include file for bcopy(). X-Git-Tag: v0.1~6815 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=242151248bec690cd3416680abf094995856c104;p=gnulib.git Specify include file for bcopy(). --- diff --git a/ChangeLog b/ChangeLog index 38b4cbe42..1b9512bbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-10-19 Bruno Haible + * modules/bcopy (Depends-on): Add strings. + (Include): Specify . + +2008-10-19 Bruno Haible + * doc/posix-functions/atexit.texi: Update doc regarding mingw. 2008-10-19 Bruno Haible diff --git a/modules/bcopy b/modules/bcopy index be04d29bc..d4a2bb93b 100644 --- a/modules/bcopy +++ b/modules/bcopy @@ -5,6 +5,7 @@ Files: lib/bcopy.c Depends-on: +strings configure.ac: AC_REPLACE_FUNCS(bcopy) @@ -12,6 +13,7 @@ AC_REPLACE_FUNCS(bcopy) Makefile.am: Include: + License: GPL