summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)Author
2021-12-06autogen.sh: Copy auxiliary files instead of symlinks with `-i`Nobuyoshi Nakada
When accessing from containers, symbolic links may not be able to reach outer file systems. Notes: Merged: https://github.com/ruby/ruby/pull/5220 Merged-By: nobu <nobu@ruby-lang.org>
2021-03-17autogen.sh: Make it work with sh (not bash)Yusuke Endoh
2021-03-17Improved autogen.shNobuyoshi Nakada
* update in the source directory * make symbolic links instead of copies * forward the arguments to autoreconf as-is
2021-03-17autogen.sh: Allow AUTORECONF envvar to specify the autoreconf executableYusuke Endoh
2021-03-17autogen.sh: AddedYusuke Endoh
Currently it just runs "autoreconf --install"