[Uim-bugs] [Bug 1820] Ugly LOCALEDIR definition
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Nov 11 10:44:11 EET 2004
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://freedesktop.org/bugzilla/show_bug.cgi?id=1820
tkng at xem.jp changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From tkng at xem.jp 2004-11-11 00:44 -------
> I assume you had commented out only the line
> 'localedir="/usr/local/share/locale"' rather than 'lines'. Is it right?
No. To be exact, I modified as follows.
LOCALEDIR=`eval echo ${datadir}/locale`
$egrep '(datadir|prefix|localedir|LOCALEDIR)' config.log
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib
--enable-nls --without-included-gettext --enable-__cxa_atexit
--enable-clocale=gnu --enable-debug --enable-java-gc=boehm
--enable-java-awt=xlib --enable-objc-gc i486-linux
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib
--enable-nls --without-included-gettext --enable-__cxa_atexit
--enable-clocale=gnu --enable-debug --enable-java-gc=boehm
--enable-java-awt=xlib --enable-objc-gc i486-linux
| #define LOCALEDIR "NONE/share/locale"
| #define GNOMELOCALEDIR "NONE/share/locale"
| #define LOCALEDIR "NONE/share/locale"
| #define GNOMELOCALEDIR "NONE/share/locale"
| #define LOCALEDIR "NONE/share/locale"
| #define GNOMELOCALEDIR "NONE/share/locale"
| #define LOCALEDIR "NONE/share/locale"
| #define GNOMELOCALEDIR "NONE/share/locale"
bindir='${exec_prefix}/bin'
datadir='${prefix}/share'
exec_prefix='${prefix}'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='/usr/local/share/locale'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
prefix='/usr/local'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
#define GNOMELOCALEDIR "NONE/share/locale"
#define LOCALEDIR "NONE/share/locale"
As an additional infomation, tested with this line:
LOCALEDIR="${datadir}/locale"
Result:
#define GNOMELOCALEDIR "${prefix}/share/locale"
#define LOCALEDIR "${prefix}/share/locale
--
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the uim-bugs
mailing list