Revision 525eb2dc040e25aa36c7d42575c7019121240f23 authored by Bill Hoffman on 12 January 2007, 14:46:10 UTC, committed by Bill Hoffman on 12 January 2007, 14:46:10 UTC
1 parent 1d27c6a
Raw File
configure
#! /bin/sh
cmake_source_dir=`echo $0 | sed -n '/\//{s/\/[^\/]*$//;p;}'`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top