From bea3f1684a2773ef711dc46ec341f4b8aef153c9 Mon Sep 17 00:00:00 2001 From: Peter Johansson Date: Tue, 22 Jun 2010 21:09:04 -0400 Subject: [PATCH] Be consistent in doc example. * doc/autoconf.texi: (Polymorphic Variables) be consistent in code example and output Signed-off-by: Eric Blake --- ChangeLog | 6 ++++++ doc/autoconf.texi | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d59487e9..f8a248d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-06-22 Peter Johansson (tiny change) + + Be consistent in doc example. + * doc/autoconf.texi: (Polymorphic Variables) be consistent in code + example and output + 2010-06-22 Ralf Wildenhues Add comments for vim syntax highlighting. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 77013d43..da4fa273 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -13415,7 +13415,7 @@ can handle composed shell variable names: @example m4_define([MY_CHECK_HEADER], [AS_VAR_PUSHDEF([my_Header], [ac_cv_header_$1])dnl -AS_VAR_IF([my_Header], [yes], [echo "header $1 available"])dnl +AS_VAR_IF([my_Header], [yes], [echo "header $1 detected"])dnl AS_VAR_POPDEF([my_Header])dnl ]) MY_CHECK_HEADER([stdint.h]) -- 2.47.2