summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-02 08:34:39 +0000
committerJim Meyering <jim@meyering.net>1999-08-02 08:34:39 +0000
commit0856c301826e855ed9bd167100bf50df2bc3c976 (patch)
treea2570f2dd63a8ac4e3bc91e20c3274cbdf69926a /m4
parentef315fa054039502224e4708469981ce8f31aabb (diff)
downloadcoreutils-0856c301826e855ed9bd167100bf50df2bc3c976.tar.xz
Add a comment.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 134301009..55d28cfd9 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -51,6 +51,8 @@ AC_DEFUN(jm_MACROS,
[Define to the declaration of the xargmatch failure function.])
dnl Used to define SETVBUF in sys2.h.
+ dnl This evokes the following warning from autoconf:
+ dnl ...: warning: AC_TRY_RUN called without default to allow cross compiling
AC_FUNC_SETVBUF_REVERSED
])