mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-14 14:23:53 -05:00
8 lines
181 B
Bash
Executable File
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
|