Top "Autoconf" questions

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

Autoconf check for program and fail if not found

I'm creating a project and using GNU Autoconf tools to do the configuring and making. I've set up all my …

linux autoconf
Hello World Library using autotools

Creating bin program is really easy using autotools I need to just define two files. `Makefile.am' bin_PROGRAMS = hello …

autotools autoconf automake
How to point autoconf/automake to non-standard packages

I'm trying to build ZooKeeper on a RedHat Linux box. (Exactly what ZooKeeper is is probably not important :-) When …

autoconf configure automake apache-zookeeper