bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] bootstrap: work with pkg-config


From: Eric Blake
Subject: Re: [PATCH] bootstrap: work with pkg-config
Date: Tue, 05 Oct 2010 08:22:55 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100921 Fedora/3.1.4-1.fc13 Mnenhy/0.8.3 Thunderbird/3.1.4

On 10/05/2010 08:13 AM, Eric Blake wrote:
@@ -351,7 +351,7 @@ check_versions() {
        app=libtoolize
      fi
      # Honor $APP variables ($TAR, $AUTOCONF, etc.)
-    appvar=`echo $app | tr '[a-z]' '[A-Z]'`
+    appvar=`echo $app | tr '-a-z' '_A-Z'`

Actually, 'tr -- -a-z _A-Z' is not universally supported, and leading dash caused a failure; so after better testing, I'm actually pushing:

tr 'a-z-' 'A-Z_'

--
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]