Marc Rios Valles wrote:
> Hi,
> 
> I've been playing around the new opensc-0.11.7 and I think is not
> correct to add the m4 referents to libtool because it makes to fail the
> compilation in some systems. I am refering to m4/libtool.m4 and
> m4/lt*.m4 files. These files differs in one system to another and are
> putted by aclocal so are not needed. In Fedora 10 for example when you
> try to compile you get:

Possible work-around:
export echo=echo

Possible fix:
libtool is not in sync with autotools. You have to force-recreate all
auto-generated files:
libtoolize --force
automake
autoreconf --force --install

(Maybe more steps would be required.)

-- 
Best Regards / S pozdravem,

Stanislav Brabec
software developer
---------------------------------------------------------------------
SUSE LINUX, s. r. o.                          e-mail: sbra...@suse.cz
Lihovarská 1060/12           tel: +420 284 028 966, +49 911 740538747
190 00 Praha 9                                  fax: +420 284 028 951
Czech Republic                                    http://www.suse.cz/

_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to