| Summary: | %configure doesn't invoke libtoolize when configure.ac is present | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Mikhail Zabaluev <mhz> |
| Component: | rpm-build | Assignee: | placeholder <placeholder> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | major | ||
| Priority: | P4 | CC: | arseny, glebfm, imz, ldv, placeholder, vt |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
| Bug Depends on: | |||
| Bug Blocks: | 2978 | ||
Fixed in rpm-build-4.0.4-alt26 |
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 ;}