summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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"