MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0014461 | CMake | (No Category) | public | 2013-10-06 04:06 | 2016-06-10 14:31 | |||||
Reporter | Michael Forney | |||||||||
Assigned To | Alex Neundorf | |||||||||
Priority | normal | Severity | minor | Reproducibility | N/A | |||||
Status | closed | Resolution | moved | |||||||
Platform | OS | OS Version | ||||||||
Product Version | ||||||||||
Target Version | Fixed in Version | |||||||||
Summary | 0014461: No way to specify destination directory of share/aclocal.m4 | |||||||||
Description | My distribution uses a prefix of /usr/${arch}/ for architecture dependent executables, libraries, and headers, and /usr/share/ remains for architecture independent files. This is mostly fine because I can pass --datadir=../share/cmake --docdir=../share/doc/cmake-${version}/ --mandir=../share/man to ./bootstrap and things get installed to the right places. The exception is share/aclocal/cmake.m4. After looking at Utilities/CMakeFiles.txt, it seems that this file is being installed to ${prefix}/share/aclocal/, when I want it to be installed to ${prefix}/../share/aclocal/ (e.g. /usr/share/aclocal/). However, there doesn't appear to be an option I can use to get this behavior. I'm not sure the best way to solve this issue (apart from adding a new directory option, --aclocaldir or something), but for now I can patch Utilities/CMakeFiles.txt to install cmake.m4 to ${CMAKE_DATA_DIR}/../aclocal/. | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | ||||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2013-10-06 04:06 | Michael Forney | New Issue | ||||||||
2013-10-06 15:12 | Alex Neundorf | Assigned To | => Alex Neundorf | |||||||
2013-10-06 15:12 | Alex Neundorf | Status | new => assigned | |||||||
2014-01-01 12:22 | Alex Neundorf | Relationship added | child of 0014676 | |||||||
2014-01-01 12:23 | Alex Neundorf | Note Added: 0034891 | ||||||||
2014-01-01 12:23 | Alex Neundorf | Status | assigned => backlog | |||||||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042385 | ||||||||
2016-06-10 14:29 | Kitware Robot | Status | backlog => resolved | |||||||
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | |||||||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|