summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-11-12 01:39:22 +0100
committerBruno Haible <bruno@clisp.org>2007-11-12 01:39:22 +0100
commita179a84eaad67c3690f924f4a0d6852d13b073d1 (patch)
treeb80b2aff9fd215acebc9b31b56df1fa96730718e
parente6c02ad4130f9376bd8389c7aa8a975df3587828 (diff)
downloadgnulib-a179a84eaad67c3690f924f4a0d6852d13b073d1.tar.gz
New module 'gperf'.
-rw-r--r--ChangeLog6
-rw-r--r--modules/gperf20
-rw-r--r--modules/iconv_open2
3 files changed, 27 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b15089481..4d3ed92ee0 100644
--- 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
index 0000000000..4bc48b522b
--- /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
+
diff --git a/modules/iconv_open b/modules/iconv_open
index cc1d8bad37..1ffb6d2361 100644
--- a/modules/iconv_open
+++ b/modules/iconv_open
@@ -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 $@