Revision 34c76d4304064d7d0e28ceaeee8ba4048497215a authored by Brad King on 01 March 2008, 17:51:07 UTC, committed by Brad King on 01 March 2008, 17:51:07 UTC
  - Add cmSystemTools::ChangeRPath method
  - Add undocumented file(CHRPATH) command
  - When installing use file(CHRPATH) to change the rpath
    instead of relinking
  - Remove CMAKE_CHRPATH lookup from CMakeFindBinUtils
  - Remove CMAKE_USE_CHRPATH option since this should
    always work
1 parent 61178a0
Raw File
configure
#! /bin/sh
cmake_source_dir=`echo $0 | sed -n '/\//{s/\/[^\/]*$//;p;}'`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top