Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=488100
--- Comment #61 from Philippe Makowski makowski.fedora@gmail.com 2009-04-22 04:34:19 EDT --- (In reply to comment #58)
To benefit upstream the following bugs may be submitted:
- Bugs in configure. First, ppc64 case should be added to target switch in
configure.in (as powerpc64-*-linux* or so). And proper libdir set there.
noted, seems that I need to propose a patch for this to Firebird Project
- Bug in autogen.sh. It relies on libtool message to get location of
aclocal.m4. But in this case, in new libtool message that message somehow changed and pattern didn't handle that. Consider using of aclocal for this task (like autoreconf does).
this one is done in the upstream "according to Alex from Firebird admin team : in Head autogen.sh have: echo "Running autoreconf ..." $AUTORECONF --install --force --verbose || exit 1
And some hacks to work around known bugs in old versions. This is in head. I do not backport it to release versions cause there are still troubles with some autoconf/libtoolize/automake combinations, but hope to solve and backport before 2.1.3."