libtool-patches
[Top][All Lists]
Advanced

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

[patch #7049] [PATCH] 79d9801 2009-12-25: Ppefer double quotes in output


From: Jari Aalto
Subject: [patch #7049] [PATCH] 79d9801 2009-12-25: Ppefer double quotes in output
Date: Fri, 25 Dec 2009 19:17:37 +0000
User-agent: Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.10

URL:
  <http://savannah.gnu.org/patch/?7049>

                 Summary: [PATCH] 79d9801 2009-12-25: Ppefer double quotes in
output
                 Project: GNU Libtool
            Submitted by: jaalto
            Submitted on: Fri 25 Dec 2009 09:17:36 PM EET
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The patch is against git 79d9801 2009-12-25

Libtool seems to output text in US-convention:

...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
...

SUGGESTION

For output display ofr international context the double quotes would work
better (backquotes are not used in Asia, Europe). The double quotes would also
be shell friendly in a way that the text is cut-n-paste ready, whereas
backquotes are a little problematic (a shell metacharacter). 

The following patch would be start to change the output would change to:

...
libtoolize: putting auxiliary files in ".".
libtoolize: copying file "./ltmain.sh"
libtoolize: Consider adding "AC_CONFIG_MACRO_DIR([m4])" to configure.in and
...

Please consider including it.






    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 25 Dec 2009 09:17:36 PM EET  Name:
0001-Prefer-double-quotes-for-shell-friendly-output-copy-.patch  Size: 58kB  
By: jaalto

<http://savannah.gnu.org/patch/download.php?file_id=19359>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?7049>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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