summaryrefslogtreecommitdiff
path: root/m4/search-libs.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-02 09:58:53 +0000
committerJim Meyering <jim@meyering.net>2000-01-02 09:58:53 +0000
commit6e5a32d58f7aadf09b2d2da16e84a850e52bbafc (patch)
treee9dd6c1d3aea8036b4c2790df17e443303428287 /m4/search-libs.m4
parent5f55b410a612efe8d6b529d0336ad43cd9b0e368 (diff)
downloadcoreutils-6e5a32d58f7aadf09b2d2da16e84a850e52bbafc.tar.xz
Escape `$' in $3 of dnl comment. I no longer remember if this is necessary.
Diffstat (limited to 'm4/search-libs.m4')
-rw-r--r--m4/search-libs.m44
1 files changed, 2 insertions, 2 deletions
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.