From 01dc7afc9fa947066836d87f806e2439b832c050 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Sat, 16 Dec 2006 14:06:57 +0000 Subject: [PATCH] - Build requires autoconf. --- bash.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bash.spec b/bash.spec index f858293..3b3815e 100644 --- a/bash.spec +++ b/bash.spec @@ -42,6 +42,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: texinfo bison BuildRequires: libtermcap-devel +BuildRequires: autoconf %description The GNU Bourne Again shell (Bash) is a shell or command language @@ -83,11 +84,7 @@ echo %{version} > _distribution echo %{release} > _patchlevel %build -if ! autoconf; then - # Yuck. We're using autoconf 2.1x. - ln -s /bin/true autoconf - export PATH=.:$PATH -fi +autoconf %configure --with-bash-malloc=no --with-afs make "CPPFLAGS=-D_GNU_SOURCE `getconf LFS_CFLAGS`" make check @@ -211,6 +208,7 @@ fi %changelog * Fri Dec 15 2006 Tim Waugh 3.2-1 +- Build requires autoconf. - 3.2. No longer need aq, login, ulimit, sighandler or read-memleak patches.