view src/configure @ 7:95054589743a

*** empty log message ***
author axmo
date Wed, 13 Aug 2008 17:54:25 +0900
parents 76efa0be13f1
children
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
result=$?

# Stupid autoconf 2.5x causes this file to be left behind.
if test -f configure.lineno; then rm -f configure.lineno; fi

exit $result