view configure @ 13654:bc28260e2a2e v8.0.1699

patch 8.0.1699: leftover stuff for Python 1.4 commit https://github.com/vim/vim/commit/9ce4213b0322477ace1df5e0aa356b1a5551b445 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 11 22:19:36 2018 +0200 patch 8.0.1699: leftover stuff for Python 1.4 Problem: Leftover stuff for Python 1.4. Solution: Remove outdated Python 1.4 stuff. (Naoki Inada, closes https://github.com/vim/vim/issues/2794)
author Christian Brabandt <cb@256bit.org>
date Wed, 11 Apr 2018 22:30:07 +0200
parents cd9471bd8e9e
children a1ca6778da49
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd src && exec ./configure "$@"