aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/config.sub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Update config.guess, config.sub, and config.rpath.NIIBE Yutaka2022-07-191-304/+404
| | | | | | | | | | | * 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 <[email protected]>
* build: Fix permission.NIIBE Yutaka2018-10-231-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]>
* build: Update config.{guess,sub} to {2018-08-29,2018-08-29}.NIIBE Yutaka2018-10-221-1276/+1243
| | | | | | | | | | | | | * 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]>
* build-aux: use https instead of httpDaniel Kahn Gillmor2018-10-191-3/+3
| | | | Signed-off-by: Daniel Kahn Gillmor <[email protected]>
* build: Update config.{guess,sub} to {2016-05-15,2016-06-20}.Werner Koch2016-07-131-3/+11
| | | | | | | * build-aux/config.guess: Update. * build-aux/config.sub: Update. Signed-off-by: Werner Koch <[email protected]>
* build: Update config.{guess,sub} to 2016-04-02 and 2016-03-30.Werner Koch2016-04-251-15/+23
| | | | | | | * build-aux/config.guess: Update. * build-aux/config.sub: Update. Signed-off-by: Werner Koch <[email protected]>
* Convert http links to https where possible in the source.Daniel Kahn Gillmor2016-02-081-1/+1
| | | | | | | | | | | | | | | | -- * 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-261-12/+26
| | | | --
* Move helper scripts to build-aux.Werner Koch2014-01-101-0/+1793
* compile, config.guess, config.rpath, config.sub * depcomp, install-sh, ltmain.sh, missing: Move to build-aux/. * configure.ac (AC_CONFIG_AUX_DIR): New.