#!/bin/sh

# This script is used to create the configure script
cd config
autoconf configure.in > ../configure
cd ..
chmod 755 configure


syntax highlighted by Code2HTML, v. 0.9.1