View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014461CMake(No Category)public2013-10-06 04:062016-06-10 14:31
ReporterMichael Forney 
Assigned ToAlex Neundorf 
PrioritynormalSeverityminorReproducibilityN/A
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0014461: No way to specify destination directory of share/aclocal.m4
DescriptionMy 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/.
TagsNo tags attached.
Attached Files

 Relationships
child of 0014676closedAlex Neundorf cmake --find-package summary ticket 

  Notes
(0034891)
Alex Neundorf (developer)
2014-01-01 12:23

I won't work on this in the near future.
(0042385)
Kitware Robot (administrator)
2016-06-10 14:29

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 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


Copyright © 2000 - 2018 MantisBT Team