Nobuyoshi Nakada
|
5ce3272e51
|
autogen.sh: Copy auxiliary files instead of symlinks with `-i`
When accessing from containers, symbolic links may not be able to
reach outer file systems.
|
2021-12-06 17:53:37 +09:00 |
Yusuke Endoh
|
1d80d70314
|
autogen.sh: Make it work with sh (not bash)
|
2021-03-17 23:13:22 +09:00 |
Nobuyoshi Nakada
|
447feb0aa0
|
Improved autogen.sh
* update in the source directory
* make symbolic links instead of copies
* forward the arguments to autoreconf as-is
|
2021-03-17 19:51:13 +09:00 |
Yusuke Endoh
|
83f96642d2
|
autogen.sh: Allow AUTORECONF envvar to specify the autoreconf executable
|
2021-03-17 17:17:18 +09:00 |
Yusuke Endoh
|
4250d7c910
|
autogen.sh: Added
Currently it just runs "autoreconf --install"
|
2021-03-17 16:54:50 +09:00 |