forked from aniani/vim
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
|