changeset 2062:5ad19594852d

Escape `$' in $3 of dnl comment. I no longer remember if this is necessary.
author Jim Meyering <jim@meyering.net>
date Sun, 02 Jan 2000 09:58:53 +0000
parents 9d01db7d1495
children 266826137c4a
files m4/search-libs.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.