1 2 3 4 5 6 7 8 9 10 11
module OS module Mac module Xcode module_function def provides_autotools? odisabled "OS::Mac::Xcode.provides_autotools?" end end end end