diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-25 16:20:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-25 16:20:35 -0600 |
commit | b5b4e632faaffb6a5aaf20fc1e6a3e0c00f3c157 (patch) | |
tree | d39d6c410da9afe9946e2d21f6ff56a89e4aff16 /aclocal.m4 | |
parent | 0eac52e6e10d64f8412420e96c6de64ba789f6ce (diff) | |
download | libtqt-perl-b5b4e632faaffb6a5aaf20fc1e6a3e0c00f3c157.tar.gz libtqt-perl-b5b4e632faaffb6a5aaf20fc1e6a3e0c00f3c157.zip |
Fix linear alphabet string errors
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]) ;; |