Le Thu, 1 Dec 2011 13:04:13 -0700, Roger Pack <[email protected]> a écrit :
> > install automake, possibly libtool too to be sure, try to run autoreconf > > appears from apt-get that I have the latest installed. > > running autoreconf in Linux: > > $ autoreconf > autlibtoolize: 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. > oconf > configure.ac:26: required file `./config.guess' not found > configure.ac:26: `automake --add-missing' can install `config.guess' > configure.ac:26: required file `./config.sub' not found > configure.ac:26: `automake --add-missing' can install `config.sub' > configure.ac:22: required file `./install-sh' not found > configure.ac:22: `automake --add-missing' can install `install-sh' > configure.ac:22: required file `./missing' not found > configure.ac:22: `automake --add-missing' can install `missing' > src/Makefile.am: required file `./depcomp' not found > src/Makefile.am: `automake --add-missing' can install `depcomp' > autoreconf: automake failed with exit status: 1 > > > My guess is that people only use configure2 these days, or something... > Thanks for your help BTW. > -roger- or just run automake --add-missing like suggested (agreed it's not exactly explicit, that's one of numerous autoconf problems) -- Rafaël Carré _______________________________________________ DVDnav-discuss mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss
