From a179a84eaad67c3690f924f4a0d6852d13b073d1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 12 Nov 2007 01:39:22 +0100 Subject: [PATCH] New module 'gperf'. --- ChangeLog | 6 ++++++ modules/gperf | 20 ++++++++++++++++++++ modules/iconv_open | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 modules/gperf diff --git a/ChangeLog b/ChangeLog index 5b15089481..4d3ed92ee0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-11-11 Bruno Haible + + * modules/gperf: New file. + * modules/iconv_open (Depends-on): Add it. + (Makefile.am): Remove the GPERF definition. + 2007-11-11 Bruno Haible * m4/round.m4 (gl_FUNC_ROUND): Test against 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 $@ -- 2.30.2