1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

memcasecmp: Move AC_LIBOBJ invocations to module description.

* m4/memcasecmp.m4 (gl_MEMCASECMP): Remove AC_LIBOBJ invocation.
* modules/memcasecmp (Makefile.am): Augment lib_SOURCES.
This commit is contained in:
Bruno Haible
2011-05-24 00:35:58 +02:00
parent 7da4d67b71
commit 95a7f1770a
3 changed files with 9 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
2011-05-23 Bruno Haible <bruno@clisp.org>
memcasecmp: Move AC_LIBOBJ invocations to module description.
* m4/memcasecmp.m4 (gl_MEMCASECMP): Remove AC_LIBOBJ invocation.
* modules/memcasecmp (Makefile.am): Augment lib_SOURCES.
2011-05-23 Bruno Haible <bruno@clisp.org>
crypto/md5: Move AC_LIBOBJ invocations to module description.
+2 -2
View File
@@ -1,4 +1,4 @@
#serial 5
#serial 6
dnl Copyright (C) 2005-2006, 2009-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,
@@ -6,5 +6,5 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_MEMCASECMP],
[
AC_LIBOBJ([memcasecmp])
:
])
+1
View File
@@ -12,6 +12,7 @@ configure.ac:
gl_MEMCASECMP
Makefile.am:
lib_SOURCES += memcasecmp.c
Include:
"memcasecmp.h"