Top "Autoconf" questions

GNU Autoconf creates a shell script `configure` that is used to configure software for compilation for UNIX-like operating systems.

Error in automake

I’ve trying to create install package for hello world sample C program. I’ve done following staps. autoscan mv …

configure autotools autoconf automake
User of autotools-generated tarball gets error message: aclocal-1.13: command not found

I am distributing a tarball with installation scripts generated by autoconf version 2.69. Works fine on many different machines. Now a …

makefile autoconf automake m4 autoreconf
Autotools - tar This does not look like a tar archive

After running make distcheck I get the message that I have successfully built the package and is ready for distribution. …

tar autotools autoconf automake
how to set include paths with autotools

I'm working on a C++ project that uses autoconf & automake, and I'm struggling to correctly set up the include …

autotools autoconf automake include-path
Default compiler flags with Autotools

I want to know how to set default compiler/linker/etc. flags if I use Autoconf/Automake combo. For example, …

makefile autoconf automake
Library resolution with autoconf?

I'm building my first autoconf managed package. However I can't find any simple examples anywhere of how to specify a …

autoconf
Howto add a link to a library in autoconf configure script / makefile

I am an autotools newb and I have difficulties figuring out howto easily link a specific library into one of …

gcc boost autotools autoconf
Alternatives to Autoconf and Autotools?

I'm a very frequent user of the GNU Autotools (mostly Autoconf, occasionally Libtool). I'm working on a project where portability …

c autotools autoconf
PKG_CHECK_MODULES considered harmful?

Various developers discourage the usage of the PKG_CHECK_MODULES (for example, in this answer) but there is no clear, …

autotools autoconf pkg-config
./configure with a specified version of g++

How to tell to a 'configure' file to compile with a specified version of g++ ? Thanks.

gcc version autoconf configure