mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -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
|