From 73f2a1c055c8dfa46d1a4db04a841d952e11c6a0 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 21 Jun 2007 17:08:44 +0000 Subject: * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise. * m4/iconv_h.m4 (gl_ICONV_H): Likewise. * m4/locale_h.m4 (gl_LOCALE_H): Likewise. * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise. * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise. * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. * m4/sysexits.m4 (gl_SYSEXITS): Likewise. SCALAR(0x828a248) * lib/dirent_.h: Likewise. * lib/iconv_.h: Likewise. * lib/locale_.h: Likewise. * lib/netinet_in_.h: Likewise. * lib/sys_select_.h: Likewise. * lib/sys_socket_.h: Likewise. * lib/sysexits_.h: Likewise. * modules/fchdir: Likewise. * modules/iconv_open: Likewise. * modules/locale: Likewise. * modules/netinet_in: Likewise. * modules/sys_select: Likewise. * modules/sys_socket: Likewise. * modules/sysexits: Likewise. --- m4/locale_h.m4 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'm4/locale_h.m4') diff --git a/m4/locale_h.m4 b/m4/locale_h.m4 index 57f2f3aa41..2bf5abccad 100644 --- a/m4/locale_h.m4 +++ b/m4/locale_h.m4 @@ -1,4 +1,4 @@ -# locale_h.m4 serial 1 +# locale_h.m4 serial 2 dnl Copyright (C) 2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -15,9 +15,7 @@ int x = LC_MESSAGES;], [], if test $gl_cv_header_working_locale_h = yes; then LOCALE_H= else - gl_ABSOLUTE_HEADER([locale.h]) - ABSOLUTE_LOCALE_H=\"$gl_cv_absolute_locale_h\" - AC_SUBST([ABSOLUTE_LOCALE_H]) + gl_CHECK_NEXT_HEADERS([locale.h]) LOCALE_H=locale.h fi AC_SUBST([LOCALE_H]) -- cgit v1.2.1