Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-07-13 | build: Update config.{guess,sub} to {2016-05-15,2016-06-20}. | Werner Koch | 2 | -77/+128 | |
* build-aux/config.guess: Update. * build-aux/config.sub: Update. Signed-off-by: Werner Koch <[email protected]> | |||||
2015-01-28 | Update config.* and other build-aux files | Werner Koch | 6 | -1712/+4589 | |
-- | |||||
2014-01-10 | Move helper scripts to build-aux. | Werner Koch | 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. | |||||
2012-01-25 | Require gitlog-to-changelog to be installed. | Werner Koch | 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. | |||||
2011-12-20 | Update gitlog-to-changelog to support --tear-off. | Werner Koch | 1 | -0/+15 | |
2011-12-01 | Generate the ChangeLog from commit logs. | Werner Koch | 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. |