view configure @ 3227:f8d2ef4512f8 v7.3.383

updated for version 7.3.383 Problem: For EBCDIC pound sign is defined as 't'. Solution: Correctly define POUND.
author Bram Moolenaar <bram@vim.org>
date Fri, 23 Dec 2011 12:47:03 +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 "$@"