2004-06-13 20:20:40 +00:00
|
|
|
#! /bin/sh
|
|
|
|
# run the automatically generated configure script
|
|
|
|
CONFIG_STATUS=auto/config.status \
|
2005-12-22 22:47:02 +00:00
|
|
|
auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache
|
2006-08-08 17:08:52 +00:00
|
|
|
result=$?
|
|
|
|
|
2005-01-25 21:53:18 +00:00
|
|
|
# Stupid autoconf 2.5x causes this file to be left behind.
|
|
|
|
if test -f configure.lineno; then rm -f configure.lineno; fi
|
2006-08-08 17:08:52 +00:00
|
|
|
|
|
|
|
exit $result
|