aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/compile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Update libtool from version 2.4.7.NIIBE Yutaka2023-07-271-7/+8
| | | | | | | | | | | | | * build-aux/compile, build-aux/depcomp, build-aux/ltmain.sh: Update. * m4/libtool.m4, m4/ltoptions.m4, m4/ltsugar.m4: Update. * m4/ltversion.m4, m4/lt~obsolete.m4: Update. -- This is a breaking change because we have been maintaining local changes. It is going to be fixed by the following commit. Signed-off-by: NIIBE Yutaka <[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
* Move helper scripts to build-aux.Werner Koch2014-01-101-0/+347
* compile, config.guess, config.rpath, config.sub * depcomp, install-sh, ltmain.sh, missing: Move to build-aux/. * configure.ac (AC_CONFIG_AUX_DIR): New.