diff --git a/contrib/osmo-smlc.spec.in b/contrib/osmo-smlc.spec.in index ed2499e..c11bd88 100644 --- a/contrib/osmo-smlc.spec.in +++ b/contrib/osmo-smlc.spec.in @@ -24,6 +24,7 @@ License: AGPL-3.0-or-later Group: Hardware/Mobile URL: https://osmocom.org/projects/osmo-smlc Source: %{name}-%{version}.tar.xz +BuildRequires: autoconf BuildRequires: automake >= 1.9 BuildRequires: libtool >= 2 BuildRequires: pkgconfig >= 0.20 diff --git a/debian/control b/debian/control index 5f15744..49a270d 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper (>=9), dh-autoreconf, autotools-dev, autoconf, + autoconf-archive, automake, libtool, pkg-config,