[Xfce-bugs] [Bug 4924] Using @sysconfdir@ in xinitrc fails if sysconfdir is not set explicitly
    bugzilla-daemon at xfce.org 
    bugzilla-daemon at xfce.org
       
    Wed Feb 11 02:10:31 CET 2009
    
    
  
http://bugzilla.xfce.org/show_bug.cgi?id=4924
Jannis Pohlmann <jannis at xfce.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |jannis at xfce.org
         AssignedTo|xfce-bugs at xfce.org          |jannis at xfce.org
--- Comment #1 from Jannis Pohlmann <jannis at xfce.org>  2009-02-11 01:10:30 UTC ---
I can reproduce it here. There's an easy fix for it. The problem is that the
configure script replaces @sysconfdir@ with e.g. "${prefix}/etc", so when the
Makefile later tries to replace @sysconfdir@ with something else it will only
find ${prefix}/etc in the script and thus, not do anything. Bad.
-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
    
    
More information about the Xfce-bugs
mailing list