Hi! > I am using LTP through the Autotest framework. Autotest unpackages a > LTP tarball, calls 'make autotools', 'configure', and then 'make'. On > newer distros with more recent versions of autoconf, the 'make > autotools' step fails. However, the build works if I completely skip > the 'make autotools' step.
On which distros/autconf version do the 'make autotools' fails? > What is the expected way to build a released LTP tarball? Is a user > expected to call 'make autotools' before 'configure' or is just > running 'configure' enough? Running configure from relased tarball should be enough, calling autoconf to (re)generate configure script should be needed only when you change some of the autoconf/automake m4 files. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
