#!/bin/sh
# $Id: HACKING,v 1.3 2003/02/18 18:19:43 lha Exp $
#
# * Configuration stuff
#
# Rainbow uses GNU autoconf for configuration.  If you want to modify
# configure.in (or acconfig.h) you'll need autoconf 2.13 and automake
# 1.4 or later.  To re-create the configuration files, run these
# commands:

libtoolize --copy
aclocal -I cf
autoheader
autoconf
automake -a -c

# aclocal creates a file `aclocal.m4' from all the tests in the `cf'
# directory.  autoheader will create `include/config.h.in' and autoconf
# the `configure' script.
