summaryrefslogtreecommitdiff
path: root/build-aux
Commit message (Collapse)AuthorAgeFilesLines
* build: Update config.guess, config.sub, and config.rpath.NIIBE Yutaka2022-07-193-891/+1259
| | | | | | | | | | | * build-aux/config.guess: Update from upstream. * build-aux/config.sub: Ditto. * build-aux/config.rpath: Update from gettext 0.21. -- GnuPG-bug-id: 6078 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
* build: Fix permission.NIIBE Yutaka2018-10-232-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 <gniibe@fsij.org>
* build: Update config.{guess,sub} to {2018-08-29,2018-08-29}.NIIBE Yutaka2018-10-222-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 <gniibe@fsij.org>
* build-aux: use https instead of httpDaniel Kahn Gillmor2018-10-192-8/+8
| | | | Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
* build: let autogen.sh set a git PATCH prefixWerner Koch2018-02-211-0/+133
| | | | | | | | -- Also commit the missing commit-msg hook. Signed-off-by: Werner Koch <wk@gnupg.org>
* build: Update config.{guess,sub} to {2016-05-15,2016-06-20}.Werner Koch2016-07-132-13/+23
| | | | | | | * build-aux/config.guess: Update. * build-aux/config.sub: Update. Signed-off-by: Werner Koch <wk@gnupg.org>
* build: Update config.{guess,sub} to 2016-04-02 and 2016-03-30.Werner Koch2016-04-252-71/+112
| | | | | | | * build-aux/config.guess: Update. * build-aux/config.sub: Update. Signed-off-by: Werner Koch <wk@gnupg.org>
* Convert http links to https where possible in the source.Daniel Kahn Gillmor2016-02-088-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
* Update config.* et al scriptsWerner Koch2015-08-265-485/+266
| | | | --
* build: Update to gettext 0.19.Werner Koch2015-01-051-12/+6
| | | | | * po/Makefile.in.in (MSGMERGE): Remove --previous. * po/Makevars (MSGMERGE_OPTIONS): Add --previous.
* doc: Add a man page for gpg-error-config.Werner Koch2014-10-152-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 <wk@gnupg.org>
* Move helper scripts to build-aux.Werner Koch2014-01-108-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.
* Release 1.11.libgpg-error-1.11Werner Koch2013-02-251-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.
* Generate the ChangeLog from commit logs.Werner Koch2011-12-013-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.