summaryrefslogtreecommitdiffstats
path: root/src/configure
blob: d8595a5244461b1f3849c7ae347c165f44278c4b (plain)
1
2
3
4
5
6
7
8
9
10
#! /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