From df14a46766a2da13c9b4a5058bdfc084f4a1dc66 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 17 Aug 2016 17:18:22 -0700 Subject: [PATCH] c-strcase-tests, wcwidth-tests: depend on c-ctype * modules/c-strcase-tests, modules/wcwidth-tests (Depends-on): Add c-ctype. --- ChangeLog | 6 ++++++ modules/c-strcase-tests | 1 + modules/wcwidth-tests | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e6d5b06c13..c9579b29ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-08-17 Paul Eggert + + c-strcase-tests, wcwidth-tests: depend on c-ctype + * modules/c-strcase-tests, modules/wcwidth-tests (Depends-on): + Add c-ctype. + 2016-08-17 Daniel Richard G. thread: port to z/OS diff --git a/modules/c-strcase-tests b/modules/c-strcase-tests index 81d4220bb9..5802f41eb1 100644 --- a/modules/c-strcase-tests +++ b/modules/c-strcase-tests @@ -8,6 +8,7 @@ m4/locale-tr.m4 m4/codeset.m4 Depends-on: +c-ctype setlocale configure.ac: diff --git a/modules/wcwidth-tests b/modules/wcwidth-tests index 0938a8846b..34ddc2c62d 100644 --- a/modules/wcwidth-tests +++ b/modules/wcwidth-tests @@ -4,6 +4,7 @@ tests/signature.h tests/macros.h Depends-on: +c-ctype localcharset configure.ac: @@ -11,4 +12,3 @@ configure.ac: Makefile.am: TESTS += test-wcwidth check_PROGRAMS += test-wcwidth - -- 2.39.5