Hello,

On Thu, 2015-10-22 at 13:41 +0800, vichy wrote:
> hi Strik:
> 
> 2015-10-21 23:59 GMT+08:00 $rik@nth <srikanth0...@gmail.com>:
> > you need to run autoconf program with no arguments and then autoconf
> > processes `configure.ac' to generate configure file.
> when i use autoconf I get below error message
> # autoconf
> configure.ac:4: error: possibly undefined macro: AM_INIT_AUTOMAKE
>       If this token and others are legitimate, please use m4_pattern_allow.
>       See the Autoconf documentation.
> configure.ac:15: error: possibly undefined macro: AM_CONDITIONAL
> #

I think you should do like:
1. cd <ltp>
2. aclocal -I m4
3. autoconf
4. autoheader
5. automake -c -a

And you can do "make autotools" instead of "step 2, 3, 4, 5"

Thanks,
Zeng



> 
> I use ubuntu 14.04 64bit to cross compile linux test project.
> appreciate your kind help,
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list



------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to