summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* autogen.sh: Copy auxiliary files instead of symlinks with `-i`Nobuyoshi Nakada2021-12-061-1/+9
| | | | When accessing from containers, symbolic links may not be able to reach outer file systems.
* autogen.sh: Make it work with sh (not bash)Yusuke Endoh2021-03-171-1/+1
|
* Improved autogen.shNobuyoshi Nakada2021-03-171-1/+7
| | | | | | * update in the source directory * make symbolic links instead of copies * forward the arguments to autoreconf as-is
* autogen.sh: Allow AUTORECONF envvar to specify the autoreconf executableYusuke Endoh2021-03-171-1/+1
|
* autogen.sh: AddedYusuke Endoh2021-03-171-0/+3
Currently it just runs "autoreconf --install"