https://qa.mandrakesoft.com/show_bug.cgi?id=700
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
description:
<[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.