autobuild 1.6.0.rc2 → 1.6.0.rc3

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], pkg.srcdir))
230
+ Subprocess.run(self, 'configure', File.expand_path(using[:autogen], srcdir))
231
231
  else
232
232
  [ :aclocal, :autoconf, :autoheader, :automake ].each do |tool|
233
233
  if tool_flag = using[tool]
@@ -147,7 +147,7 @@ module Autobuild
147
147
  # since the generation takes care of rebuilding configure
148
148
  # if .gen has changed
149
149
  progress_start "generating build system for %s" do
150
- in_dir(srcdir) { Subprocess.run(self, 'genom', File.expand_path('autogen')) }
150
+ in_dir(srcdir) { Subprocess.run(self, 'genom', File.expand_path('autogen', srcdir)) }
151
151
  end
152
152
  end
153
153
  end
@@ -1,5 +1,5 @@
1
1
  module Autobuild
2
- VERSION = "1.6.0.rc2" unless defined? Autobuild::VERSION
2
+ VERSION = "1.6.0.rc3" 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: 15424081
4
+ hash: 15424083
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 6
9
9
  - 0
10
10
  - rc
11
- - 2
12
- version: 1.6.0.rc2
11
+ - 3
12
+ version: 1.6.0.rc3
13
13
  platform: ruby
14
14
  authors:
15
15
  - Sylvain Joyeux