1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

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
This commit is contained in:
Jim Meyering
2016-09-09 15:46:53 -07:00
parent 5e537e5f9b
commit 6d237fd01d
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
2016-09-09 Jim Meyering <meyering@fb.com>
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 <meyering@fb.com>
getprogname-tests: work also when EXEEXT is nonempty

View File

@@ -2,7 +2,6 @@ Files:
tests/test-getprogname.c
Depends-on:
assert-h
string
configure.ac: