Top "Automake" questions

Automake is a tool provided by GNU for the purpose of automating the generation of portable, configurable Makefiles.

How to set a define through "./configure" with Autoconf

I have one project that can generate two diferent applications based on one define. libfoo_la_CXXFLAGS = -DMYDEFINE I have …

c++ autotools configure autoconf automake
why autogen.sh failed even with the correct autoconf?

autogen.sh failed, the output shows that i need an autoconf of higher version. but in fact i have a 2.6…

centos autotools autoconf automake autogen
How do I get autotools to compile with the Intel compiler?

I want my code to compile with the Intel compiler(s) or with gcc/g++ depending on a configure argument. …

autotools autoconf automake
Can't turn off gcc optimizer, Makefile from automake

I am trying to get ZBar in a debug session. I am able to do so, but I can't get …

gcc compiler-optimization automake zbar-sdk
how to create binary and .so using libtool

I have a set of cpp files that I want to compile directly into a binary and also to compile …

c++ gcc autoconf automake libtool
Placing header files in a subdirectory of /usr/include with automake?

If I write a library, and have header files for development included, and have a src/Makefile.am like this: …

header-files autotools automake
autoconf/automake: conditional compilation based on presence of library?

I need to conditionally compile some code based on the presence of a library. Seems like this should be easy …

autoconf automake
autoconf error on ubuntu 11.04

i've been googling and installing libraries for a while, but I couldn't quite handle this problem with autoconf. i have …

linux compilation gtk autoconf automake
Automake Libtool 'No rule to make target'

I've been trying to build to GLTools library that accompanies The OpenGL SuperBible into a libtool library with automake. I've …

c++ c autoconf automake libtool
Adding a custom installation directory option to Autoconf-generated configure scripts

configure scripts always include something like the following in the help message: ... By default, `make install' will install all the …

installation autoconf configure automake make-install