aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/autotools-install (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-09-19all: prefer HTTPS in URLsPaul Eggert1-7/+7
2015-11-17scripts: update versions of gettext and libtoolJim Meyering1-3/+3
2015-01-25scripts: autotools-install: updateJim Meyering1-4/+11
* scripts/autotools-install: Increase automake's version number to 1.15 and add Stefano Lattarini's new GPG key ID. Increase gettext's version to 0.19.4 and add Daiki Ueno's GPG key ID. Also move VERSION definition "up" so that it is once again automatically updated via the emacs hook snippet at the end of the file.
2014-05-04maint: autotools-install: update tool version numbers to latestJim Meyering1-3/+3
* scripts/autotools-install (tarballs): Update to latest.
2014-03-13scripts: autotools-install: updateJim Meyering1-2/+2
* scripts/autotools-install: Update version numbers of latest automake and gettext packages.
2013-04-22scripts: tweak URLs in autotools-installJim Meyering1-6/+6
* scripts/autotools-install (tarballs): Use http:// URLs rather than ftp:// ones. The former are more likely to work, these days. Update URLs to point to the latest versions.
2012-09-02scripts: autotools-install: allow user-specified make programStefano Lattarini1-3/+7
* scripts/autotools-install: Honor $MAKE. This might be useful on systems where the make implementation available in $PATH by default is limited (Solaris) or broken (HP-UX).
2012-09-02scripts: autotools-install: style and portability fixesStefano Lattarini1-25/+23
* scripts/autotools-install: Here.
2012-08-31doc: escape double quotes in autotools-install --helpErik Auerswald1-2/+2
* scripts/autotools-install: Fix --help so that we actually print the double quotes around "make check", in two places.
2012-08-31scripts: add autotools-install, for those stuck with outdated toolsJim Meyering1-0/+206
* scripts/autotools-install: New script, so you can always build from git-cloned sources, even when they require bleeding edge m4, autoconf, automake, etc.