#!/bin/sh
#
# $Id: bootstrap 80 2004-08-19 16:19:18Z flovergine $
#
# Copyright (C) 2004,2007 Francesco P. Lovergine <frankie@yardradius.org>
# All rights reserved. See LICENSE file for license information.
#
# This script is useful on Debian GNU/Linux as an alternative to autoreconf.
# Adaptable to other platforms mutata mutanda.
#

autoheader2.50 \
&& aclocal-1.9 \
&& autoconf2.50 \
&& automake-1.9 --add-missing --force --copy 
