简体   繁体   中英

How to define macro for C project in autotools?

How do I define macros on a per-project, or per file level in a C project using autotools?

Presently I have this: mount_cpfs_CPPFLAGS = -DFUSE_USE_VERSION=28 , but I'm not sure that this is the "portable" way to define a C macro.

考虑将生成的头文件与AC_DEFINE

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM