Revision 101515b958864cbcb42340d0d6d337fec9f44b18 authored by Brad King on 10 April 2014, 15:01:46 UTC, committed by Brad King on 10 April 2014, 16:49:14 UTC
Also state explicitly that the module is deprecated.
1 parent a48de7d
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top