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: cvs-readonly~7110 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=450b4b76f740833a6bbf188729e2c2acaf1b0699;p=gnulib.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 1d0cf6e6f..63b5c1b7d 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.