Class Autobuild::Autotools
In: lib/autobuild/packages/autotools.rb
Parent: Package

Handles autotools-based packages

Used programs (see Autobuild.programs)

  • aclocal
  • autoheader
  • autoconf
  • automake

Available options

  • aclocal (default: true if autoconf is enabled, false otherwise) run aclocal
  • autoconf (default: true)
  • autoheader (default: false) run autoheader
  • automake (default: autodetect) run automake. Will run automake if there is a
                +Makefile.am+ in the source directory
    

Methods

Attributes

builddir  [R] 
configureflags  [RW] 
using  [RW] 

Public Class methods

Public Instance methods

Returns the absolute builddir

Build stamp This returns the name of the file which marks when the package has been successfully built for the last time. The path is absolute

[Validate]