|
从网上下载的源码包之后
按照readme文档里开始编译
第一步 aclocal
第二步 autoconf
前两步都没有问题
第三步 automake 时候提示
CUnit/Sources/Framework/Makefile.am:18: `%'-style pattern rules are a GNU make extension
我的 automake --version内容是
automake (GNU automake) 1.10.2
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Tom Tromey <tromey@redhat.com>
and Alexandre Duret-Lutz <adl@gnu.org>.
有哪位知道这个问题怎么解决吗? 先谢谢了 !!! |
|