aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/depcomp
Commit message (Collapse)AuthorAgeFilesLines
* build: Update build-aux and m4 from libgpg-error and libassuan.NIIBE Yutaka2026-01-151-4/+4
| | | | | | | | | | | * build-aux/compile, build-aux/depcomp, build-aux/ltmain.sh: Update. * build-aux/mdate-sh, build-aux/missing: Likewise. * m4/gpg-error.m4, m4/libassuan.m4, m4/ltoptions.m4: Likewise. * m4/ltsugar.m4, m4/ltversion.m4, m4/lt~obsolete.m4: Likewise. -- Signed-off-by: NIIBE Yutaka <[email protected]>
* doc: use https:// for www.gnu.orgDaniel Kahn Gillmor2018-10-181-1/+1
| | | | | | -- Signed-off-by: Daniel Kahn Gillmor <[email protected]>
* Switch to automake 1.14 and update build-aux files.Werner Koch2015-01-301-189/+391
| | | | Signed-off-by: Werner Koch <[email protected]>
* Update helper scripts.Werner Koch2013-02-261-0/+589
* configure.ac: Use AC_CONFIG_AUX_DIR. Remove args from AM_INIT_AUTOMAKE. Replace AM_CONFIG_HEADER by AC_CONFIG_HEADER. * compile, config.guess, config.sub, depcomp, install-sh, ltmain.sh * mkinstalldirs, texinfo.texi: Move to build-aux/ and update from gnulib (c042abf). * build-aux/mdate-sh, build-aux/missing: Install via automake -a -c. Update autogen.sh for changed config dir. * autogen.sh: Adjust for scripts dir change. Update W32 toolprefix list.