mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: autoconf: Update to 2.72.
* gnu/packages/autotools.scm (autoconf): Point to autoconf-2.72. * gnu/packages/dbm.scm (bdb-4.8) [native-inputs]: Replace autoconf with autoconf-2.69. Change-Id: Ifa0fdd7bab21aa585e729f4e6ccf8ab15b0f73f3
This commit is contained in:
parent
1fc884a374
commit
db051f5715
2 changed files with 2 additions and 2 deletions
|
|
@ -157,7 +157,7 @@ know anything about Autoconf or M4.")
|
|||
(base32
|
||||
"0niz4852fgyavfh3gr4h4kzalk01nk70v6vfsja6r3ap349mr25s"))))))
|
||||
|
||||
(define-public autoconf autoconf-2.69)
|
||||
(define-public autoconf autoconf-2.72)
|
||||
|
||||
(define-public autoconf-2.68
|
||||
(package (inherit autoconf)
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@
|
|||
(("rm (.*) configure") "")
|
||||
(("chmod (.*) config.guess(.*)$") ""))
|
||||
(invoke "sh" "s_config"))))))
|
||||
(native-inputs (list autoconf automake-1.16.5 libtool))
|
||||
(native-inputs (list autoconf-2.69 automake-1.16.5 libtool))
|
||||
(synopsis "Berkeley database")
|
||||
(description
|
||||
"Berkeley DB is an embeddable database allowing developers the choice of
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue