| Index: client/tests/ltp/ltp.py
|
| diff --git a/client/tests/ltp/ltp.py b/client/tests/ltp/ltp.py
|
| index f6be942541d6970b73b53001716a274aa7b74982..0d0e763ac93186ae350861cd3b3688a26bfb264d 100644
|
| --- a/client/tests/ltp/ltp.py
|
| +++ b/client/tests/ltp/ltp.py
|
| @@ -41,7 +41,7 @@ class ltp(test.test):
|
|
|
| utils.system('cp ../scan.c pan/') # saves having lex installed
|
| utils.system('make autotools')
|
| - utils.system('./configure --prefix=%s' % ltpbin_dir)
|
| + utils.configure('--prefix=%s' % ltpbin_dir)
|
| utils.system('make -j %d all' % utils.count_cpus())
|
| utils.system('yes n | make SKIP_IDCHECK=1 install')
|
|
|
|
|