From: Jim Meyering Date: Sun, 2 Jan 2000 09:58:53 +0000 (+0000) Subject: Escape `$' in $3 of dnl comment. I no longer remember if this is necessary. X-Git-Tag: SH-UTILS-2_0a~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e5a32d58f7aadf09b2d2da16e84a850e52bbafc;p=thirdparty%2Fcoreutils.git Escape `$' in $3 of dnl comment. I no longer remember if this is necessary. --- 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.