Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | autogen.sh: Copy auxiliary files instead of symlinks with `-i` | Nobuyoshi Nakada | 2021-12-06 | 1 | -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 Endoh | 2021-03-17 | 1 | -1/+1 |
| | |||||
* | Improved autogen.sh | Nobuyoshi Nakada | 2021-03-17 | 1 | -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 executable | Yusuke Endoh | 2021-03-17 | 1 | -1/+1 |
| | |||||
* | autogen.sh: Added | Yusuke Endoh | 2021-03-17 | 1 | -0/+3 |
Currently it just runs "autoreconf --install" |