Revision f347fd12f3d949b2c2e1db285f62ba71720af7ca authored by Rolf Eike Beer on 27 March 2014, 21:30:23 UTC, committed by Brad King on 06 May 2014, 17:23:58 UTC
These flags are needed to enable support for C++98.  Also teach the
'bootstrap' script to add them if necessary.
1 parent 4ca9b00
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top