From 450b4b76f740833a6bbf188729e2c2acaf1b0699 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 2 Jan 2000 09:58:53 +0000 Subject: [PATCH] Escape `$' in $3 of dnl comment. I no longer remember if this is necessary. --- m4/search-libs.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/search-libs.m4 b/m4/search-libs.m4 index 1d0cf6e6f3..63b5c1b7db 100644 --- a/m4/search-libs.m4 +++ b/m4/search-libs.m4 @@ -1,8 +1,8 @@ -#serial 2 +#serial 3 dnl A replacement for autoconf's macro by the same name. This version dnl uses `ac_lib' rather than `i' for the loop variable, but more importantly -dnl moves the ACTION-IF-FOUND ($3) into the inner `if'-block so that it is +dnl moves the ACTION-IF-FOUND ([$]3) into the inner `if'-block so that it is dnl run only if one of the listed libraries ends up being used (and not in dnl the `none required' case. dnl I hope it's only temporary while we wait for that version to be fixed. -- 2.30.2