[LLVMbugs] [Bug 11694] New: FHS-ize info pages installation path

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jan 3 04:28:37 PST 2012


http://llvm.org/bugs/show_bug.cgi?id=11694

             Bug #: 11694
           Summary: FHS-ize info pages installation path
           Product: Build scripts
           Version: 3.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Makefiles
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: marius.maraloi at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


To better adhere to the FHS-2.3 recommendations, we can update the path for the
installed info files. I'm proposing the following modification of "configure"
and "autoconf/configure.ac" scripts:

 eval LLVM_ETCDIR="${prefix}/etc/llvm";
 eval LLVM_INCLUDEDIR="${prefix}/include";
-eval LLVM_INFODIR="${prefix}/info";
+eval LLVM_INFODIR="${prefix}/share/info";
 eval LLVM_MANDIR="${prefix}/man";
 LLVM_CONFIGTIME=`date`

As most distrbutions come with at least a symlink between "/usr/info" and
"/usr/share/info", I'm submitting this as "enhancement" severity.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list