autoconf
Are there noteworthy uses of m4 besides autoconf? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-02-11 16:31 分类:问答Why doesn't Readline work as a subdirectory in autoconf?
I\'m trying to migrate a project to autotools, got stuck with integrating the third party libraries we use. Some work the basic way: (the following is in my configure.ac)[详细]
2023-02-11 08:41 分类:问答Have Autoconf manually check for library when there is no .pc file
I\'m relatively new to using A开发者_开发技巧utoconf and so far I\'ve only used PKG_CHECK_MODULES and that\'s worked for me. I\'ve come across a package, specifically the Debian libmhash-dev v0.9.9.9-[详细]
2023-02-10 18:41 分类:问答Where does autoconf's AC_CHECK_HEADERS verify the header files?
I am having trouble with compiling one of th开发者_StackOverflow中文版e open source libraries (libopekele OpenID lib).[详细]
2023-02-09 16:07 分类:问答Automake: dependency on build result
I use automake and autoc开发者_Go百科onf. In the subdirectory src/ the Makefile.am contains bin_PROGRAMS = hello[详细]
2023-02-07 16:20 分类:问答configure.in or configure.ac?
It seems that some autoconf projects use a configure.in file to generate a configure script, and so开发者_如何学Cme use configure.ac.[详细]
2023-02-07 16:15 分类:问答Inconsistent results from AC_CHECK_FUNCS
I am hav开发者_JS百科ing a problem with a configure script verifying the presence of some basic functions,[详细]
2023-02-05 13:41 分类:问答Updating to Drupal6 on FreeBSD 7: Error Code 1 during make install
I had a working Drupal site and I tried to upgrade my 5.5 version to Drupal6. After trying to update the version from the ports collection:[详细]
2023-02-05 04:49 分类:问答Having trouble with configure.ac syntax using AC_SEARCH_LIBS
I\'m trying to use AC_SEARCH_LIBS to find the location of the X libraries on my system. Some older systems (RH4) have the libraries in /usr/X11, while most current systems just put them in /usr/lib.[详细]
2023-02-05 01:05 分类:问答Autofoo test for maximum version of Python
I\'m trying to get autofoo to test for a maximum version of Python rather than a minimum.Example: AC_REQUIRE([AM_PATH_PYTHON([2.7])])[详细]
2023-02-03 11:20 分类:问答