> Hi Yamato, > > Thanks for the patch introducing autoconf in LTP. I have few > questions/doubts here: > > On Fri, 2008-10-31 at 15:39 +0900, Masatake YAMATO wrote: > > Hi, > > > > I've clean my signalfd test case up with autoconf. > > After applying the patch, do at ltp/ > > > > autoconf > > autoheader > > ./configure > > This does not work in the first place. > $ ./configure > configure: error: cannot find sources (ltp) in . or .. > > I think the problem is with: > > diff --git a/configure.ac b/configure.ac > > new file mode 100644 > > index 0000000..977b49b > > --- /dev/null > > +++ b/configure.ac > > @@ -0,0 +1,9 @@ > > +AC_INIT([ltp]) > > If we change it to: > +AC_INIT([ltp-full-20081031]) > > it works fine. Since this is the directory under which the tests are > being built. And this will change for all the subsequent ltp releases. > So, we might need a symlink here which points to the latest ltp version > always.
Sorry, I took mistake. The line should be like: +AC_INIT([runltp]) Please try. AC_INIT expects something file. I was confused AC_INIT with AM_INIT_AUTOMAKE of automake. However, ltp will not use automake. Masatake ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
