Check out my first novel, midnight's simulacra!

GNU Autotools

From dankwiki
Revision as of 17:55, 17 February 2012 by Dank (talk | contribs) (Created page with "Ick. ==Setting up autotools== <tt>[http://www.gnu.org/software/autoconf/manual/autoconf.html#autoreconf-Invocation autoreconf]</tt> can be used on initial setup, or after the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Ick.

Setting up autotools

autoreconf can be used on initial setup, or after the autotools installation has been modified. Use -f to force refreshings, and -i to install missing files; autoreconf -fi is thus a useful recipe for source trees (distributing anything but autotools inputs, including configure scripts, makes assumptions regarding the host autotools installation).