autoconf
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 分类:问答Shell variable with spaces , quoting for single command line option
Autoconf scripts have trouble with a filename or pathname with spaces.For example, ./configure CPPFLAGS=\"-I\\\"/path with space\\\"\"[详细]
2022-12-11 11:23 分类:问答autoconf with -pthread
Greetings. I am trying to create an autoconf configure script that automatically checks for which pthread option to use and, ideally, specifies -pthread when compiling with gcc.[详细]
2022-12-11 08:54 分类:问答How do you set the order of libraries in automake?
How do you set the order of libraries in automake? In my am file I have something like: myprog_DEPENDENCIES = adhoc-target[详细]
2022-12-10 15:56 分类:问答How should AC_CACHE_CHECK be reset?
How should AC_CACHE_CHECK be reset? In autoconf I am checking for headers. I\'ve added some logic to try a little harder to find header files in std folders that might not be in the default include p[详细]
2022-12-10 02:25 分类:问答What is the best way to auto detect library dependencies in a C/C++ project?
What is the best way to auto detect library dependencies in a C/C++ project? I have a project where I have all the dependencies on the machine. It builds and runs. Now I want to put together a autoto[详细]
2022-12-09 14:04 分类:问答