[Uim-bugs] [Bug 1820] New: Ugly LOCALEDIR definition

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Nov 10 21:22:08 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        
   
           Summary: Ugly LOCALEDIR definition
           Product: UIM
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Other
        AssignedTo: uim-bugs at freedesktop.org
        ReportedBy: tkng at xem.jp


If I commend out these lines:

if test x$prefix = xNONE; then
   # I can't imagine when prefix does not exist -- YamaKen 2004-09-30
   localedir="/usr/local/share/locale"

I get following result at config.h:

/* locale dir */
#define LOCALEDIR "NONE/share/locale"

If I defined LOCALEDIR in Makefile.am, such problem didn't occur. Also, 
in the example of gettext (hello-c), LOCALEDIR was defined in Makefile.am.
So I believe define LOCALEDIR in Makefile.am is safe way.        
   
   
--         
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