Hello,

I was working on a autoconf/automake problem and discovered that
OpenSC provides some .m4 files in aclocal that are also provided by my
Debian Etch system.

aclocal/lib-link.m4 is provided by gettext: /usr/share/aclocal/lib-link.m4
aclocal/lib-prefix.m4 is provided by gettext: /usr/share/aclocal/lib-prefix.m4
aclocal/pkg.m4 is provided by pkg-config: /usr/share/aclocal/pkg.m4

Why is OpenSC:
- providing files already provided by the "system"?
- providing "old" version of such files?
- providing files from gettext since OpenSC does not use gettext?

I had to run gettextize to make ./bootstrap. I don't know yet why
gettext is required but we should remove this dependency or explicit
use it.

Bye

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

Reply via email to