Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Update config.{guess,sub} to {2016-05-15,2016-06-20}. | Werner Koch | 2016-07-13 | 2 | -77/+128 |
| | | | | | | | * build-aux/config.guess: Update. * build-aux/config.sub: Update. Signed-off-by: Werner Koch <[email protected]> | ||||
* | Update config.* and other build-aux files | Werner Koch | 2015-01-28 | 6 | -1712/+4589 |
| | | | | -- | ||||
* | Move helper scripts to build-aux. | Werner Koch | 2014-01-10 | 10 | -0/+22901 |
| | | | | | | | | | | * compile, config.guess, config.rpath, config.sub, depcomp, ltmain.sh * doc/mdate-sh, doc/texinfo.tex, install-sh, missing: Move to build-aux/. * Makefile.am (EXTRA_DIST): Remove config.rpath - it is implicitly distributed. * configure.ac (AC_CONFIG_AUX_DIR): New. (AM_SILENT_RULES): New. | ||||
* | Require gitlog-to-changelog to be installed. | Werner Koch | 2012-01-25 | 1 | -360/+0 |
| | | | | | | * Makefile.am (GITLOG_TO_CHANGELOG): New. (gen-ChangeLog): Use installed version of gitlog-to-changelog. * build-aux/gitlog-to-changelog: Remove from repo. | ||||
* | Update gitlog-to-changelog to support --tear-off. | Werner Koch | 2011-12-20 | 1 | -0/+15 |
| | |||||
* | Generate the ChangeLog from commit logs. | Werner Koch | 2011-12-01 | 4 | -0/+489 |
* build-aux/gitlog-to-changelog: New script. Taken from gnulib. * build-aux/git-log-fix: New file. * build-aux/git-log-footer: New file. * doc/HACKING: New file. * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. * autogen.sh: Install commit-msg hook for git. Rename all ChangeLog files to ChangeLog-2011. |