view configure @ 13549:54756c29118c v8.0.1648

patch 8.0.1648: resource fork tool doesn't work on Python 3 commit https://github.com/vim/vim/commit/1b2f61e732a961c1345bf3bb6826c1caa870c10d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 27 21:12:01 2018 +0200 patch 8.0.1648: resource fork tool doesn't work on Python 3 Problem: Resource fork tool doesn't work on Python 3. Solution: Use "print()" instead of "print". (Marius Gedminas)
author Christian Brabandt <cb@256bit.org>
date Tue, 27 Mar 2018 21:15: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 "$@"