view src/configure @ 7745:555da309a7de v7.4.1170

commit https://github.com/vim/vim/commit/0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 24 20:41:51 2016 +0100 patch 7.4.1170 Problem: Missing changes in src/Makefile, Filelist. Solution: Add the missing changes.
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Jan 2016 20:45:05 +0100
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