aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-23build: Fix permission.NIIBE Yutaka2-0/+0
* build-aux/config.guess: Chmod +x. * build-aux/config.sub: Chmod +x. -- Downloading the file directly, file permission was changed. Fixes-commit: 6d2e0546d50a0d4511fb7167566bfd0058a68f38 Signed-off-by: NIIBE Yutaka <[email protected]>
2018-10-22build: Update config.{guess,sub} to {2018-08-29,2018-08-29}.NIIBE Yutaka2-1591/+1588
* build-aux/config.guess: Update. * build-aux/config.sub: Update. -- Local changes of timestamp may result merge conflict when we update those files from upstream. It's good to merge now than later. Fixes-commit: e99480affa595702595e59333aca96ab28389d34 Signed-off-by: NIIBE Yutaka <[email protected]>
2018-10-19build-aux: use https instead of httpDaniel Kahn Gillmor2-8/+8
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
2018-02-21build: let autogen.sh set a git PATCH prefixWerner Koch1-0/+133
-- Also commit the missing commit-msg hook. Signed-off-by: Werner Koch <[email protected]>
2016-07-13build: Update config.{guess,sub} to {2016-05-15,2016-06-20}.Werner Koch2-13/+23
* build-aux/config.guess: Update. * build-aux/config.sub: Update. Signed-off-by: Werner Koch <[email protected]>
2016-04-25build: Update config.{guess,sub} to 2016-04-02 and 2016-03-30.Werner Koch2-71/+112
* build-aux/config.guess: Update. * build-aux/config.sub: Update. Signed-off-by: Werner Koch <[email protected]>
2016-02-08Convert http links to https where possible in the source.Daniel Kahn Gillmor8-17/+17
-- * use https for bug reporting * in comments and docs, use https to refer to: - www.gnu.org - creativecommons.org - translationproject.org - mail.gnome.org - www.perl.org - www.ctan.org - www.cl.cam.ac.uk - www.ntg.nl - cygwin.com - www.ethnologue.com
2015-08-26Update config.* et al scriptsWerner Koch5-485/+266
--
2015-01-05build: Update to gettext 0.19.Werner Koch1-12/+6
* po/Makefile.in.in (MSGMERGE): Remove --previous. * po/Makevars (MSGMERGE_OPTIONS): Add --previous.
2014-10-15doc: Add a man page for gpg-error-config.Werner Koch2-0/+8839
* doc/gpgrt.texi: New. Just a start for now. * doc/gpl.texi, doc/lgpl.texi: New. Take from Libgcrypt. * doc/yat2m.c: New. Take from GnuPG master. * doc/Makefile.am: New. * configure.ac (AC_CONFIG_FILES): Add doc/Makefile. * Makefile.am (SUBDIRS): Add doc/. * build-aux/mdate-sh, build-aux/texinfo.tex: New. Signed-off-by: Werner Koch <[email protected]>
2014-01-10Move helper scripts to build-aux.Werner Koch8-0/+15717
* compile, config.guess, config.rpath, config.sub * depcomp, install-sh, ltmain.sh, missing: Move to build-aux/. * configure.ac (AC_CONFIG_AUX_DIR): New.
2013-02-25Release 1.11.libgpg-error-1.11Werner Koch1-345/+0
* configure.ac: Set LT version to C9/A9/R0. * Makefile.am (GITLOG_TO_CHANGELOG): New. (gen-ChangeLog): Use --tear-off. * build-aux/gitlog-to-changelog: Remove.
2011-12-01Generate the ChangeLog from commit logs.Werner Koch3-0/+362
* 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. Rename all ChangeLog files to ChangeLog-2011.