summaryrefslogtreecommitdiff
path: root/tests/inherited_flags.at
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2012-10-21 23:41:07 +0700
committerGary V. Vaughan <gary@gnu.org>2012-10-22 00:01:13 +0700
commitd98a30fbcebc1ea9818a0bdf5686305eb4388e10 (patch)
tree26b2ea2476ba02915f0f05789d8c9e44d84db2c3 /tests/inherited_flags.at
parent67759e9fb7858a4717825322324dfafd99248194 (diff)
downloadlibtool-d98a30fbcebc1ea9818a0bdf5686305eb4388e10.tar.gz
syntax-check: fix violations and implement sc_old_style_quoting.
Modern GNU ASCII quoting in output and comments is done 'like this'. * cfg.mk (sc_old_style_quoting): Try to catch most instances of `old style quoting' so that it is not accidentally re- introduced to the code. * HACKING, Makefile.am, NEWS, PORTING, README, TODO, bootstrap, bootstrap.conf, build-aux/edit-readme-alpha, build-aux/git-hooks/commit-msg, build-aux/ltmain.in, doc/libtool.texi, gl/build-aux/bootstrap.in, gl/build-aux/extract-trace, gl/build-aux/funclib.sh, gl/build-aux/inline-source, gl/build-aux/options-parser, libltdl/libltdl/slist.h, libltdl/loaders/loadlibrary.c, libltdl/ltdl.c, libltdl/slist.c, libtoolize.in, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, tests/cmdline_wrap.at, tests/configure-iface.at, tests/demo.at, tests/depdemo.at, tests/deplib-in-subdir.at, tests/deplibs-mingw.at, tests/destdir.at, tests/execute-mode.at, tests/f77demo.at, tests/fail.at, tests/inherited_flags.at, tests/libtool.at, tests/libtoolize.at, tests/lt_dladvise.at, tests/lt_dlexit.at, tests/mdemo.at, tests/need_lib_prefix.at, tests/old-ltdl-iface.at, tests/old-m4-iface.at, tests/static.at, tests/stresstest.at, tests/testsuite.at, tests/versioning.at: Convert to upright quotes. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'tests/inherited_flags.at')
-rw-r--r--tests/inherited_flags.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/inherited_flags.at b/tests/inherited_flags.at
index 84724776..68bc705d 100644
--- a/tests/inherited_flags.at
+++ b/tests/inherited_flags.at
@@ -78,7 +78,7 @@ AT_CHECK([$LIBTOOL --mode=link --tag=CC $CC $CFLAGS $LDFLAGS -o libbaz.la baz.lo
# We used to grep for
# 'llt_[[ui]]nlikely_existing_lib.*llt_[[ui]]nlikely_existing_lib'
# here. This fails on win32/MSVC because the generated command lines have a
-# different syntax. So drop the first `l'.
+# different syntax. So drop the first 'l'.
AT_CHECK([$LIBTOOL --features | grep 'disable shared libraries' && (exit 77)], [1], [ignore])
AT_CHECK([grep 'lt_[[ui]]nlikely_existing_lib.*lt_[[ui]]nlikely_existing_lib' stdout],
[0],[ignore],[ignore])