summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/autotools.scm18
1 files changed, 2 insertions, 16 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index deb9dfc28e7..a5dcf47785b 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -324,14 +324,14 @@ output is indexed in many ways to simplify browsing.")
324(define-public automake 324(define-public automake
325 (package 325 (package
326 (name "automake") 326 (name "automake")
327 (version "1.16.4") 327 (version "1.16.5")
328 (source (origin 328 (source (origin
329 (method url-fetch) 329 (method url-fetch)
330 (uri (string-append "mirror://gnu/automake/automake-" 330 (uri (string-append "mirror://gnu/automake/automake-"
331 version ".tar.xz")) 331 version ".tar.xz"))
332 (sha256 332 (sha256
333 (base32 333 (base32
334 "0v8kbw4fan7apbjwziylyjl5z708w452r5q6kpafcmssi04wryl0")) 334 "0sdl32qxdy7m06iggmkkvf7j520rmmgbsjzbm7fgnxwxdp6mh7gh"))
335 (patches 335 (patches
336 (search-patches "automake-skip-amhello-tests.patch")))) 336 (search-patches "automake-skip-amhello-tests.patch"))))
337 (build-system gnu-build-system) 337 (build-system gnu-build-system)
@@ -434,20 +434,6 @@ intuitive format and then Automake works with Autoconf to produce a robust
434Makefile, simplifying the entire process for the developer.") 434Makefile, simplifying the entire process for the developer.")
435 (license gpl2+))) ; some files are under GPLv3+ 435 (license gpl2+))) ; some files are under GPLv3+
436 436
437(define-public automake-1.16.5
438 (package
439 (inherit automake)
440 (version "1.16.5")
441 (source (origin
442 (method url-fetch)
443 (uri (string-append "mirror://gnu/automake/automake-"
444 version ".tar.xz"))
445 (sha256
446 (base32
447 "0sdl32qxdy7m06iggmkkvf7j520rmmgbsjzbm7fgnxwxdp6mh7gh"))
448 (patches
449 (search-patches "automake-skip-amhello-tests.patch"))))))
450
451(define-public libtool 437(define-public libtool
452 (package 438 (package
453 (name "libtool") 439 (name "libtool")