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.
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
I\'m trying to cross compile OpenOCD for ARM but can\'t get past the autoconf stage. Here is the error I get.
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
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
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
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
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
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
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