summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-25 16:20:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-25 16:20:35 -0600
commitb5b4e632faaffb6a5aaf20fc1e6a3e0c00f3c157 (patch)
treed39d6c410da9afe9946e2d21f6ff56a89e4aff16 /aclocal.m4
parent0eac52e6e10d64f8412420e96c6de64ba789f6ce (diff)
downloadlibtqt-perl-b5b4e632faaffb6a5aaf20fc1e6a3e0c00f3c157.tar.gz
libtqt-perl-b5b4e632faaffb6a5aaf20fc1e6a3e0c00f3c157.zip
Fix linear alphabet string errors
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index d52450f..393e12f 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -6891,7 +6891,7 @@ if test -f "$ltmain" && test -n "$tagnames"; then
for tagname in $tagnames; do
IFS="$lt_save_ifs"
# Check whether tagname contains only valid characters
- case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPTQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
+ case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
"") ;;
*) AC_MSG_ERROR([invalid tag name: $tagname])
;;