diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-22 15:02:35 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-30 16:13:03 +0900 |
| commit | db051f571539c4656908773c334dbee40beea340 (patch) | |
| tree | b5142e49921c7ba396f9928cf3ea9ffc8578c61a | |
| parent | 1fc884a374efbb23405a5e2f2683fbb7db06982e (diff) | |
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
| -rw-r--r-- | gnu/packages/autotools.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/dbm.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index 472af47e0c3..b1efe3a11a0 100644 --- a/gnu/packages/autotools.scm +++ b/gnu/packages/autotools.scm @@ -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) diff --git a/gnu/packages/dbm.scm b/gnu/packages/dbm.scm index 97b2bded461..0b32b62909d 100644 --- a/gnu/packages/dbm.scm +++ b/gnu/packages/dbm.scm @@ -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 |
