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
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)
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-
I am having trouble with compiling one of th开发者_StackOverflow中文版e open source libraries (libopekele OpenID lib).
I use automake and autoc开发者_Go百科onf. In the subdirectory src/ the Makefile.am contains bin_PROGRAMS = hello
It seems that some autoconf projects use a configure.in file to generate a configure script, and so开发者_如何学Cme use configure.ac.
I am hav开发者_JS百科ing a problem with a configure script verifying the presence of some basic functions,
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:
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.
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])])