autobuild 1.6.0.rc1 → 1.6.0.rc2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -227,7 +227,7 @@ module Autobuild
227
227
  Subprocess.run(self, 'configure', Autobuild.tool('libtoolize'), '--copy')
228
228
  end
229
229
  if using[:autogen]
230
- Subprocess.run(self, 'configure', File.expand_path(using[:autogen]))
230
+ Subprocess.run(self, 'configure', File.expand_path(using[:autogen], pkg.srcdir))
231
231
  else
232
232
  [ :aclocal, :autoconf, :autoheader, :automake ].each do |tool|
233
233
  if tool_flag = using[tool]
@@ -1,5 +1,5 @@
1
1
  module Autobuild
2
- VERSION = "1.6.0.rc1" unless defined? Autobuild::VERSION
2
+ VERSION = "1.6.0.rc2" unless defined? Autobuild::VERSION
3
3
  end
4
4
 
5
5
 
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autobuild
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424087
4
+ hash: 15424081
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 6
9
9
  - 0
10
10
  - rc
11
- - 1
12
- version: 1.6.0.rc1
11
+ - 2
12
+ version: 1.6.0.rc2
13
13
  platform: ruby
14
14
  authors:
15
15
  - Sylvain Joyeux
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2012-03-30 00:00:00 Z
20
+ date: 2012-03-31 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: rake