summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-22 13:04:54 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:49 +0200
commit073a70d8652c93ca5e392baa78a1aef5190f0600 (patch)
treeb1cbc7efc2fe4ee394c5d3534aa0bc3765037c5a /ChangeLog
parentfcc9447380ba13db75e2777ca41fa00247303391 (diff)
downloadgnulib-073a70d8652c93ca5e392baa78a1aef5190f0600.tar.gz
strcasestr*: Move AC_LIBOBJ invocations to module description.
* m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE, gl_FUNC_STRCASESTR): Move AC_LIBOBJ and gl_PREREQ_STRCASESTR invocations from here... * modules/strcasestr-simple (configure.ac): ... to here. * modules/strcasestr (configure.ac): ... and here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b55e62811c..0a89001a45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2011-05-22 Bruno Haible <bruno@clisp.org>
+ strcasestr*: Move AC_LIBOBJ invocations to module description.
+ * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE, gl_FUNC_STRCASESTR):
+ Move AC_LIBOBJ and gl_PREREQ_STRCASESTR invocations from here...
+ * modules/strcasestr-simple (configure.ac): ... to here.
+ * modules/strcasestr (configure.ac): ... and here.
+
+2011-05-22 Bruno Haible <bruno@clisp.org>
+
strcase: Move AC_LIBOBJ invocations to module description.
* m4/strcase.m4 (gl_FUNC_STRNCASECMP): Set HAVE_STRNCASECMP.
(gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Call AC_CHECK_FUNCS instead