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 5b15089..4d3ed92 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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.
        * doc/functions/round.texi: Mention the 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 cc1d8ba..1ffb6d2 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 $@