> or just run automake --add-missing like suggested (agreed it's not
> exactly explicit, that's one of numerous autoconf problems)

Nice.
On Linux this clear it up:

$ autoreconf
$ automake --add-missing
$ autoreconf

in mingw I don't get the libtoolize messages:

$ autoreconf
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.

and so it still fails, but at least I have a working cross compiler now, thanks!

Also I noticed that linking libdvdnavmini is missing the "-ldvdread"
for some reason, for it fails..

-roger-
_______________________________________________
DVDnav-discuss mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss

Reply via email to