* m4/gc-pbkdf2-sha1.m4: Remove file.
* modules/crypto/gc-pbkdf2-sha1 (Files): Remove it.
(configure.ac): Remove gl_GC_PBKDF2_SHA1 call.
(Makefile.am): Augment lib_SOURCES.
+2011-05-23 Bruno Haible <bruno@clisp.org>
+
+ crypto/gc-pbkdf2-sha1: Move AC_LIBOBJ invocations to module description.
+ * m4/gc-pbkdf2-sha1.m4: Remove file.
+ * modules/crypto/gc-pbkdf2-sha1 (Files): Remove it.
+ (configure.ac): Remove gl_GC_PBKDF2_SHA1 call.
+ (Makefile.am): Augment lib_SOURCES.
+
2011-05-23 Bruno Haible <bruno@clisp.org>
fts: Move AC_LIBOBJ invocations to module description.
+++ /dev/null
-# gc-pbkdf2-sha1.m4 serial 2
-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,
-dnl with or without modifications, as long as this notice is preserved.
-
-AC_DEFUN([gl_GC_PBKDF2_SHA1],
-[
- AC_LIBOBJ([gc-pbkdf2-sha1])
-])
Files:
lib/gc-pbkdf2-sha1.c
-m4/gc-pbkdf2-sha1.m4
Depends-on:
crypto/gc
crypto/gc-hmac-sha1
configure.ac:
-gl_GC_PBKDF2_SHA1
Makefile.am:
+lib_SOURCES += gc-pbkdf2-sha1.c
Include:
"gc.h"