view src/configure @ 25980:0ff315dd0c48 v8.2.3523

patch 8.2.3523: duplicated code in xxd Commit: https://github.com/vim/vim/commit/c89c91cafd91fbf17f431d800bbf4cafcffffe7a Author: DungSaga <dungsaga@users.noreply.github.com> Date: Sat Oct 16 19:07:46 2021 +0100 patch 8.2.3523: duplicated code in xxd Problem: Duplicated code in xxd. Solution: Remove duplicated lines. (closes https://github.com/vim/vim/issues/8972)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Oct 2021 20:15:03 +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