https://bugzilla.rpmfusion.org/show_bug.cgi?id=2696
--- Comment #4 from Antonio <anto.trande(a)gmail.com> 2013-04-14 01:27:01 CEST ---
(In reply to comment #1)
Created attachment 1075 [details]
Autotools files patches
These patches don't consider the patch already included in your package
(ogmrip-profiles-0.3-gettext.patch). Using this patch (that changes
'configure.in' file in top-level directory), it seems affect the compilation:
...
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh
/home/sagitter/rpmbuild/BUILD/ogmrip-profiles-0.3/missing --run aclocal-1.12
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh
/home/sagitter/rpmbuild/BUILD/ogmrip-profiles-0.3/missing --run autoconf
cd . && /bin/sh /home/sagitter/rpmbuild/BUILD/ogmrip-profiles-0.3/missing
--run automake-1.12 --gnu
...
In this way, it seems me that starts again 'aclocal/automake/autoconf' tools.
I obtained a cleaner result with these steps and, for everyone, by creating all
patch files:
1) Executing 'aclocal'
2) Executing 'automake'
3) Patching 'configure.in' file by 'ogmrip-profiles-0.3-gettext.patch'
4) Executing 'autoconf'
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.