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:
@@ -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
@@ -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])
|
||||
:
|
||||
])
|
||||
|
||||
@@ -12,6 +12,7 @@ configure.ac:
|
||||
gl_MEMCASECMP
|
||||
|
||||
Makefile.am:
|
||||
lib_SOURCES += memcasecmp.c
|
||||
|
||||
Include:
|
||||
"memcasecmp.h"
|
||||
|
||||
Reference in New Issue
Block a user