link-warning: make usage consistent
authorEric Blake <ebb9@byu.net>
Thu, 24 Dec 2009 14:19:23 +0000 (07:19 -0700)
committerEric Blake <ebb9@byu.net>
Wed, 30 Dec 2009 05:06:57 +0000 (22:06 -0700)
commite0bf16819c83c3ef1d11bf373f5f90a1f09c534c
tree551a624e7371382c9c3f0d5e11a1441c2725c8bb
parent7bfa0dd93fb4adf45f062ae29aa06a3d95655f45
link-warning: make usage consistent

Ensure GL_LINK_WARNING is defined before use.

* modules/ctype (Depends-on): Add link-warning.
(Makefile.am): Update rules accordingly.
* modules/langinfo (Depends-on, Makefile.am): Likewise.
* modules/locale (Depends-on, Makefile.am): Likewise.
* modules/sys_file (Makefile.am): Likewise.
* modules/getopt-posix (Makefile.am): Delete unused link warning
efforts.
* lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
* lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
* lib/locale.in.h (GL_LINK_WARNING): Likewise.
* lib/sys_file.in.h (GL_LINK_WARNING): Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
lib/ctype.in.h
lib/langinfo.in.h
lib/locale.in.h
lib/sys_file.in.h
modules/ctype
modules/getopt-posix
modules/langinfo
modules/locale
modules/sys_file