Logo
Explore Help
Sign In
Mirrors/pyenv
1
0
Fork 0
You've already forked pyenv
mirror of https://github.com/pyenv/pyenv.git synced 2026-02-07 19:17:39 +09:00
Code Issues Packages Projects Releases Wiki Activity
pyenv/src/configure

8 lines
181 B
Plaintext
Raw Normal View History

Create `configure` script to generate a cross-platform Makefile The previous Makefile only worked on OS X. The dynamically generated Makefile (from `Makefile.in`) should now work on multiple platforms (tested on OS X and Ubuntu).
2014-01-05 17:55:43 +01:00
#!/usr/bin/env bash
Simplify resolving symlinks, remove native extension (#1428)
2022-09-22 11:34:02 +02:00
# Warning: this configure script is obsolete and kept only for backwards compatibility.
Create `configure` script to generate a cross-platform Makefile The previous Makefile only worked on OS X. The dynamically generated Makefile (from `Makefile.in`) should now work on multiple platforms (tested on OS X and Ubuntu).
2014-01-05 17:55:43 +01:00
set -e
src_dir="${0%/*}"
Simplify resolving symlinks, remove native extension (#1428)
2022-09-22 11:34:02 +02:00
cp "$src_dir"/Makefile.in "$src_dir"/Makefile
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 32ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API