autoconf
autoconf alternative to AC_TRY_EVAL macro?
I am using the AC_TRY_EVAL macro in a configure.ac. However, http://www.mail-archive.com/autoconf@gnu.org/msg17799.html says that this is discouraged for several reasons.[详细]
2023-03-13 19:49 分类:问答Install data directory tree with massive number of files using automake
I have a data directory which I would like automake to generate install and uninstall targets for.Essentially, I just want to copy this directory verbatim to the DATA directory,Normally, I might list[详细]
2023-03-13 16:42 分类:问答Setting the include search path for autoconf
I\'m trying to cross compile OpenOCD for ARM but can\'t get past the autoconf stage. Here is the error I get.[详细]
2023-03-10 02:11 分类:问答How to override CONFIG_SITE in a spec file (best practice)
If a user attempting to build an rpm from a specfile has CONFIG_SITE set in the environment when running rpmbuild, and the specfile builds with \"./configure --prefix=/usr && make\", then the[详细]
2023-03-08 09:37 分类:问答Why doesn't autoconf pass the AC_CHECK_HEADER test when the .h is file clearly available?
I am having a bear of a time getting autoconf to check for the presence of a particular header file. Let\'s call the header dependency \"inky.h\", and let\'s say that inky is a library that was insta[详细]
2023-03-08 04:26 分类:问答How to prepare ./configure make make install for my C file when it has other dependencies?
Writing/reading code seems less stress then preparing a deploy scripts such as ./configure then make and make install开发者_如何转开发 for my C application\'s. How can i make a ./configure file and ma[详细]
2023-03-08 00:56 分类:问答aclocal version problem on Mac OSX Snow Leopard
I am trying to compile an open source program on Mac OSX and getting stuck trying to get the build configured. I have autoconf version 2.63 installed but trying to do reconfigure I get this error \"ac[详细]
2023-03-07 23:36 分类:问答aclocal/autoconf reports missing m4sugar.m4 on Mac OS X?
I have Xcode 3.2 installed into /Xcode3.2, and did not install anything into /Developer. When I wish to do development, I start up a shell as follows[详细]
2023-03-06 18:44 分类:问答How do you "echo" the last configure/make build --options within a source directory?
When doing a a GNU-style \" ./configure, make, and install\" - with specificoptions, flags, etc...As you all know, sometimes this can be a black art.. and what works for one piece of software may not[详细]
2023-03-04 04:53 分类:问答configuring autoconf to have --with options to customise build
I have a very basic understanding of how autoconf and automake work, gathered from various tutorials. However, as开发者_运维问答 I would like my libraries to be flexible during their builds, they need[详细]
2023-02-26 20:46 分类:问答