view src/configure @ 24412:0e0943dfdbf9 v8.2.2746

patch 8.2.2746: check for duplicate arguments does not work Commit: https://github.com/vim/vim/commit/87795939d01932b0d8155fd69c7494fa51c523f3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 10 18:21:30 2021 +0200 patch 8.2.2746: check for duplicate arguments does not work Problem: Check for duplicate arguments does not work. Solution: Correct condition.
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Apr 2021 18:30:04 +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