mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-06 10:25:53 +08:00
* lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS. * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
This commit is contained in:
parent
14729d1aa4
commit
8175799b1d
@ -1,3 +1,9 @@
|
||||
2006-09-19 Stepan Kasal <kasal@ucw.cz>
|
||||
|
||||
* lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
|
||||
consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
|
||||
* lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
|
||||
|
||||
2006-09-15 Stepan Kasal <kasal@ucw.cz>
|
||||
|
||||
* lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
|
||||
|
@ -412,8 +412,8 @@ AS_VAR_POPDEF([ac_Header])dnl
|
||||
# -----------------------------------
|
||||
m4_define([AH_CHECK_HEADERS_DIRENT],
|
||||
[m4_foreach_w([AC_Header], [$1],
|
||||
[AH_TEMPLATE(AS_TR_CPP(HAVE_[]AC_Header),
|
||||
[Define to 1 if you have the <]AC_Header[> header file, and
|
||||
[AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([AC_Header])),
|
||||
[Define to 1 if you have the <]m4_defn([AC_Header])[> header file, and
|
||||
it defines `DIR'.])])])
|
||||
|
||||
|
||||
|
@ -142,8 +142,8 @@ AS_VAR_POPDEF([ac_Lib])dnl
|
||||
# AH_CHECK_LIB(LIBNAME)
|
||||
# ---------------------
|
||||
m4_define([AH_CHECK_LIB],
|
||||
[AH_TEMPLATE(AS_TR_CPP(HAVE_LIB$1),
|
||||
[Define to 1 if you have the `]$1[' library (-l]$1[).])])
|
||||
[AH_TEMPLATE(AS_TR_CPP([HAVE_LIB$1]),
|
||||
[Define to 1 if you have the `$1' library (-l$1).])])
|
||||
|
||||
|
||||
# AC_HAVE_LIBRARY(LIBRARY,
|
||||
|
Loading…
Reference in New Issue
Block a user