]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Missed an instance of
authorBrad <brad@comstyle.com>
Mon, 10 Sep 2001 22:41:02 +0000 (22:41 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 10 Sep 2001 22:41:02 +0000 (22:41 +0000)
Autoconf square bracket quoting style normalisation.

ChangeLog
libtool.m4

index 10a9e989aa690e521810948d85bd2c5eb28c570c..f269947abbc6e6f7f8d3e501b8a3c9cf8db3abef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-09-10   Brad  <brad@comstyle.com>
 
+       * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Missed an instance of
+       Autoconf square bracket quoting style normalisation.
+
        * ltmain.in (-lc_r): Style improvement.
 
        * doc/libtool.texi: Remove obsolete references to ltconfig.
index ec27a792be4970e5722ac229e5f26099566dce3d..16aa38c7cc6d0ff4ecc5b1254bd45590a1aaf89b 100644 (file)
@@ -1828,7 +1828,7 @@ lt_cv_deplibs_check_method='unknown'
 # `unknown' -- same as none, but documents that we really don't know.
 # 'pass_all' -- all dependencies passed with no checks.
 # 'test_compile' -- check by making test program.
-# ['file_magic [regex]'] -- check by looking for files in library path
+# 'file_magic [[regex]]' -- check by looking for files in library path
 # which responds to the $file_magic_cmd with a given egrep regex.
 # If you have `file' or equivalent on your system and you're not sure
 # whether `pass_all' will *always* work, you probably want this one.