mirror of
https://github.com/pyenv/pyenv.git
synced 2026-01-25 21:57:32 +09: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
|