changeset 9470:4b48f7a470c2

New module 'gperf'.
author Bruno Haible <bruno@clisp.org>
date Mon, 12 Nov 2007 01:39:22 +0100
parents 756069cfb5f5
children 6dc73c76eced
files ChangeLog modules/gperf modules/iconv_open
diffstat 3 files changed, 27 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
new file mode 100644
--- /dev/null
+++ b/modules/gperf
@@ -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
+
--- a/modules/iconv_open
+++ b/modules/iconv_open
@@ -12,6 +12,7 @@
 m4/iconv_open.m4
 
 Depends-on:
+gperf
 include_next
 iconv
 c-ctype
@@ -40,7 +41,6 @@
 	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 $@