will solve multi configure spec file 32/28932/1
authorRonan Le Martret <ronan@fridu.net>
Fri, 17 Oct 2014 08:05:43 +0000 (10:05 +0200)
committerRonan Le Martret <ronan@fridu.net>
Fri, 17 Oct 2014 08:05:43 +0000 (10:05 +0200)
Change-Id: I8a4e39eb51c62e2f1b9f3579e789ea1e1c2887d7
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
proto-meta-Tizen_generic/rpm_tizen_macro/lib/macros
proto-meta-Tizen_generic/rpm_tizen_macro/lib/tizen_macros

index a7778de..7e7e64b 100644 (file)
@@ -849,7 +849,7 @@ posix.setenv("RPMBUILD_SOURCEDIR",rpm.expand("%?_sourcedir"));
 # The configure macro should be invoked as %configure (rather than %{configure})
 # because the rest of the arguments will be expanded using %*.
 #
-%_configure autotools_do_configure
+%_configure ./configure
 
 #------------------------------------------------------------------------------
 # The make install analogue of %configure for modern autotools:
index 0a506ce..f4eb415 100644 (file)
 # Tizen
 #
 %configure \
- %{_configure} 
+ autotools_do_configure
 
 %reconfigure \
- %{_configure} 
+ autotools_do_configure
 
 %autogen \
  %reconfigure