Signed-Off-By: Subrata Modak <[email protected]> -- --- ltp-full-20090131/Makefile.orig 2009-02-16 16:45:07.000000000 +0530 +++ ltp-full-20090131/Makefile 2009-02-16 16:54:41.000000000 +0530 @@ -127,7 +127,13 @@ help: @echo 'About configuration' @echo '-------------------' @echo 'If you want to use auto configuration, ' - @echo 'be sure autoconf and automake are installed. Then run: ' + @echo 'be sure autoconf and automake are installed. See ltp/INSTALL file' + @echo 'for dependencies. If you want to install them automatically, then run: ' + @echo + @echo ' $$ make prep ' + @echo + @echo 'Make sure your system is connected to the Internet.' + @echo 'Else this will fail. Then run: ' @echo ' $$ make autotools ' @echo ' $$ ./configure ' @echo ' $$ make all ' @@ -143,3 +149,8 @@ help: @echo 'ltp developers with config.log, generated ' @echo 'by running the configure script. ' @echo + +.PHONY: prep +prep: + @./install-required-packages.sh +
------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
