hash: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 22:02:09 +0000 (00:02 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:27 +0000 (00:07 +0200)
* m4/hash.m4: Remove file.
* modules/hash (Files): Remove it.
(configure.ac): Remove gl_HASH call.
(Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/hash.m4 [deleted file]
modules/hash

index cd08073..5c0cfe0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
+       hash: Move AC_LIBOBJ invocations to module description.
+       * m4/hash.m4: Remove file.
+       * modules/hash (Files): Remove it.
+       (configure.ac): Remove gl_HASH call.
+       (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
        hard-locale: Move AC_LIBOBJ invocations to module description.
        * m4/hard-locale.m4 (gl_HARD_LOCALE): Remove AC_LIBOBJ invocation.
        * modules/hard-locale (Makefile.am): Augment lib_SOURCES.
diff --git a/m4/hash.m4 b/m4/hash.m4
deleted file mode 100644 (file)
index 3b135d1..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# hash.m4 serial 7
-dnl Copyright (C) 2002-2003, 2005-2006, 2009-2011 Free Software Foundation,
-dnl 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_HASH],
-[
-  AC_LIBOBJ([hash])
-])
index 72afda6..57585e1 100644 (file)
@@ -4,7 +4,6 @@ Parameterizable hash table.
 Files:
 lib/hash.c
 lib/hash.h
-m4/hash.m4
 
 Depends-on:
 bitrotate
@@ -13,9 +12,9 @@ stdint
 xalloc-oversized
 
 configure.ac:
-gl_HASH
 
 Makefile.am:
+lib_SOURCES += hash.c
 
 Include:
 "hash.h"