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: [email protected]
ReportedBy: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs