Alternatives to Autoconf and Autotools? [closed]

2019-03-07 18:08发布

I'm a very frequent user of the GNU Autotools (mostly Autoconf, occasionally Libtool). I'm working on a project where portability is going to be a sticking point.. Yet, the rest of the team is just not comfortable working with m4. I got this in my inbox from not one, but four people:

m4 is NOT lisp, dammit!

Anyway, perhaps someone could recommend something Python or PHP based? I'm working on the C end of a much larger tree; I can be sure either Python or PHP 5 will be present, as they are prerequisites.

9条回答
ら.Afraid
2楼-- · 2019-03-07 18:52

For building C/C++ software from ANT or maven you might be interested in terp. It includes a portable C++ compiler task that works with many C++ compilers on many platforms.

查看更多
Ridiculous、
3楼-- · 2019-03-07 18:57

I have heard good things about CMake which tries to solve the same problems. Here is the wikipedia article

查看更多
成全新的幸福
4楼-- · 2019-03-07 19:03

One more auto* replacement - mk-configure. Docs can be found here

查看更多
登录 后发表回答