*** empty log message ***
[arla.git] / HACKING
blob4789d4a9273baa0b4cc23947d3f0ab62ed70ff86
1 #!/bin/sh
2 # $Id$
4 # * Configuration stuff
6 # Arla uses GNU autoconf for configuration. If you want to modify
7 # configure.in (or acconfig.h) you'll need autoconf 2.53 (or later),
8 # automake 1.6 (or later), and libtool 1.4a (or later, depending on
9 # your platform).
11 # If you have trouble, get the latest versions of these packages,
12 # build them yourself and install them all in the same prefix. Not
13 # all package systems do this properly.
14 # (i.e.: ./configure --prefix=$HOME/toolchain && make && make install)
15 # And export PATH="$HOME/toolchain/bin:$PATH" (or similar).
17 # To re-create the Arla configuration files, run this command:
19 autoreconf -f -i
21 # aclocal creates a file `aclocal.m4' from all the tests in the `cf'
22 # directory. autoheader will create `include/config.h.in' and autoconf
23 # the `configure' script.
25 exit 0