rpms/bash/devel bash.spec,1.125,1.126

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Dec 16 14:07:00 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/bash/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10409

Modified Files:
	bash.spec 
Log Message:
* Fri Dec 15 2006 Tim Waugh <twaugh at redhat.com> 3.2-1
- Build requires autoconf.



Index: bash.spec
===================================================================
RCS file: /cvs/dist/rpms/bash/devel/bash.spec,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- bash.spec	16 Dec 2006 13:51:28 -0000	1.125
+++ bash.spec	16 Dec 2006 14:06:57 -0000	1.126
@@ -42,6 +42,7 @@
 
 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 %{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 @@
 
 %changelog
 * Fri Dec 15 2006 Tim Waugh <twaugh at redhat.com> 3.2-1
+- Build requires autoconf.
 - 3.2.  No longer need aq, login, ulimit, sighandler or read-memleak
   patches.
 




More information about the fedora-cvs-commits mailing list