9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
configure do
|
|
puts "sub Rsconscript configure"
|
|
check_program "foobarfailure"
|
|
end
|
|
|
|
build do
|
|
puts "sub Rsconscript build"
|
|
end
|