https://qa.mandrakesoft.com/show_bug.cgi?id=700
Product: rpm
Component: rpm
Summary: %configure2_5x should check for configure.ac too
Version: 4.0.4-21mdk
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
<[EMAIL PROTECTED]> reported problem in %configure2_5x macros:
[.....]
(cd $CONFIGURE_TOP; [ -f configure.in ] && libtoolize --copy --force) ;
It just checks for configure.in when deciding whether to execute
libtoolize. But with autoconf 2.5x, autoconf file can be named
configure.ac instead. So %configure2_5x should check for
configure.ac too.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.