|
发表于 2006-4-17 21:00:35
|
显示全部楼层
能把
../unix/configure.in:187: error: do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'
If this token and others are legitimate, please use m4_p attern_allow.
能把那个 configure.in 文件贴出来吗?
你可以参考:autoconf 的文档自己搞定。
http://www.gnu.org/software/autoconf/manual/autoconf.pdf
15.6.4 AC_LIBOBJ vs. LIBOBJS
Up to Autoconf 2.13, the replacement of functions was triggered via the variable LIBOBJS.
Since Autoconf 2.50, the macro AC_LIBOBJ should be used instead (see Section 5.5.3 [Generic
Functions], page 46). Starting at Autoconf 2.53, the use of LIBOBJS is an error.
This change is mandated by the unification of the gnu Build System components. In
particular, the various fragile techniques used to parse a ‘configure.ac’ are all replaced
with the use of traces. As a consequence, any action must be traceable, which obsoletes
critical variable assignments. Fortunately, LIBOBJS was the only problem, and it can even
be handled gracefully (read, “without your having to change something”). |
|