#! /bin/bash # # $Id: mkconfig.sh,v 1.4 2001/05/26 13:09:02 richdawe Exp $ # # mkconfig.sh, Copyright (C) 1999-2001 by Richard Dawe # # This file creates a new configure file called 'config', but replaces the # references to 'config.guess' to 'config.gue', so when can run it under # plain ol' DOS. It also runs autoheader to generate config.hin from # config.in. # autoconf config.in | sed -e 's/config\.guess/config\.gue/' > config chmod ug+x config autoheader config.in > config.hin