Skip to content

Commit

Permalink
ruby18.rake (:configure): only run autoconf if configure.in is newer …
Browse files Browse the repository at this point in the history
…than configure
  • Loading branch information
pweldon committed Dec 18, 2010
1 parent edbcbed commit eeb1bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/interpreter/ruby18.rake
Expand Up @@ -78,7 +78,7 @@ namespace(:interpreter) do
relative_path = source_path.relative_path_from(build_path)

# working with a checkout, generate configure
unless File.exist?(File.join(package.target, 'configure'))
unless uptodate?(File.join(package.target, 'configure'), [File.join(package.target, 'configure.in')])
cd package.target do
sh "sh -c \"autoconf\""
end
Expand Down

0 comments on commit eeb1bd0

Please sign in to comment.