view configure @ 2576:2a8bf2ba504f v7.3.003

updated for version 7.3.003 Problem: Crash with specific BufWritePost autocmd. (Peter Odding) Solution: Don't free the quickfix title twice. (Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Tue, 17 Aug 2010 20:26:59 +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 "$@"