view configure @ 5148:0ddba00c204d v7.4a.001

updated for version 7.4a.001 Problem: Script to update syntax menu is oudated. Solution: Add the missing items. (only changing the version, file was already updated)
author Bram Moolenaar <bram@vim.org>
date Sat, 06 Jul 2013 16:23:02 +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 "$@"