开发者

autoconf: AC_PROG_CC checks for object and executable suffix, but how to get this?

开发者 https://www.devze.com 2023-02-24 09:42 出处:网络
I\'m a newbie to autoconf, and found out that a call of the macro AC_PROG_CC checks for the suffixes of executables and object files. Now I want to开发者_如何学运维 use the results of these checks and

I'm a newbie to autoconf, and found out that a call of the macro AC_PROG_CC checks for the suffixes of executables and object files. Now I want to开发者_如何学运维 use the results of these checks and replace them in my Makefile.in, but there is no adequate documentation or mentioning in the autoconf docs on how to use this.

I'm also having the general problem: Which macro gives me which variables, and where is a reference to get know about?

Thanks for any help.


The variables you are looking for are @EXEEXT@ and @OBJEXT@.

This link takes you to the index of all the output variables from the Autoconf manual.

Unfortunately there's no easy table of which ones are defined by which macros, you just have to read the descriptions.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号