From be47da687fc46d01b0372d89b91525ab5247fe40 Mon Sep 17 00:00:00 2001 From: undefine Date: Wed, 16 Jul 2003 01:25:25 +0000 Subject: [PATCH] - ac/am stuff Changed files: atftp.spec -> 1.5 --- atftp.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/atftp.spec b/atftp.spec index cefc460..b042c2e 100644 --- a/atftp.spec +++ b/atftp.spec @@ -11,7 +11,10 @@ Group: Applications/Networking Source0: ftp://ftp.mamalinux.com/pub/atftp/%{name}-%{version}.tar.gz # Source0-md5: b3b8d4b7e558046adfcaef180ae77c4f Source1: atftpd.inetd +BuildRequires: autoconf +BuildRequires: automake BuildRequires: libwrap-devel +BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Obsoletes: tftp Obsoletes: tftp-hpa @@ -85,8 +88,12 @@ nale %setup -q %build - -./configure +rm -f missing +%{__libtoolize} +%{__aclocal} +%{__automake} +%{__autoconf} +%configure %{__make} %install -- 2.44.0