view configure @ 11146:6ce90f33373f v8.0.0460

patch 8.0.0460: can't build on HPUX commit https://github.com/vim/vim/commit/d8492792f26c5bbdefc8f452a393621f055edd8c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 16 12:22:38 2017 +0100 patch 8.0.0460: can't build on HPUX Problem: Can't build on HPUX. Solution: Fix argument names in vim_stat(). (John Marriott)
author Christian Brabandt <cb@256bit.org>
date Thu, 16 Mar 2017 12:30:04 +0100
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 "$@"