view src/configure @ 8846:2dd1060c5155

Added tag v7.4.1710 for changeset 210e767296d9c02e6d8d1e252f2d87601630a19b
author Christian Brabandt <cb@256bit.org>
date Mon, 04 Apr 2016 22:15:32 +0200
parents cd9471bd8e9e
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