From 6d237fd01d98f2cdd588055a088fed39646ab82f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 9 Sep 2016 15:46:53 -0700 Subject: [PATCH] getprogname-tests: don't depend on assert-h * modules/getprogname-tests (Depends-on): Remove assert-h. It was not needed, and in fact would cause build failure for coreutils on some systems. Reported by Assaf Gordon in https: //lists.gnu.org/archive/html/coreutils/2016-09/msg00016.html --- ChangeLog | 8 ++++++++ modules/getprogname-tests | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b7646ea..1278898 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2016-09-09 Jim Meyering + + getprogname-tests: don't depend on assert-h + * modules/getprogname-tests (Depends-on): Remove assert-h. + It was not needed, and in fact would cause build failure for + coreutils on some systems. Reported by Assaf Gordon in https: + //lists.gnu.org/archive/html/coreutils/2016-09/msg00016.html + 2016-09-07 Jim Meyering getprogname-tests: work also when EXEEXT is nonempty diff --git a/modules/getprogname-tests b/modules/getprogname-tests index 822b7a3..cbfda75 100644 --- a/modules/getprogname-tests +++ b/modules/getprogname-tests @@ -2,7 +2,6 @@ Files: tests/test-getprogname.c Depends-on: -assert-h string configure.ac: -- 2.7.4