summaryrefslogtreecommitdiff
path: root/gnu/packages/autotools.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-10-12 16:50:47 +0000
committerMathieu Othacehe <othacehe@gnu.org>2021-10-12 17:46:23 +0000
commita1eca979fb8da842e73c42f4f53be29b169810f2 (patch)
tree681c7283e412bb8a29c2531c4408b49c3e184764 /gnu/packages/autotools.scm
parent48d86a9ec6d8d2e97da2299ea41a03ef4cdaab83 (diff)
parent371aa5777a3805a3886f3feea5f1960fe3fe4219 (diff)
Merge remote-tracking branch 'origin/master' into core-updates-frozen.
Diffstat (limited to 'gnu/packages/autotools.scm')
-rw-r--r--gnu/packages/autotools.scm14
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 16d66769f17..57efc4c4774 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -438,6 +438,20 @@ intuitive format and then Automake works with Autoconf to produce a robust
438Makefile, simplifying the entire process for the developer.") 438Makefile, simplifying the entire process for the developer.")
439 (license gpl2+))) ; some files are under GPLv3+ 439 (license gpl2+))) ; some files are under GPLv3+
440 440
441(define-public automake-1.16.5
442 (package
443 (inherit automake)
444 (version "1.16.5")
445 (source (origin
446 (method url-fetch)
447 (uri (string-append "mirror://gnu/automake/automake-"
448 version ".tar.xz"))
449 (sha256
450 (base32
451 "0sdl32qxdy7m06iggmkkvf7j520rmmgbsjzbm7fgnxwxdp6mh7gh"))
452 (patches
453 (search-patches "automake-skip-amhello-tests.patch"))))))
454
441(define-public libtool 455(define-public libtool
442 (package 456 (package
443 (name "libtool") 457 (name "libtool")