Fix link errors in tests: openat-die uses gettext-h.
authorBruno Haible <bruno@clisp.org>
Tue, 31 May 2011 21:31:26 +0000 (23:31 +0200)
committerIan Beckwith <ianb@erislabs.net>
Thu, 9 Jun 2011 23:07:18 +0000 (00:07 +0100)
commit802ee67ef72e378c633b54963c65f1fe89f00d4f
tree163f97e8cb2718242a823a56cd12e8132ca3df6f
parent186ab5990f4ed4fcd3ada1ae4e4f4bd4de26ca82
Fix link errors in tests: openat-die uses gettext-h.

* modules/areadlinkat-tests (Makefile.am): Link test-areadlinkat
against $(LIBINTL).
* modules/dirent-safer-tests (Makefile.am): Link test-dirent-safer
against $(LIBINTL).
* modules/fdopendir-tests (Makefile.am): Link test-fdopendir against
$(LIBINTL).
* modules/fdutimensat-tests (Makefile.am): Link test-fdutimensat
against $(LIBINTL).
* modules/linkat-tests (Makefile.am): Link test-linkat against
$(LIBINTL).
* modules/mkfifoat-tests (Makefile.am): Link test-mkfifoat against
$(LIBINTL).
* modules/openat-safer-tests (Makefile.am): Link test-openat-safer
against $(LIBINTL).
* modules/openat-tests (Makefile.am): Link test-fchownat, test-fstatat,
test-mkdirat, test-openat, test-unlinkat against $(LIBINTL).
* modules/readlinkat-tests (Makefile.am): Link test-readlinkat against
$(LIBINTL).
* modules/symlinkat-tests (Makefile.am): Link test-symlinkat against
$(LIBINTL).
* modules/utimensat-tests (Makefile.am): Link test-utimensat against
$(LIBINTL).
Reported by Tom G. Christensen <tgc@jupiterrise.com>.
(cherry picked from commit 7c886ca1ada4248c6b838d01e9e9b2158829c6b3)
12 files changed:
ChangeLog
modules/areadlinkat-tests
modules/dirent-safer-tests
modules/fdopendir-tests
modules/fdutimensat-tests
modules/linkat-tests
modules/mkfifoat-tests
modules/openat-safer-tests
modules/openat-tests
modules/readlinkat-tests
modules/symlinkat-tests
modules/utimensat-tests