bug-libtool
[Top][All Lists]
Advanced

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

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


From: Jari Aalto
Subject: patch #7049: [PATCH] 79d9801 2009-12-25: Prefer double quotes in output
Date: Fri, 25 Dec 2009 21:22:24 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux)

    Cf. Libtool SAvannah tracker:
    https://savannah.gnu.org/patch/index.php?7049

    Patch against git 79d9801 2009-12-25
    https://savannah.gnu.org/patch/download.php?file_id=19359

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 in 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 to:

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

Jari




reply via email to

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