CMake/configure

4 lines
114 B
Plaintext
Raw Normal View History

2001-05-21 17:33:35 +04:00
#! /bin/sh
cmake_source_dir=`echo $0 | sed -n '/\//{s/\/[^\/]*$//;p;}'`
exec "${cmake_source_dir}/bootstrap" "$@"