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