New module 'gperf'.
authorBruno Haible <bruno@clisp.org>
Mon, 12 Nov 2007 00:39:22 +0000 (01:39 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 12 Nov 2007 00:39:22 +0000 (01:39 +0100)
ChangeLog
modules/gperf [new file with mode: 0644]
modules/iconv_open

index 5b15089481a64d93735c40c35c71e4bee5631561..4d3ed92ee00efc1aecd3f4a200a4e4be3efd9e9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-11  Bruno Haible  <bruno@clisp.org>
+
+       * modules/gperf: New file.
+       * modules/iconv_open (Depends-on): Add it.
+       (Makefile.am): Remove the GPERF definition.
+
 2007-11-11  Bruno Haible  <bruno@clisp.org>
 
        * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
diff --git a/modules/gperf b/modules/gperf
new file mode 100644 (file)
index 0000000..4bc48b5
--- /dev/null
@@ -0,0 +1,20 @@
+Description:
+Provides the GNU gperf build tool.
+
+Files:
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+GPERF = gperf
+
+Include:
+
+License:
+unlimited
+
+Maintainer:
+Bruno Haible
+
index cc1d8bad375f0ca04fa9863b6e0e640fe111f42e..1ffb6d236151647372a41447aafb3906e46d4b7f 100644 (file)
@@ -12,6 +12,7 @@ m4/iconv_h.m4
 m4/iconv_open.m4
 
 Depends-on:
+gperf
 include_next
 iconv
 c-ctype
@@ -40,7 +41,6 @@ iconv.h: iconv.in.h
        mv $@-t $@
 MOSTLYCLEANFILES += iconv.h iconv.h-t
 
-GPERF = gperf
 iconv_open-aix.h: iconv_open-aix.gperf
        $(GPERF) -m 10 $(srcdir)/iconv_open-aix.gperf > $@-t
        mv $@-t $@