diff options
author | Bruno Haible <bruno@clisp.org> | 2005-04-07 11:35:22 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:28 +0200 |
commit | f3c3f3ddcf475202376c15ac46e24671889108d1 (patch) | |
tree | b5d05924ce829e2546f5fc73c2a27bc9e8f0e354 | |
parent | a5c10976fee9f8dc9cfd64eef5a849dafec5e38a (diff) | |
download | external_gettext-f3c3f3ddcf475202376c15ac46e24671889108d1.zip external_gettext-f3c3f3ddcf475202376c15ac46e24671889108d1.tar.gz external_gettext-f3c3f3ddcf475202376c15ac46e24671889108d1.tar.bz2 |
Recommend --program-transform-name.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | README | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2005-04-06 Bruno Haible <bruno@clisp.org> + + * README: Recommend --program-transform-name instead of + --program-prefix. + Reported by Joel Reicher <joel@panacea.null.org>. + 2005-03-22 Bruno Haible <bruno@clisp.org> * m4: New directory, renamed from config/m4/. @@ -96,7 +96,7 @@ Some points you might be interested in before installing the package: 1. If your system's C library already provides the gettext interface and its associated tools don't come from this package, it might be a good idea to configure the package with - --program-prefix=g + --program-transform-name='s/^gettext$/g&/;s/^msgfmt$/g&/;s/^xgettext$/g&/' Systems affected by this are: Solaris 2.x @@ -105,7 +105,7 @@ Some points you might be interested in before installing the package: one which comes with xview. This one is *not* usable. It's best you delete^H^H^H^H^H^Hrename it or install this package as in the point above with - --program-prefix=g + --program-transform-name='s/^gettext$/g&/;s/^msgfmt$/g&/;s/^xgettext$/g&/' 3. The locale name alias scheme implemented here is in a similar form implemented in the X Window System. Especially the alias data base |