* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Missed an instance of

Autoconf square bracket quoting style normalisation.
This commit is contained in:
Brad 2001-09-10 22:41:02 +00:00 committed by Gary V. Vaughan
parent d665cea56b
commit cef1f6940a
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2001-09-10 Brad <brad@comstyle.com> 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. * ltmain.in (-lc_r): Style improvement.
* doc/libtool.texi: Remove obsolete references to ltconfig. * doc/libtool.texi: Remove obsolete references to ltconfig.

2
libtool.m4 vendored
View File

@ -1828,7 +1828,7 @@ lt_cv_deplibs_check_method='unknown'
# `unknown' -- same as none, but documents that we really don't know. # `unknown' -- same as none, but documents that we really don't know.
# 'pass_all' -- all dependencies passed with no checks. # 'pass_all' -- all dependencies passed with no checks.
# 'test_compile' -- check by making test program. # '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. # 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 # 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. # whether `pass_all' will *always* work, you probably want this one.