autobuild 1.6.0.rc2 → 1.6.0.rc3
Sign up to get free protection for your applications and to get access to all the features.
@@ -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], 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
|
data/lib/autobuild/version.rb
CHANGED
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:
|
4
|
+
hash: 15424083
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 6
|
9
9
|
- 0
|
10
10
|
- rc
|
11
|
-
-
|
12
|
-
version: 1.6.0.
|
11
|
+
- 3
|
12
|
+
version: 1.6.0.rc3
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- Sylvain Joyeux
|