view configure @ 21817:c2c2e57562ee v8.2.1458

patch 8.2.1458: .gawk files not recognized Commit: https://github.com/vim/vim/commit/9a5c553f790f74e4c36295ce5d46c1aa7d13eae6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 15 14:07:23 2020 +0200 patch 8.2.1458: .gawk files not recognized Problem: .gawk files not recognized. Solution: Recognize .gawk files. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Aug 2020 14:15:07 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"