view src/configure @ 11359:0fc4e555506d

Added tag v8.0.0564 for changeset a6b9cdcde548e8c2344b8301a442591591b8e6eb
author Christian Brabandt <cb@256bit.org>
date Sat, 15 Apr 2017 14:45:06 +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