mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
5 lines
172 B
Plaintext
5 lines
172 B
Plaintext
![]() |
#! /bin/sh
|
||
|
# run the automatically generated configure script
|
||
|
CONFIG_STATUS=auto/config.status \
|
||
|
auto/configure "$@" --srcdir="${srcdir-.}" --cache-file=auto/config.cache
|