1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 14:23:53 -05:00
Files
pyenv/src/configure
2022-09-22 11:34:02 +02:00

8 lines
181 B
Bash
Executable File

#!/usr/bin/env bash
# Warning: this configure script is obsolete and kept only for backwards compatibility.
set -e
src_dir="${0%/*}"
cp "$src_dir"/Makefile.in "$src_dir"/Makefile