diff options
| author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2024-12-05 12:55:22 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:12 +0200 |
| commit | 8db83d0b340856d88ce62b4a1c2d8060067ffe59 (patch) | |
| tree | 8c40b325c83af3ebb701df8f8671259876848379 | |
| parent | 4a88e41c234582942bb0d8c67505ed5c075d61b4 (diff) | |
gnu: bdb: Use automake-1.16.5.
This avoids
aclocal/types.m4:7: warning: underquoted definition of AM_SEARCH_USIZES
and its consequent error.
* gnu/packages/dbm.scm (bdb-4.8)[native-inputs]: Use automake-1.16.5.
Change-Id: I0f415f230198604297531499f37524b140543b9e
| -rw-r--r-- | gnu/packages/dbm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/dbm.scm b/gnu/packages/dbm.scm index 433d469ae8..2bec8d141c 100644 --- a/gnu/packages/dbm.scm +++ b/gnu/packages/dbm.scm @@ -134,7 +134,7 @@ (("rm (.*) configure") "") (("chmod (.*) config.guess(.*)$") "")) (invoke "sh" "s_config")))))) - (native-inputs (list autoconf automake libtool)) + (native-inputs (list autoconf automake-1.16.5 libtool)) (synopsis "Berkeley database") (description "Berkeley DB is an embeddable database allowing developers the choice of |
