autotools
Accessing autoconf defined symbols in python
I\'m working on a project that is written in both C++ and python. I have the following line in my configure.ac:[详细]
2022-12-19 01:57 分类:问答Using pkg-config with autotools
I\'m learning about the autotools and made it through a hello world scenario and now wanted to try wrapping up some cppunit tests into a package and build it using the autotools.In order to build the[详细]
2022-12-19 01:40 分类:问答check automake/autoconf version in configure script
I\'m trying to edit a configure script that will execute this piece of code if it is above Automake version x.xx, and if it isn\'t, it executes a different piece of code.[详细]
2022-12-18 01:27 分类:问答Automake generating binaries to bin/ instead of in src/
I searched for the answer to this question but couldn\'t find any good. Maybe they\'re old and something has changed, so I ask again.[详细]
2022-12-17 23:10 分类:问答autotools for 2 programs
I have a program main.c which calls header.c with the help of header.h in its program. I know how to compile it in GCC but now i would like to use autotools for it. I would like to know what should be[详细]
2022-12-17 13:11 分类:问答How would one setup autotools to build a project for separate architectures, concurrently, on multiple systems?
I\'ve got a C++ project which uses automake and autoconf. I\'m new to both of these. My home directory is network mounted -- the same on every server we have -- and I want to compile and run the proj[详细]
2022-12-17 05:04 分类:问答GNU Autotools: How do you include source files in the 'make dist' tarball that are above the root source directory?
I\'ve got a Subversion project that uses Gnu Autotools (i.e., automake, autoconf, and libtool) to manage source code within a subfolder (called \'subpackage\').The subpackage references source files t[详细]
2022-12-13 06:13 分类:问答Autoconf - Where does config.h go?
I\'m writing my own unit testing library (using autoconf, automake, and libtool) to better fit my needs (I don\'t need a super large amount of features, just a test runner and assertions). I have开发者[详细]
2022-12-12 22:12 分类:问答What is the proper way of including linux kernel config?
I\'m porting an old version of a software that is partly a linux kernel module toEL5, after doing the relevant hacks, the horrible GNU autotools mess that is used to compile the thing (no, it does not[详细]
2022-12-12 16:52 分类:问答Fix source file search path when doing out-of-source autotools build within emacs
I have a project that uses autotools. A nice feature of autotools is \'out-of-source\' builds, wheras instead of doing :[详细]
2022-12-12 11:56 分类:问答