Top "Automake" questions

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

Build m4, autoconf, automake, libtool on unix

I'm trying to setup PHP, apache environment on HP-UX server. While install i'm using usual commands of "./configur, make, make …

unix autoconf automake m4
Automake generating binaries to bin/ instead of in src/

I searched for the answer to this question but couldn't find any good. Maybe they're old and something has changed, …

autotools autoconf automake
glib2 build can't find automake 1.13 when automake 1.14 is installed

I'm attempting to build glib-2.36.4 on CentOS5. I realize it would be wiser to upgrade to 6 but this isn't possible …

centos glib automake
Any difference between configure.ac and configure.in, and Makefile.am and Makefile.in?

I have seen both in different things I have configured. What I the difference? Is it notable to use only …

makefile autoconf configure automake
Using the pkg-config macro PKG_CHECK_MODULES failing

I'm sure this is a fairly simple problem. I have a very simple configure.ac file which I am using …

macos osx-snow-leopard autoconf automake pkg-config
Installing pkg-config files to proper path on CentOS with automake

I have a couple projects I maintain that are built using automake (let's call them lib1 and lib2). lib2 is …

centos automake pkg-config
automake subdir-objects is disabled

I'm getting the below error with automake. I know you can put AUTOMAKE_OPTIONS = subdir-objects" at the top of Makefile.…

linux gnu-make automake
"AM_PROG_LIBTOOL" not found in library

I got an error while trying to compile a library in centOS 7, and i tried reinstall libtool but it does …

autoconf automake libtool
Autotools build fails due to subdir-objects option in AM_INIT_AUTOMAKE

I'm currently working on a C++ project which relies on recursive automake for building. I want to build a shared …

autotools autoconf automake libtool
How to build *.so module in Automake and a libtool-using project?

I have the same problem as others have: I have a *.la file generated by libtool in an Automake project (…

shared-libraries automake libtool