view src/configure @ 242:a711f7a6852d v7.0067

updated for version 7.0067
author vimboss
date Sun, 17 Apr 2005 20:28:32 +0000
parents 8def260d486d
children 7fe13e0f5dce
line wrap: on
line source

#! /bin/sh
# run the automatically generated configure script
CONFIG_STATUS=auto/config.status \
	auto/configure "$@" --srcdir="${srcdir-.}" --cache-file=auto/config.cache
# Stupid autoconf 2.5x causes this file to be left behind.
if test -f configure.lineno; then rm -f configure.lineno; fi