crypto/gc-pbkdf2-sha1: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 21:33:47 +0000 (23:33 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:25 +0000 (00:07 +0200)
* 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.

ChangeLog
m4/gc-pbkdf2-sha1.m4 [deleted file]
modules/crypto/gc-pbkdf2-sha1

index a6a63ee..72cfe8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 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.
        * m4/fts.m4 (gl_FUNC_FTS_CORE): Move AC_LIBOBJ invocation from here...
        * modules/fts (configure.ac): ... to here.
diff --git a/m4/gc-pbkdf2-sha1.m4 b/m4/gc-pbkdf2-sha1.m4
deleted file mode 100644 (file)
index 9f7e1c5..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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])
-])
index d70960c..b0cec61 100644 (file)
@@ -3,16 +3,15 @@ Password-Based Key Derivation Function according to PKCS#5/RFC2898
 
 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"