Bug 3049 - %configure doesn't invoke libtoolize when configure.ac is present
Summary: %configure doesn't invoke libtoolize when configure.ac is present
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: rpm-build (show other bugs)
Version: unstable
Hardware: all Linux
: P4 major
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: 2978
  Show dependency tree
 
Reported: 2003-09-26 13:36 MSD by Mikhail Zabaluev
Modified: 2005-07-13 15:45 MSD (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Zabaluev 2003-09-26 13:36:18 MSD
In build macros, the test in this string:

%{?__libtoolize:[ -f configure.in ] && %{__libtoolize} --copy --force ;}

should be modified to trigger on configure.ac as well:

%{?__libtoolize:[ -f configure.in -o -f configure.ac ] && %{__libtoolize} --copy
--force ;}
Comment 1 Dmitry V. Levin 2003-09-27 18:18:06 MSD
Fixed in rpm-build-4.0.4-alt26