#!/bin/sh # # Douglas Thrift's Search Engine # # Douglas Thrift # # $Id: autoconf.sh,v 1.4 2003/07/17 06:51:53 douglas Exp $ rm -f aclocal.m4 acinclude.m4 rm -rf autom4te*.cache acinclude --verbose echo $0: writing check_gnu_make.m4 to acinclude.m4 cat `acinclude --print-ac-dir`/Installed_Packages/check_gnu_make.m4 >> \ acinclude.m4 autoreconf --verbose